Actions

Difference between revisions of "IP-ARIO"

From Zenitel Wiki

(PA Failure State System)
Line 1: Line 1:
 +
 
==PA Failure State System==
 
==PA Failure State System==
  
Line 154: Line 155:
  
 
|}
 
|}
 +
 +
===Updated Event Handler Macros and $DP messages===
 +
[[wudd]]        (Added label and string variables)
 +
[[%udd]]        (Added label and string variables)
 +
[[IND_-_Indicator_control_for_CRMIV_LEDs,_buzzer_etc. |gind]]        (NEW  group version of ''ind'')
 +
[[%paf]]        (NEW, PA fault in UDP group check)
 +
[[%pai]]        (NEW, PA fault indicator in DAK block)
 +
[[%pap]]        (NEW, PA fault mail priority)
 +
[[%prci]]      (NEW, Current Physical RCI state)
 +
[[%prco]]      (NEW, Current Physical RCO state)
 +
 +
$[[PA_CMD]]    (NEW, PA command, ACK/CLEAR)
 +
$[[SET_IPRCO]]  (NEW, Set physical RCO on IP station/IP-ARIO)
 +
$[[CANCEL_MAIL]](Added option for delete mail with specific priority, Mail-id = 253)
 +
  
  

Revision as of 09:13, 6 July 2011

PA Failure State System

When used as PA interface some of the IP-ARIO inputs are used for reporting failure state of 1 or 2 amplifiers.


The various IP-ARIO PA faults and states are reported as sub events on the line error event.
When fault state is reported OFF from IP-ARIO the fault state in AMCD will still be active until acknowledge and cleared by the user.

A NVRAM structure is used for additional configurable elements.
Configurable elements are:

  • Default description text intended for use in fault mail to PA panels. The text are sent to event handler as %2.nam
  • Default placement of status indication in the "DAK block" related to the PA interface. ( DAK block)
  • Default priority used for fault mails. (Unique priority make it easy to remove specific fault from mail queues)
Event Handler IP-ARIO failure states
Event text (%2.nam) SUB event (%sev) DAK block index (%pai) Priority (%pap) Comment
FAULT ACK 2 7 50 Event text for debugging
FAULT CLEAR 3 10 50 Event text for debugging
ZONE BLINK 4 1 50 Event text for debugging
ZONE STEADY 5 1 50 Event text for debugging
IPA DOWN 10 4 140
RELAY 1 11 2 100
POWER 1 12 5 101
LINE MON 1 13 8 102
XLR MON 1 14 11 103
RELAY 2 15 3 104
POWER 2 16 6 105
LINE MON 2 17 9 106
XLR MON 2 18 12 107
- 20 - - "Live" State of Line Mon. 1
- 21 - - "Live" State of Line Mon. 2
- 22 - - "Live" State of Amp 1 Discon.
- 23 - - "Live" State of Amp 2 Discon.
- 24 - - "Live" State of 20KHZ Mon. 1
- 25 - - "Live" State of 20KHZ Mon. 2
- 26 - - "Live" State of Level Detect. 1
- 27 - - "Live" State of Level Detect. 2

Updated Event Handler Macros and $DP messages

wudd        (Added label and string variables)
%udd        (Added label and string variables)
gind        (NEW  group version of ind)
%paf        (NEW, PA fault in UDP group check)
%pai        (NEW, PA fault indicator in DAK block)
%pap        (NEW, PA fault mail priority)
%prci       (NEW, Current Physical RCI state)
%prco       (NEW, Current Physical RCO state)
$PA_CMD     (NEW, PA command, ACK/CLEAR)
$SET_IPRCO  (NEW, Set physical RCO on IP station/IP-ARIO)
$CANCEL_MAIL(Added option for delete mail with specific priority, Mail-id = 253)


Default Grouping of fault state on CRM DAK

The status of faults of one IP-ARIO are grouped to one CRM DAK block of 3 * 4 DAK keys.

Fault Indication On DAK panel
ZONE FAULT RELAY 1 RELAY 2
IPA DOWN POWER 1 POWER 2
FAULT ACK LINE MON 1 LINE MON 2
FAULT CLEAR XLR DISCON 1 XLR DISCON 2