Actions

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

From Zenitel Wiki

(Station Connect Operations)
Line 19: Line 19:
 
| align=center| '''station phys.no''' ||colspan="3" align=center|1 - 552 = The physical number of the station
 
| align=center| '''station phys.no''' ||colspan="3" align=center|1 - 552 = The physical number of the station
 
|-
 
|-
|align=center| '''output''' ||1-100 = The key number of the DAK-key <br> 1023 = Buzzer <br> 1024 = Display backlight<br> ||1-100 = The DAK-line|| 1 - 4 = Lamp outputs <br> 5 - 6 = Spare outputs <br> 7 = Cell light <br> 8 = Call LED <br>
+
|align=center| '''output''' ||1-100 = The key number of the DAK-key <br> 1023 = Buzzer <br> 1024 = Display backlight<br> ||valign="top"|1-100 = The DAK-line|| 1 - 4 = Lamp outputs <br> 5 - 6 = Spare outputs <br> 7 = Cell light <br> 8 = Call LED <br>
 
|-
 
|-
|align=center| '''LED no/buzzer''' ||DAK-key: <br>  
+
|align=center| '''LED no/buzzer'''  
 +
|DAK-key: <br>  
 
:1 = Red LED  <br>  
 
:1 = Red LED  <br>  
 
:2 = Green LED  <br>  
 
:2 = Green LED  <br>  
Line 28: Line 29:
 
:2 = External buzzer (relay)  <br>  
 
:2 = External buzzer (relay)  <br>  
 
Display backlight:  <br>  
 
Display backlight:  <br>  
:1 = Backlight <br>
+
:1 = Backlight
|| align=top|Always "1"||align=top|Always "1"
+
|valign="top"|Always "1"
 +
|valign="top"|Always "1"
 
|-
 
|-
| align=center| '''Ind-type''' ||DAK LED's: <br>  
+
| align=center| '''Ind-type'''
 +
|DAK LED's: <br>  
 
:1 = continuous (low priority) <br>  
 
:1 = continuous (low priority) <br>  
 
:2 = slow flash (medium priority) <br>  
 
:2 = slow flash (medium priority) <br>  
Line 42: Line 45:
 
:3 = 4 bleeps per second (high priority) <br>  
 
:3 = 4 bleeps per second (high priority) <br>  
 
:4 = continuous (alarm priority)
 
:4 = continuous (alarm priority)
||Video-state of the DAK-display: <br>
+
|valign="top"|Video-state of the DAK-display: <br>
 
:0 = Normal <br>  
 
:0 = Normal <br>  
 
:1 = Inverse <br>  
 
:1 = Inverse <br>  
 
:2 = Slow flash <br>  
 
:2 = Slow flash <br>  
 
:3 = Fast flash <br>  
 
:3 = Fast flash <br>  
|| Output state:
+
| valign="top"|Output state:
 
:1 = continuous <br>  
 
:1 = continuous <br>  
 
:2 = slow flash <br>  
 
:2 = slow flash <br>  

Revision as of 01:02, 11 November 2007

The IND (INDication) action is used 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

The command syntax:

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

Parameter description

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

Station Connect Operations

Message 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)

Display backlight:

1 = continuous

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)
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]   0x000D Negative response to CONN_REQUEST


station phys.no:

  • 1-552 = The physical number of the station

key no.:

  • 1-100 = The key number of the DAK-key
  • 1023 = Buzzer
  • 1024 = Display backlight

Led no/buzzer:

If the previous parameter was DAK-key (1 - 100):
  • 1 = Red LED
  • 2 = Green LED
If the previous parameter was Buzzer (1023):
  • 1 = Internal buzzer
  • 2 = External buzzer (relay)
If the previous parameter was Display (1024):
  • 1 = Backlight

Ind-type:

LEDs and display:
  • 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)


[state]:

The brackets [ ] indicate that this command 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.
  • ON or OFF (capital letters)

Example

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