GCode for non-gantry applications
Posted: Wed Jun 26, 2019 4:37 pm
We are currently using the Kflop controller with two Ksteps to control an 8 axis cable driven parallel robot. All 8 motors have cables that attach to different contact points of a central moving plaftorm that can be moved around in 3D space. Originally we have been giving the robot 8 axis custom made G-Code in the format of XYZABCUV to control all 8 motors independently. Now we want to operate the robot using proper XYZ cartesian coordinate G-Code which controls all 8 motors together. I was wondering if it is possible to add inverse kinematics to allow for this to happen or if we can modify the cartesian coordinate G-Code and convert in real time to XYZABCUV commands?