Actions

Difference between revisions of "%prco"

From Zenitel Wiki

Line 1: Line 1:
{{A}}  
+
{{AI}}  
 
The '''%prco''' macro is used in the [[Event Handler]] to check state of a physical output on an IP station or IP-ARIO.
 
The '''%prco''' macro is used in the [[Event Handler]] to check state of a physical output on an IP station or IP-ARIO.
 
Please note that mapping between logical and physical RCO must be done in RCO window.
 
Please note that mapping between logical and physical RCO must be done in RCO window.

Revision as of 09:48, 4 October 2019

AI.png

The %prco macro is used in the Event Handler to check state of a physical output on an IP station or IP-ARIO. Please note that mapping between logical and physical RCO must be done in RCO window.

Syntax

%prco(station,output_no)

Return 1/0 state of a physical output

  • station: Physical number 1 - 552
  • output_no: Output number 1 - 10

Examples

%prco(5,1)           - Return state of output 1 on station 5


Back to Event_Handler#List_of_context_parameters.