ID 250002

Unnecessary SIGNAL in list detected.

Description

If #SIGNAL and #WAIT are used with receiver specified, the program sequence must be considered. The programmed #WAIT sequence does not match the programmed #SIGNAL sequence.

 

Wrong:

#SIGNAL [ID4711 CH1]

#SIGNAL [ID9999 CH1]

#WAIT [ID9999 CH1]

#WAIT [ID4711 CH1]

 

Correct:

#SIGNAL [ID4711 CH1]

#SIGNAL [ID9999 CH1]

#WAIT [ID4711 CH1]

#WAIT [ID9999 CH1]

Response

Class

3

 

Solution

Class

6

 

Parameter

%1:

Incorrect value [-]

 

%2:

Expected value [-]

 

%3:

Incorrect value [-]

 

Error type

-