Toggle command

Post Reply
Leo
Site Admin
Posts: 889
Joined: Thu Dec 11, 2008 7:52 am

Re: Toggle command

Post by Leo »

Interlock looks like it was made for what you are looking for.
config->cabinet->object config->operator layer->LRMconfig (change to interlock)
I have never used the interlock, looking at it now I should have used it in a few locations.
I can not call tech support about this for you and I have no clue how to program 2-3 switches to interlock.

Switch Type:Interlock designates that the switch operates as a 3-gang interlock switch.
When all three switches are in the restored (open) position, pressing a switch activates (closes) that switch. Pressing either of the two remaining switches, activates that switch and restores the already active switch. Pressing an active switch a second time restores the switch and leaves the two remaining switches in the restored position
Leo
Site Admin
Posts: 889
Joined: Thu Dec 11, 2008 7:52 am

Re: Toggle command

Post by Leo »

Following is an excerpt from the 3-SDU V3.60 Release Notes that describes this application. Please note that

To configure the sample switches:
Create two switches and corresponding LEDs, labeled as shown below. Configure the switches as Momentary:

Switch Name
Corresponding LED Name
CAB_01_SWITCH_01
CAB_01_LED_01
CAB_02_SWITCH_01
CAB_02_LED_01

To configure the sample AND groups:
Create two AND groups with no device membership, and configure as shown below:

Name
Activation #
Activation Event
AND_GROUP_EVENT
1
Trouble
AND_GROUP_RESET
2
Trouble

Sample rules
The following rules toggle on or off the function that you program in the [perform function] rule.

[switch 0101]
Switch 'CAB_01_SWITCH_01' :

+activate 'AND_GROUP_EVENT',
+activate 'AND_GROUP_RESET';

[switch 0201]
Switch 'CAB_02_SWITCH_01' :

+activate 'AND_GROUP_EVENT',
+activate 'AND_GROUP_RESET';

[perform function]
trouble AND 'AND_GROUP_FUNCTION' :

steady 'CAB_01_LED_01',
steady 'CAB_02_LED_01',
{ Add function command here };

[toggle reset]
trouble AND 'AND_GROUP_RESET' :
+restore 'AND_GROUP_EVENT',
+restore 'AND_GROUP_EVENT',
+restore 'AND_GROUP_RESET',
+restore 'AND_GROUP_RESET';
radiotrack1
Posts: 2
Joined: Tue Mar 13, 2012 5:17 pm

Toggle command

Post by radiotrack1 »

I have a system with 2 seperate cpu's and 2 seperate 12s/24led panels. 1 in office and 1 in guard shack. I need to be able to disable the outputs in the office and then reenble them in the guard shack and vice versa. This rule turns on the leds but I cannot reenable unless I go back to the panel that I disabled them at. What command should I be using to accomplish this?

[SPEAKER VISUAL BYPASS SW]
SW 'SW_7': ON 'LED_14', ON 'LED_38',
DISABLE AUD,
DISABLE VIS,
DISABLE AMP;

[SPEAKER VISUAL BYPASS SW GUARD HOUSE]
SW 'SW_19': ON 'LED_38', ON 'LED_14',
DISABLE AUD,
DISABLE VIS,
DISABLE AMP;
Post Reply