Actions

Difference between revisions of "%prci"

From Zenitel Wiki

Line 1: Line 1:
The '''%prci''' macro is used in the [[Event Handler]] to check state of a physical input on a IPARIO.
+
The '''%prci''' macro is used in the [[Event Handler]] to check state of a physical input on a IP-ARIO.
  
 
===Syntax===
 
===Syntax===
Line 10: Line 10:
 
===Examples===
 
===Examples===
 
  %prci(5,1)          - ''Return state of input 1 on station 5''
 
  %prci(5,1)          - ''Return state of input 1 on station 5''
 +
[[Category: IP-ARIO]]

Revision as of 17:10, 5 July 2011

The %prci macro is used in the Event Handler to check state of a physical input on a IP-ARIO.

Syntax

%prci(station,input_no)

Return 1/0 state of a physical input

  • station: Physical number 1 - 552
  • input_no: Input number 1 - 8

Examples

%prci(5,1)           - Return state of input 1 on station 5