ID 20997

Too many channel numbers programmed.

Description

The number of permissible channel numbers within the square brackets was exceeded when using the #SIGNAL or #WAIT command .

 

Suggested solutions:

Reduction of channel numbers within the square brackets or splitting the channel numbers in several commands

 

Example with error:

#SIGNAL [ID44 CH2 CH3 CH4 CH5 CH6 CH7 CH8 CH9 CH10 CH11 CH12 CH13 CH14]

 

Corrected example:

#SIGNAL [ID44 CH2 CH3 CH4 CH5 CH6 CH7 CH8]

#SIGNAL [ID44 CH9 CH10 CH11 CH12 CH13 CH14]

Response

Class

2

Abort NC program processing.

Solution

Class

3

Modification of NC program.

Parameter

%1:

Upper limit value [-]

Number of programmed channel numbers

%2:

Upper limit value[-]

Limit of channel numbers which can be programmed

Error type

11, Error message from NC program.