Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

External Axis Load Identification

1."Load Identification is not available for this robot type is the Error" when ManLoadIdentify Proc is executed.

(or)

 when the below-mentioned program is executed, I'm getting an "Unknown Axis number" error

VAR bool defined;
 ActUnit M8DM1;        
ManLoadIdProc\ParIdType:=IRBP_L
\MechUnit:=M8DM1
\PayLoad:=myload
\ConfigAngle:=60
\AlreadyActive
\DefinedFlag:=defined;
DeactUnit M8DM1;

2. The robot is configured with two turntables MID units. When the program is executed, Can I jog it manually without affecting the robot path or execution with an external input?

Need your Help!