Here is the previous video showing the jog problem, please see the jog behaviour.
Search found 8 matches
- Mon Jul 27, 2020 11:55 am
- Forum: C Programs
- Topic: JOG Axis , and stop mmediately
- Replies: 9
- Views: 5154
- Mon Jul 27, 2020 11:53 am
- Forum: C Programs
- Topic: JOG Axis , and stop mmediately
- Replies: 9
- Views: 5154
Re: JOG Axis , and stop mmediately
I have changed as described, which are: ServiceSSO(); Service_FRO(); and tried to not call these functions. And I have deleted the EnableAxis commands, the unneeded ones. But still I face the problem, which is the stop jogging by external inputs; it does not stop immediately, please help to solve. R...
- Wed Jul 22, 2020 7:34 pm
- Forum: C Programs
- Topic: JOG Axis , and stop mmediately
- Replies: 9
- Views: 5154
Re: JOG Axis , and stop mmediately
Dear Tom,
Thank you for your reply, please advice how to do that stop jogging immediately after release the jog push button, please show us examples, and what are the possible causes of delaying the immediate stop.
Regards,
Thank you for your reply, please advice how to do that stop jogging immediately after release the jog push button, please show us examples, and what are the possible causes of delaying the immediate stop.
Regards,
- Wed Jul 22, 2020 9:18 am
- Forum: C Programs
- Topic: JOG Axis , and stop mmediately
- Replies: 9
- Views: 5154
Re: JOG Axis , and stop mmediately
Here is the Enable C Program, contains the axis configurations: #include "KMotionDef.h" #define TMP 10 // which spare persist to use to transfer data #include "KflopToKMotionCNCFunctions.c" #define CHANGE_TOL 0.02 // only update if change is more than this #define CHANGE_TIME 0.05 // don't update mo...
- Wed Jul 22, 2020 7:31 am
- Forum: C Programs
- Topic: JOG Axis , and stop mmediately
- Replies: 9
- Views: 5154
Re: JOG Axis , and stop mmediately
Here i attach the code again: #include "KMotionDef.h" #define XAXIS 4 #define YAXIS 5 #define ZAXIS 6 #define XPLUS 1040 #define XMINUS 1041 #define YPLUS 1042 #define YMINUS 1043 #define ZPLUS 1045 #define ZMINUS 1044 #define MAX_SPEED_X 49500 #define MAX_SPEED_Y 8000 #define MAX_SPEED_Z 5000 void ...
- Mon Jul 20, 2020 12:46 pm
- Forum: C Programs
- Topic: JOG Axis , and stop mmediately
- Replies: 9
- Views: 5154
JOG Axis , and stop mmediately
Dear Dynomotion Professionals, I tried to use the jog function through external inputs push buttons, the jog works ok, but the problem is stopping the jog, it does not stop immediately. I attach a video here showing the problem, also I attach the C code to check. https://youtu.be/IVBG-RrDtLA Help pl...
- Tue Jun 02, 2020 10:00 am
- Forum: Configuration Issues
- Topic: Kflop and Kanalog Step and Direction
- Replies: 1
- Views: 2015
Kflop and Kanalog Step and Direction
Dear Kflop World,
I want to run a stepper drivers through the Kflop and Kanalog, where to wire the step/dir signals to the stepper drivers? is it possible withour the Kstep board?
Best Regards,
I want to run a stepper drivers through the Kflop and Kanalog, where to wire the step/dir signals to the stepper drivers? is it possible withour the Kstep board?
Best Regards,
- Wed Mar 18, 2020 3:53 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: KMOTIONCNC Running File Problem
- Replies: 1
- Views: 2005
KMOTIONCNC Running File Problem
:roll: I have a problem in running G-Code files on my new machine, as follows: While running the G-Code, it skips the X axis movement and goes to the next line before completion of the movement (it continues the movement, but not waiting the Done signal of that axis movement) . I attach photos and v...