User guide
P/N: 021-00154, Rev. A.6 - updated for V4.7 Tools     Page | 148  
Dim Timer_0 Timer 
If (Timer_0 = 0) Then 
 Dig_1 = Not (Dig_1) 
Timer_0 = 2s 
End If 
Dim STRname as String “string “ 
VirtualDisplay.v1 = STRname 
Toggles a Digital input every time the Timer times 
out 
Defines STRname as string type and assigns 
“string” to it. 










