ID 250002

Unnecessary SIGNAL in list detected.

Description

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

 

Wrong:

#SIGNAL [ID4711 CH1]

#SIGNAL [ID9999 CH1]

#WAIT [ID9999 CH1]

#WAIT [ID4711 CH1]

 

Right:

#SIGNAL [ID4711 CH1]

#SIGNAL [ID9999 CH1]

#WAIT [ID4711 CH1]

#WAIT [ID9999 CH1]

Response

Class

3

 

Solution

Class

6

 

Parameter

%1:

Error value [-]

 

%2:

Expected value [-]

 

%3:

Error value [-]

 

Error type

-