ID 22209

Load definition without index.

Description

A load was defined in the NC program without specifying the index.

Example with error:

#LIMIT LOAD DEF [X=0 Y=0 Z=0 RX=0 RY=0 RZ=0 IX=0.1 IY=0.1 IZ=0.025916 MASS=7.9]

Corrected example:

#LIMIT LOAD DEF [X=0 Y=0 Z=0 RX=0 RY=0 RZ=0 IX=0.1 IY=0.1 IZ=0.025916 MASS=7.9 IDX=1]

 

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify the NC program; specify the index in the #LIMIT LOAD command.

Error type

1, Error message from NC program.