/A simple example using the Virtual1.
/Output1 will be active if input 1 is active and virtual 1 is active

Variables
u8 Test
End

Start
Output1=0
if Input1=1
   if Virtual1=1
   Output1=1
   endif
endif
End
 

 

 

Example 3