Actions

Difference between revisions of "%1.nod"

From Zenitel Wiki

 
Line 12: Line 12:
 
<br style="clear:both;" />
 
<br style="clear:both;" />
  
Note that in expression @<node> the "node" is hex value of the node. Using @'''U'''<node>,"node" is the decimal value.
+
Note that in expression '''@<node>''' the "node" is the hexadecimal value of the node. Using @'''U'''<node>,"node" is the decimal value.
  
 
Back to [[Event_Handler#List_of_context_parameters]].
 
Back to [[Event_Handler#List_of_context_parameters]].

Latest revision as of 16:48, 24 May 2022

AI.png
  • Returns the AlphaCom node number for a station.
  • %2.nod can also be used.


Example:

In this event station 103 in node 1 will be queued on 107 in node 3:

EventHandlerMacro NOD.PNG


Note that in expression @<node> the "node" is the hexadecimal value of the node. Using @U<node>,"node" is the decimal value.

Back to Event_Handler#List_of_context_parameters.