FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
10-13-2020 03:45 AM
I want to command a kinematik with help of datalayer. But i get an error code shown in the next picture.
The Kinematic has this limits. (There are no possition limits)
Each axis has the same limits.
I didn't have found some position limits for kinematic.
In my programm i call the command with following parameters.
Can somebody tell me, where can i find the position limits of kinematic?
Solved! Go to Solution.
10-13-2020 03:01 PM - edited 10-13-2020 05:08 PM
The error code simply means command refused. The detail error tells you, that the number you are commanding is bigger than the maximum number insertable.
Please send 16 double values as position. At the moment you have to do so.
Actually there are no position limits but the firmware needs 16 initialized values otherwise it tries to use undefined values for commanding. The error message also tells you that not the limit is exceeded but the number it self used is bigger than it could be.