Comfort Automation/ Security System Forums
AND gate - Printable Version

+- Comfort Automation/ Security System Forums (https://www.comfortforums.com)
+-- Forum: Software Applications (https://www.comfortforums.com/forum-4.html)
+--- Forum: Comfigurator (https://www.comfortforums.com/forum-20.html)
+--- Thread: AND gate (/thread-2073.html)



- mah_hosary2010 - 12-06-2010

how to use AND gate in programming and what is the form used with AND gate



- slychiu - 12-06-2010

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