Actions

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

From Zenitel Wiki

(Syntax)
Line 2: Line 2:
 
The display, buzzer and LEDs are controlled by an action command called "IND" (INDication).
 
The display, buzzer and LEDs are controlled by an action command called "IND" (INDication).
 
The command syntax is the same for all types of indications:
 
The command syntax is the same for all types of indications:
  IND <station phys.no> <key no.> <LED no> <Indtype> [state]
+
  IND <station phys.no> <key no.> <LED no/buzzer> <Ind-type> [state]
 
The IND action transfers display data to the station. Between the command
 
The IND action transfers display data to the station. Between the command
 
parameters, there must always be a space.
 
parameters, there must always be a space.
Line 11: Line 11:
 
:*1-552 = The physical number of the station
 
:*1-552 = The physical number of the station
  
'''key.no''':  
+
'''key no.''':  
 
:*1-100 = The key number of the DAK-key <br>
 
:*1-100 = The key number of the DAK-key <br>
 
:*1023 = Buzzer
 
:*1023 = Buzzer
 
:*1024 = Display
 
:*1024 = Display
  
'''led.no/buzzer''': <br>
+
'''Led no/buzzer''': <br>
 
:If the previous parameter was DAK-key (1 - 100):
 
:If the previous parameter was DAK-key (1 - 100):
 
:*1 = Red LED
 
:*1 = Red LED
Line 28: Line 28:
 
:*1 = Backlight  
 
:*1 = Backlight  
  
'''ind-type''':  
+
'''Ind-type''':  
 
:LEDs and display:  
 
:LEDs and display:  
 
:*1 = continuous (low priority)  
 
:*1 = continuous (low priority)  
Line 41: Line 41:
  
  
'''[state] OFF or ON''': (capital letters)
+
'''[state]''':  
 +
:*ON or OFF(capital letters)
 
: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.
 
: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.
  

Revision as of 22:47, 10 November 2007

IND - Indicator control for CRM IV LEDs The display, buzzer and LEDs are controlled by an action command called "IND" (INDication). The command syntax is the same for all types of indications:

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

The IND action transfers display data to the station. Between the command parameters, there must always be a space.

Parameter description

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

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]:

  • ON or OFF(capital letters)
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.

Example

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