Kuka turntable external axis #151
|
I'm having trouble programming our external axis which is a KUKA KP1-V500. It moves fine to all the angles you provide it with, but if you exceed +-180 degrees, then the turntable will then exhibit behaviour where it will go to 360deg when you are telling it to move back to 0 degrees. CAn you think of any ways of overcoming this. Perhaps using custom KRL code? |
Replies: 2 comments 2 replies
|
Does the Grasshopper simulation match what is happening with the real robot and positioner? |
|
Closing this as stale with the likely answer from the thread. The XML needs to match the controller configuration for the external axis. In particular, if the KUKA external axis is configured as infinite range in the controller, the library XML should use |
Closing this as stale with the likely answer from the thread. The XML needs to match the controller configuration for the external axis. In particular, if the KUKA external axis is configured as infinite range in the controller, the library XML should use
minrange="-INF"andmaxrange="INF". If the simulation still differs from the real positioner on a current version, please reopen with the XML file and the relevant controller configuration.