Actions

IND - Indicator control for CRMIV LEDs, buzzer etc.

From Zenitel Wiki

Revision as of 12:07, 21 August 2009 by Asle (talk) (Command syntax)

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

  • 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

Command syntax

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

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

Parameter description:

Parameter CRM IV DualDisplay PrisCom
station phys.no 1 - 552 = The physical number of the station
output 1-100 = The key number of the DAK-key
1023 = Buzzer
1024 = Display backlight
1-100 = The DAK-line 1 - 4 = Lamp outputs
5 - 6 = Spare outputs
7 = Cell light
8 = Call LED
LED no/buzzer DAK-key:
1 = Red LED
2 = Green LED

Buzzer:

1 = Internal buzzer
2 = External buzzer (relay)

Display backlight:

1 = Backlight
Always "1" Always "1"
Ind-type 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
Video-state of the DAK-display:
0 = Normal
1 = Inverse
2 = Slow flash
3 = Fast flash
Output state:
1 = continuous
2 = slow flash
3 = fast flash
[state] ON or OFF (capital letters)


Station/Parameter phys.no output LED no/buzzer IND-type [state]
CRM V 1 - 552 = The physical number of the station 1-100 = The key number of the DAK-key
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
CRM IV kolonne 2 kolonne 3 kolonne 4 kolonne 5 kolonne 6
Dual Display kolonne 2 kolonne 3 kolonne 4 kolonne 5 kolonne 6
PrisCom kolonne 2 kolonne 3 kolonne 4 kolonne 5 kolonne 6

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.

Example

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