Actions

Difference between revisions of "MST - Mail to Station"

From Zenitel Wiki

 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{AI}}
 +
<br>
 
== Syntax ==
 
== Syntax ==
  
 
  MST  <[(node)]>  <destination phys. no>  <source phys. no>  <“mail-text”/mail-id> <[priority]>
 
  MST  <[(node)]>  <destination phys. no>  <source phys. no>  <“mail-text”/mail-id> <[priority]>
  
*Phys. no: 1-552
+
*Node: 1-254 (optional)
*Mail text: Free text  (maximum 16 characters) in quotes
+
*Destination phys. no: 1-552
*Mail id: no 19-30 (see below)
+
*Source phys. no: 1-552, or 0 if no source
*Priority: 1-255
+
*Mail text: Free text  (maximum 16 characters) in quotes, or [[Predefined AlphaCom mails]] id: 19-30  
 +
*Priority: 1-255 (optional)
  
Mail id's:
+
== Examples ==
  
{| border="1" 
+
  MST 47 0 "Temp. alarm"           – Send textmessage "Temp.alarm" to station 47
|-
+
  MST (3) 47 0 "Temp. alarm" 160  – Send "Temp.alarm" with priority 160 to station 47 in node 3
!style="background:#ffdead;" width="30pt"|Mail Number
 
!style="background:#ffdead;" width="180pt" |Mail Text
 
!style="background:#ffdead;" width="100pt"|Comment
 
|-
 
|align=center|19||Technical Alarm 1||&nbsp;
 
|-
 
|align=center|20||Technical Alarm 2||&nbsp;
 
|-
 
|align=center|21||Technical Alarm 3||&nbsp;
 
|-
 
|align=center|22||Power Supply 3||&nbsp;
 
|-
 
|align=center|23||Power Supply 2||&nbsp;
 
|-
 
|align=center|24||Power Supply 1||&nbsp;
 
|-
 
|align=center|25||Standby Active||&nbsp;
 
|-
 
|align=center|26||Temperature Alarm||&nbsp;
 
|-
 
|align=center|27||Board error||&nbsp;
 
|-
 
|align=center|28||Line Error||&nbsp;
 
|-
 
|align=center|29||Device Error||&nbsp;
 
|-
 
|align=center|30||AGA Error||&nbsp;
 
|-
 
1}
 
 
 
== Example ==
 
 
 
  MST 47 0 “Temp. alarm”           – Send textmessage "Temp.alarm" to station 47
 
  MST (3) 47 0 “Temp. alarm” 160  – Send "Temp.alarm" with priority 160 to station 47 in node 3
 
 
  MST 1 0 28                      - Send line error (28) to station 1
 
  MST 1 0 28                      - Send line error (28) to station 1
  
  
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]
 +
[[Category:Built-In Action Commands]]

Latest revision as of 16:15, 4 October 2019

AI.png


Syntax

MST  <[(node)]>  <destination phys. no>  <source phys. no>  <“mail-text”/mail-id> <[priority]>
  • Node: 1-254 (optional)
  • Destination phys. no: 1-552
  • Source phys. no: 1-552, or 0 if no source
  • Mail text: Free text (maximum 16 characters) in quotes, or Predefined AlphaCom mails id: 19-30
  • Priority: 1-255 (optional)

Examples

MST 47 0 "Temp. alarm"           – Send textmessage "Temp.alarm" to station 47
MST (3) 47 0 "Temp. alarm" 160   – Send "Temp.alarm" with priority 160 to station 47 in node 3
MST 1 0 28                       - Send line error (28) to station 1