Actions

Difference between revisions of "IND - Indicator control for CRMIV LEDs, buzzer etc."

From Zenitel Wiki

(Command syntax)
Line 44: Line 44:
 
| align=center valign="top"| '''Turbine station'''  
 
| align=center valign="top"| '''Turbine station'''  
 
|align=center valign="top"|Physical number<br>1 - 552  
 
|align=center valign="top"|Physical number<br>1 - 552  
|valign="top" |17 = Relay <br> 11-16 = Spare outputs
+
|valign="top" |17 = Relay <br> 11-16 = Spare outputs<br> See note below!
 
|valign="top" |Always "1"<br>  
 
|valign="top" |Always "1"<br>  
 
|valign="top" |1 = continuous (low priority) <br>  
 
|valign="top" |1 = continuous (low priority) <br>  
Line 109: Line 109:
  
 
The ''state'' parameter is optional. If nothing is entered in this field, the indication is switched on/off along with the event. By entering OFF, for example, you can set an indication to turn off when the event turns on.
 
The ''state'' parameter is optional. If nothing is entered in this field, the indication is switched on/off along with the event. By entering OFF, for example, you can set an indication to turn off when the event turns on.
 +
 +
Note on Turbine:
  
 
== Example ==
 
== Example ==

Revision as of 12:09, 24 February 2015

The IND (INDication) or GIND action is used in the Event Handler for sending commands to a station or a group of stations. The commands are sent as display data. The following stations are currently supporting the IND command:

  • IP Flush Master and CRM V: Control the LED's in the DAK keys
  • CRM IV: Control the LED's in the DAK keys, the internal buzzer or relay, and the backlight of the display
  • DualDisplay station: Control the video-state of the DAK-display
  • Priscom station: Control the outputs used for lamps, cell light, call LED and spare output
  • IP-ARIO: Control the Error LED and the Radio LED
  • IP Substation: Control relay and spare output
  • Turbine station: Control relay and the 6 additional outputs

Command syntax

IND <station phys.no> <output> <LED no/buzzer> <Ind-type> [state]
GIND <group ind> <output> <LED no/buzzer> <Ind-type> [state]

Between the command parameters, there must always be a space.

<group ind> is the AlphaCom group index number 1-250. (Not the group directory number)

Parameter description:

Station/Parameter phys.no output LED no/buzzer IND-type [state]
IP-ARIO Physical number
1 - 552
1 = Radio LED
2 = Error LED
1 = Red LED (Radio and Error)

2 = Green LED (Radio LED only)

1 = continuous (low priority)

2 = slow flash (medium priority)
3 = fast flash (high priority)

ON or OFF
IP Substation (8022) Physical number
1 - 552
1 = Relay
2 = Spare output
Always "1"
1 = continuous (low priority)

2 = slow flash (medium priority)
3 = fast flash (high priority)

ON or OFF
Turbine station Physical number
1 - 552
17 = Relay
11-16 = Spare outputs
See note below!
Always "1"
1 = continuous (low priority)

2 = slow flash (medium priority)
3 = fast flash (high priority)

ON or OFF
CRM V and IP Flush Master (8024) Physical number
1 - 552
1-100 = DAK-key number 1 = Red LED

2 = Green LED

1 = continuous (low priority)

2 = slow flash (medium priority)
3 = fast flash (high priority)

ON or OFF
CRM IV Physical number
1 - 552
1-100 = DAK-key number
1023 = Buzzer
1024 = Display backlight
DAK-key:
1 = Red LED
2 = Green LED

Buzzer:

1 = Internal buzzer
2 = External buzzer (relay)

Display backlight:

1 = Backlight
DAK LED's:
1 = continuous (low priority)
2 = slow flash (medium priority)
3 = fast flash (high priority)

Buzzers:

1 = 1 bleep per 8 seconds (low priority)
2 = 1 bleep per 2 seconds (medium priority)
3 = 4 bleeps per second (high priority)
4 = continuous (alarm priority)

Display backlight:

1 = continuous
ON or OFF
DualDisplay Physical number
1 - 552
1-100 = The DAK-key line Always "1" Video-state of the DAK-display:
0 = Normal
1 = Inverse
2 = Slow flash
3 = Fast flash
ON or OFF
PrisCom Physical number
1 - 552
1 - 4 = Lamp outputs
5 - 6 = Spare outputs
7 = Relay (Cell light)
8 = Call LED
Always "1" Output state:
1 = continuous
2 = slow flash
3 = fast flash
ON or OFF

The state parameter is optional. If nothing is entered in this field, the indication is switched on/off along with the event. By entering OFF, for example, you can set an indication to turn off when the event turns on.

Note on Turbine:

Example

IND  2  23  2  3  ON = Station 2, key 23, turn green led, fast flashing, ON


Related articles