Posts: 4
Threads: 3
Joined: Nov 2010
Reputation:
0
how to use AND gate in programming and what is the form used with AND gate
Posts: 6,024
Threads: 880
Joined: Apr 2006
Reputation:
3
You may be referring to the action
\"And Input with Last Action Value\"
This is used for special conditional programming purpses
eg the following Response shows one way this can be used
Get Input Zone03
AndInput Zone04
If LastActionValue <> 0 Then
Do something
End If
This means that in Input 3 and Input 4 are both ON then do something
I hope that makes it clearer