Hi Tom,
I reflashed Kflop and now everything is working as expected. Thanks!
Search found 6 matches
- Tue Jul 07, 2020 9:28 pm
- Forum: C Programs
- Topic: Axes Not Responding in C Program
- Replies: 6
- Views: 2234
- Tue Jul 07, 2020 7:20 pm
- Forum: C Programs
- Topic: Axes Not Responding in C Program
- Replies: 6
- Views: 2234
Re: Axes Not Responding in C Program
If I use any of the Jog(<2 or 7>, <velocity>) or Move(<2 or 7>, <steps>) in C, the motors do not respond.
If in console, I use Jog<2 or 7>=<velocity> or Move<2 or 7>=<steps> things work...
If in console, I use Jog<2 or 7>=<velocity> or Move<2 or 7>=<steps> things work...
- Tue Jul 07, 2020 6:03 pm
- Forum: C Programs
- Topic: Axes Not Responding in C Program
- Replies: 6
- Views: 2234
Re: Axes Not Responding in C Program
Thanks for your quick reply. I will implement that routine. Unfortunately, I don't think that is the (only) problem: if i remove any while loops and jog commands, and add instead a simple move command, the motors still do not respond. I can hear them become energized when the amplifiers turn on, but...
- Tue Jul 07, 2020 4:08 pm
- Forum: C Programs
- Topic: Axes Not Responding in C Program
- Replies: 6
- Views: 2234
Axes Not Responding in C Program
I'm trying to get a simple C program up and running to control 2 stepper motors to test something. I have 2 Ksteps attached to my Kflop and I am trying to control the motors connected to channels 2 and 7. I have successfully written and tested code to control 5 motors in the past. For whatever reaso...
- Mon Jun 29, 2020 3:47 pm
- Forum: C Programs
- Topic: Keep Track of Stepper Pos Without Encoder
- Replies: 2
- Views: 1590
- Fri Jun 26, 2020 3:24 pm
- Forum: C Programs
- Topic: Keep Track of Stepper Pos Without Encoder
- Replies: 2
- Views: 1590
Keep Track of Stepper Pos Without Encoder
Hey Folks, I'm relatively new to Dynomotion controllers. I am using a Kflop and 2 Ksteps to control a variety of steppers. I'm writing a special homing routine for locating a part that will be mounted in a fixture but has some variance in the height at which it will be held. I don't have encoders on...