Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AND gate
#1
how to use AND gate in programming and what is the form used with AND gate
Reply
#2
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


Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)