Actions

Difference between revisions of "ENA Amplifier - Report faults to Display Station"

From Zenitel Wiki

 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{A}}
+
{{AI}} [[File:ENA Error to display.png|thumb|800px|right|Amplifier faults, such as Speaker Line errors, can be reported to display stations]]
  
Faults in the ENA Amplifier can be reported to a display station, e.g. to [[IP Desktop Master Station - 1008001000|IP Desktop]], [[IP Dual Display Station - 1008007000|DualDisplay]] or [[CRM V - Control Room Master|CRMV station]]. This is achieved by using [[Station Fault (Event Type)|event 43 - Station Fault Report]], which is triggered whenever the ENA amplifier reports a fault.
+
Faults in the ENA Amplifier can be reported to a display station, e.g. to [[IP Desktop Master Station - 1008001000|IP Desktop]], [[IP Dual Display Station - 1008007000|DualDisplay]] or [[CRM V - Control Room Master|CRMV station]]. This is achieved by using [[Station Fault (Event Type)|event 43 - Station Fault Report]], which is triggered whenever the ENA amplifier reports a fault. It is the directory number for Audio Channel 1 which is reporting faults.
  
 
In order to have one common event for all ENA amplifiers, include the amplifiers in an [[UDP group|UDP Group]]. Here UDP Group 3 is used as an example.
 
In order to have one common event for all ENA amplifiers, include the amplifiers in an [[UDP group|UDP Group]]. Here UDP Group 3 is used as an example.
Line 10: Line 10:
 
<br style="clear:both;" />
 
<br style="clear:both;" />
  
Action Command:
+
{{Code2|
 
  IF %chg(1,0)
 
  IF %chg(1,0)
 
  $STM %1.ref L164 U%op(70,+,%sev) '(%1.dir) %2.nam'
 
  $STM %1.ref L164 U%op(70,+,%sev) '(%1.dir) %2.nam'
Line 16: Line 16:
 
  ENDIF
 
  ENDIF
 
  $CANM %1.ref L164 NM253 U%op(70,+,%sev)
 
  $CANM %1.ref L164 NM253 U%op(70,+,%sev)
 +
}}
  
<br><br>
+
The event string will send a station-mail ([[$STM]]) to station 164 for all new fault codes. When a fault is removed the event is reported "OFF", and the mail message is automatically deleted. ([[$CANM]]). If you want the mail message to remain in the station also after the fault is gone, simply change "When Change To" = ON (not ON or OFF).
The Event string will send a station-mail ([[$STM]]) to station 164 for all new fault codes. When a fault is reported "OFF" the mail message is automatically deleted. ([[$CANM]])
 
  
The priority of the mail will be the fault type + 70. The mail text will contain the directory number of the amplifier and the default fault text.  
+
The priority of the mail will be the fault type (subevent) + 70. The mail text will contain the directory number of the amplifier and the [[Station_Fault_(Event_Type)|default fault text]]. Customized fault text can be used instead of the default text.
  
[[Category: Public Address]]
+
 
 +
[[Category:AlphaCom Applications]]
 +
[[Category: ICX-AlphaCom Applications]]
 +
[[Category: Public Address - Features and configuration]]

Latest revision as of 14:16, 31 May 2022

AI.png
Amplifier faults, such as Speaker Line errors, can be reported to display stations

Faults in the ENA Amplifier can be reported to a display station, e.g. to IP Desktop, DualDisplay or CRMV station. This is achieved by using event 43 - Station Fault Report, which is triggered whenever the ENA amplifier reports a fault. It is the directory number for Audio Channel 1 which is reporting faults.

In order to have one common event for all ENA amplifiers, include the amplifiers in an UDP Group. Here UDP Group 3 is used as an example.

In AlphaPro, select Exchange & System > Events, and Insert a new event with the following properties:

Event 43 is used to report amplifer errors


Action commands:

IF %chg(1,0)
$STM %1.ref L164 U%op(70,+,%sev) '(%1.dir) %2.nam'
STOP
ENDIF
$CANM %1.ref L164 NM253 U%op(70,+,%sev)


The event string will send a station-mail ($STM) to station 164 for all new fault codes. When a fault is removed the event is reported "OFF", and the mail message is automatically deleted. ($CANM). If you want the mail message to remain in the station also after the fault is gone, simply change "When Change To" = ON (not ON or OFF).

The priority of the mail will be the fault type (subevent) + 70. The mail text will contain the directory number of the amplifier and the default fault text. Customized fault text can be used instead of the default text.