The included free TCC67 C compiler is 99% ANSI C compatible so complex structures and such are certainly possible. But TCC67 is a C compiler not a C++...
Hi, does anyone is using mach3 with those control cards? I would like to... so wich one do you recomend me? I have a set of Yaskawa Junma servodrives...
with the talk of backlash comp using linear and rotary encoders I was wondering if you have room in your device to enable lead screw comp instead with both...
Hi, Is there any function to set the axis to another reference position simillar to Zero(n) without disabling the axis? In many cases the homing position is...
Hi Azed, I'm not sure I understand your issue completely. It is probably impossible to set your position without a possibility of at least one count change ...
I would think if your system has glass scales it would be better to use that to close the loop rather than to try to map errors. Our KMotionCNC software...
- ... that way you are always chasing the backlash be ok if I was running with nice new screws with nearly zero backlash even then new cnc machine tools will...
I am converting an old Bridgeport Boss mill to PC control and servos. I will be using AMC or Copley +/-10V analog servo drives and Sanyo P5 servo motors, they...
Hi Steve, Yes that should work. I believe the Sanyo P5's are brushless motors so the encoder signals will probably need to be connected to the servo drives...
... Yes the P5's are brushless motors. I already have 20+ drives that I want to use with these so no snap amps at this time - good to know they will work for...
Need help determining stepper/servo motors and DynoMotion products. Machine is large (5'x10') CNC Gantry Router with two heads. Rack/Pinion on all 4 axis,...
there is not really enough information provided to recomend a motor size. we need to know running torques and gear ratios of rack and pinion to give you a...
Unfortunately I purchased the machine used and do not have specs. I can remove covers and measure gears and racks, and will get back with that information. I...
I am familiar with the Applied motion motors. I know the RapidSyn is a Superior Elec/Danaher motor and I have used their Servo SloSyn but never the stepper...
Collected some further information: Machine requires 1056.25 steps per inch with stepper driver set at full-step mode, steppers requiring 200 steps per...
This MPG Pendant shown below has been interfaced to KFLOP using a simple User C Program. There is a User C Program in the Files section of the Forum called ...
When i jog or use GO the table does not just make a quick halt when done. It moves past the stop point and then reverses i few mm then halts. What parameter...
One possibility is that the system is configured to move faster than your power supply/amplifiers/motors allow. If the motion trajectory is too fast the...
This problem i solved. I have belived that i should use encoders with as high count as possible. I was using ecoders with 41615 counts / inch. Today i set them...
How does the Kflop work in conjunction with Mach3? I know there is a plugin and I saw the online step-by-step documentation about how to configure it. Here's...
Hi Wes, When using Mach3 with our board, Mach3 is still interpreting the GCode, doing the trajectory planning (accelerating/decelerating), and scaling inch or...
OK, I see what you are saying about Mach just sending down xyz coordinates for a point and separating all those points by 2ms of time and buffering on the...
Well the buffering does cause feedhold delay if handled by Mach3. Since Mach3 runs under MS Windows which may occasionally "freeze" for a few seconds there...
Wes I am running a Kflop,2 snapamps, and 3 protobyte steppers. My machine uses 2 servos on X,1 on Y and 3 steppers for my 3 spindles. My X and Y rapids are...
THANK YOU FOR THE RESPONSE. I like the looks of the Kflop (and the price.). I didn't get any responses on the other forum. I'm just trying now to see if...
How do i make a subroutine work? I made a program galling the subroutine with M98 P22 (22.ngc is the subroutine) But all i get is "subroutine not found" Both...