ID 20482

Hand wheel resolution has to be positive.

Description

When programming of the NC command #HANDWHEEL[…] or #SET HR[…], a negative resolution is defined inside square brackets.

For further information see [PROG// Section: Handwheel operating mode]

Syntax example:

Wrong:

N10 #HANDWHEEL[AX=X RES1=0.1 RES2=-0.2 RES3=0.5]

Correct:

N10 #HANDWHEEL[AX=X RES1=0.1 RES2=0.2 RES3=0.5]

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Program only positive resolutions inside the square brackets.

Parameter

%1:

Error value [-]

Negative resolution

Error type

1, Error message from NC program.