ID 20498

Positive and negative offset limits equal to 0.

Description

When programming the NC command #SET OFFSET[…], the square brackets indicate the positive and the negative offset limits with zero (nil) value.

For this reason no movement of the axis in manual operation mode is possible.

For further information see [PROG// Section: Manual operation mode – Presetting offset limits]

Syntax example:

Wrong:

N10   #SET OFFSET[0.0, 0.0] X

Correct:

N10   #SET OFFSET[-5.0, 0.0] X

Response

Class

1

Continue NC program processing.

Solution

Class

1

Check and modify NC program. At least one of the two offset limits has to be set to a permissible value unequal to zero (nil).

Parameter

%1:

Logical axis number [-]

 

Error type

1, Error message from NC program.