586,281 active members*
3,881 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2012
    Posts
    0

    Stepper Configuration and EStop

    Alright. I got my KFlop/KStep setup over the weekend, so I naturally started goofing around with it.

    For my CNC router that my KFlop/KStep setup is going on, I purchased Keling's 570oz NEMA 23 stepper motors. They're 5 amp motors with an inductance of 2.5mH. With the leadscrews I'm using, 250IPM is definitely obtainable with lots of torque on hand according to the graph on on Keling's web site. Given all that, the Antek 48v power supply I have on order should be close enough to the power requirement sweet spot for things to work great.

    After hooking up the KFlop to a temporary 12 volt computer power supply that kicks out around 16 amps on the 12 volt bus, I started tinkering. I used the InitKStep3Axis.c with three steppers hooked up to x,y, and z. Running KMotionCNC with the sample ear GCode, the x axis appears to stall out when doing the long flat movements across the work area. Keep in mind that the steppers are running bare and not attached to the machine yet. The y and z axis moved just fine, but their movements were definitely smaller and slower than the x axis. I tried swapping steppers to different axis, and the same problem occurs on the x axis, regardless of which stepper is on it.

    Aside from using InitKStep3Axis.c, nothing else was changed within the system. The KStep is running at 5 amps on each channel with the voltage clamp set to 13 volts. The system will ultimately have an additional slaved x stepper since I'm building a Joe's CNC 4x4 Hybrid setup, but given the power supply I'm testing with, I'm not going to push it at the moment.

    Is the x stepper is stalling purely due to using the crappy computer power supply and the fact that it's being under-volted significantly? Once the Antek comes in, I'll hook it up and try again, but I was wondering if there's any step tweaking I could do to get more out of the system before then.

    Also, is there a DynoMotion page on how to set up an emergency stop? I'm assuming there's some c code that needs to be implemented that watches an input for a signal or pull down to ground which will then trigger the estop condition. Am I on the right track?

    Any help would be great. Thanks in advance.

  2. #2
    Join Date
    May 2006
    Posts
    62
    "for axis stalling" have you go to kmotioncnc-toolsetup-trajectoryplanner
    and adjust axis parameter to lower number something like 5000 and try that,
    that is what happen to me when I leave at default setting(too high).

  3. #3
    Join Date
    May 2006
    Posts
    4045
    What are the Resolution Settings for your system? I think the default for KMotionCNC is 10000 uSteps/inch. 250IPM would be 780 RPM which is pretty high for only using 12V.

    KMotionCNC doesn't have a dedicated EStop input. You can have a watchdog type of loop in your Init program to watch an input and disable your axes when the signal changes.


    Regards
    TK
    http://dynomotion.com

Similar Threads

  1. Replies: 1
    Last Post: 07-12-2010, 01:45 PM
  2. Stepper driver dip switch configuration
    By canadamaxxer in forum Syil Products
    Replies: 0
    Last Post: 03-24-2010, 04:50 AM
  3. estop
    By eloid in forum CNC Machine Related Electronics
    Replies: 8
    Last Post: 02-16-2009, 03:23 AM
  4. Estop
    By HuFlungDung in forum CamSoft Products
    Replies: 5
    Last Post: 03-06-2004, 08:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •