rules to toggle momentary switch input

Post Reply
swvafiretech
Posts: 3
Joined: Fri Jun 30, 2017 6:15 am
Location: Roanoke, VA

Re: rules to toggle momentary switch input

Post by swvafiretech »

From EST tech support...

LO=LOGICAL OUTPUT
CMD=CMD LIST
***BE SURE TO USE YOUR LABELS***

[RULE 1]
STUP :
DISABLE 'CMD_OFF_LABEL';

[RULE 2]
SW 'SWITCH_LABEL' :
+ACTIVATE 'CMD_ON_LABEL',
+ACTIVATE 'CMD_OFF_LABEL';

[RULE 3]
ACTIVATION 'CMD_ON_LABEL' :
+ON 'LO_LABEL',
+DISABLE 'CMD_ON_LABEL',
+ENABLE 'CMD_OFF_LABEL';

[RULE 4]
ACTIVATION 'CMD_OFF_LABEL' :
+OFF 'LO_LABEL',
+DISABLE 'CMD_OFF_LABEL',
+ENABLE 'CMD_ON_LABEL';

[RULE 5]
RLYCFG 'LO_LABEL' :
'OUTPUT_EVENT_LABEL';
swvafiretech
Posts: 3
Joined: Fri Jun 30, 2017 6:15 am
Location: Roanoke, VA

rules to toggle momentary switch input

Post by swvafiretech »

Greetings everyone.
I'm new to the forum but a 12 year ADT/TycoIS Commercial Fire & Security veteran.
I've changed jobs and have had over a year programming EST3 and iO panels,
but I need some assistance;
I'm assigned to a new project that has a 12SW/24LED at the FACP and at each of the 2 ANNCPU LOCs.
I've assigned all switches as Momentary and created 12 Logical Outputs to coincide with each of the 12 switches.
My goal is to have <n> switch activate the corresponding logic and LED, hold it active until <n> switch is pressed again to deactivate it.
I don't know how to create this toggle, as the TOGGLE command is only available for Access Control interface.
Does anyone have experience with this?
I'd appreciate any hints or tips you could offer.
Thank you in advance.
Post Reply