# Segnale di avviso ad una luce # Aspetti consentiti: G, V # G se il segnale successivo è a via impedita (R) # V se il segnale successivo è a via libera (G o V) # # pasca 02.11.07 # cg 27.12.07 Aspect: green IconE: gE.xpm IconW: gW.xpm IconN: gN.xpm IconS: gS.xpm Action: none Aspect: yellow IconE: yE.xpm IconW: yW.xpm IconN: yN.xpm IconS: yS.xpm Action: none OnInit: .aspect = yellow end OnUpdate: .aspect = yellow if next.aspect = red .aspect = yellow end if next.aspect = green .aspect = green end if next.aspect = yellow .aspect = green end end OnCleared: return end