Actions

Difference between revisions of "%prci"

From Zenitel Wiki

(Created page with "The '''%prci''' macro is used in the Event Handler to check state of a physical input on a IPARIO. ===Syntax=== '''%prci(station,input_no)''' Return 1/0 state of a physica...")
 
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The '''%prci''' macro is used in the [[Event Handler]] to check state of a physical input on a IPARIO.
+
{{AI}}
 +
The '''%prci''' macro is used in the [[Event Handler]] to check state of a physical input on an IP Station or IP-ARIO.
  
 
===Syntax===
 
===Syntax===
Line 6: Line 7:
 
Return 1/0 state of a physical input
 
Return 1/0 state of a physical input
 
* station:  Physical number 1 - 552
 
* station:  Physical number 1 - 552
* input_no: Input number 1 - 32
+
* input_no: Input number 1 - 8
  
 
===Examples===
 
===Examples===
 
  %prci(5,1)          - ''Return state of input 1 on station 5''
 
  %prci(5,1)          - ''Return state of input 1 on station 5''
 +
 +
Back to [[Event_Handler#List_of_context_parameters]].
 +
 +
[[Category:Event Handler macros]]
 +
[[Category:Event Handler]]
 +
[[Category:IP-ARIO]]

Latest revision as of 09:48, 4 October 2019

AI.png

The %prci macro is used in the Event Handler to check state of a physical input on an IP Station or 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

Back to Event_Handler#List_of_context_parameters.