ID 21545

Invalid position in character string for string operation.

Description

A start position in the string must be specified for the string operation. The value of the parameter is however smaller or greater than allowed.

 

Example:  N10 V.E.string = DELETE[“Hello world!“, 7, 100]

 

Correct:  N10 V.E.string = DELETE[“Hello world!“, 7, 5]

Response

Class

2

Abort NC program processing.

Solution

Class

3

Correct NC program. Set the start position within the string.

Parameter

%1:

Current value [-]

Name of programmed function

%2:

Current value [-]

Number of incorrect parameter

%3:

Error value [-]

Error value

%4:

Lower limit value [-]

Minimum permissible value

%5:

Upper limit value [-]

Maximum permissible value

Error type

1, Error message from NC program.