10-24-2025, 08:53 AM (This post was last modified: 10-28-2025, 09:55 AM by Albert.)
Dear RoboDK,
I attempted to retrieve the robot's position while connected to an external axis, but encountered the attached error. Could you please help me identify the cause of this issue?
Error message: Data transmission failure (error code = -1)
I understand you have a 6-axis robot arm synchronized with 1 axis rail. You may need to properly configure the motion group of your external axes.
When you start the driver you can find additional configuration parameters for your driver in an INI file located in your AppData folder:
C:/Users/username/AppData/Roaming/RoboDK-Drivers/MotomanHSE.exe.ini
More specifically, I recommend you to change these settings:
Code:
Debug_Print=false <- Set it to true for more debug information
AXIS_EX_CONTROL_GROUP=1 <- you may need to set it to 2
AXIS_EX_CONTROL_IS_BASE=false
ROBOT_CONTROL_GROUP=1
Please find attached the data summarizing the results of the instructions you provided.
If you notice anything unusual or have further suggestions based on the attached data, we would greatly appreciate your guidance.