C Program - Move to XYZ Location
Posted: Wed Jan 02, 2019 7:54 pm
Greetings,
I am wondering is there is a C function to move my CNC machine to an XYZ location? Using the Move function is based off Machine Coordinates. Do I have to communicate with the KMotionCNC to determine the fixture offset and do something like this?
Move(desired Axis) = Desired Position- Current Position - Fixture Offset?
Can anyone think of an easier way to do this? If not do I use the "KFlopToKMotionCNCFunctions.c" file? I dont see fixture offset in that file.
Thanks,
Scott
I am wondering is there is a C function to move my CNC machine to an XYZ location? Using the Move function is based off Machine Coordinates. Do I have to communicate with the KMotionCNC to determine the fixture offset and do something like this?
Move(desired Axis) = Desired Position- Current Position - Fixture Offset?
Can anyone think of an easier way to do this? If not do I use the "KFlopToKMotionCNCFunctions.c" file? I dont see fixture offset in that file.
Thanks,
Scott