View single post by slychiu
 Posted: Tuesday Dec 15th, 2020 01:12 am
 PM  Quote  Reply  Full Topic 
slychiu



Joined: Saturday Apr 29th, 2006
Location: Singapore
Posts: 5500
Status: 
Offline

  back to top

You can have a response called by the control menu as follows
If KeypadId = 1 Then
    Pulse Output001(1) For 1
Else
    Output Output003(3) On
End If
eg control menu 1, 1 for On calls the above responseand if the keypad ID is 1 then Pulse output1, else turn on output 2
see the example file

Attachment: example.cclx (Downloaded 5 times)

 Close Window