![]() |
Qmix SDK
20200506
The software libraries for integration of all CETONI devices.
|
The rotAXYS compact positioning system consists of three single idependent axes:
You can use the single axis control functions like LCA_MoveToPos() to control movement of each single axis independently. For the rotation axis the angle is given in RADIAN and for the radius axis the radius position is given in MILLI METERS.
Because the rotAXYS axis system has a rotation axis, some translations needs to take place to convert between polar and Cartesian coordinates. If you work with the single axis devices of the rotAXYS system, you need to do these translations for yourself. If you work with the multi axis interface (LCA_MoveToPosXY()), then the axis system handles all the translation stuff internally. You can use the following calculations to translate from polar into Cartesian coordinates and vice versa:
The following calculation shows how to translate polar coordinates into Cartesian (x,y) position.
The following calculation shows how to translate Cartesian (x,y) position into polar coordinates.
The common labbCAN bus functions LCB_GetDeviceProperty() and LCB_SetDeviceProperty() enable reading and writing of device specific properties. The rotAXYS device supports the following device properties:
With these two properties it is possible to improve the safety for the XY movements. If the safe rotation property is enabled, then XY movements are blocked, if the upper limit sensor is not active - that means if the lift axis is not in its topmost position. If the lift axis loses steps for some reason, then this function ensures, that a tool that is mounted on the arm will not crash. The following line enables safe rotation:
Another option is, to read the state of the upper limit sensor with the RotaxysPropertyUpperLimitSensorState
parameter and to check, if the sensor is on before an XY movement is started.