Tnks Tom,
was this!
Search found 3 matches
- Thu Mar 14, 2019 9:33 am
- Forum: C Programs
- Topic: homing problem
- Replies: 2
- Views: 2524
- Wed Mar 13, 2019 4:25 pm
- Forum: C Programs
- Topic: homing problem
- Replies: 2
- Views: 2524
homing problem
hi, i have a problem to make my homing routine. I have all 3axis home limits at NO and when i write in c code this code read that the bit is high and doesn't go to swith the limit. // Home Z up first - jog until it sees the limit Jog(2,15000); // jog slowly positive while (!ReadBit(171)) ; // loop u...
- Thu Mar 07, 2019 4:08 pm
- Forum: Hardware Interface Issues
- Topic: Pwm Spindle calibration
- Replies: 2
- Views: 1749
Pwm Spindle calibration
Hello, I cannot figure out how set the parameters in the C program. Now when i turn on the spindle i reach the max speed at S10000 but it should be at max speed at s18000. ( S is applied by this): #include "KMotionDef.h" #define MAX_RPM 18000.0f // drive PWM 0 as spindle // PWM 0 is Kstep IO #44 JP3...