Actions

Difference between revisions of "%prco"

From Zenitel Wiki

(Created page with "The '''%prco''' macro is used in the Event Handler to check state of a physical output on a IPARIO. ===Syntax=== '''%prco(station,input_no)''' Return 1/0 state of a physic...")
 
Line 6: Line 6:
 
Return 1/0 state of a physical output
 
Return 1/0 state of a physical output
 
* station:  Physical number 1 - 552
 
* station:  Physical number 1 - 552
* output_no: Output number 1 - 32
+
* output_no: Output number 1 - 8
  
 
===Examples===
 
===Examples===
 
  %prio(5,1)          - ''Return state of output 1 on station 5''
 
  %prio(5,1)          - ''Return state of output 1 on station 5''

Revision as of 16:59, 5 July 2011

The %prco macro is used in the Event Handler to check state of a physical output on a IPARIO.

Syntax

%prco(station,input_no)

Return 1/0 state of a physical output

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

Examples

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