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...") |
|||
(12 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''%prco''' macro is used in the [[Event Handler]] to check state of a physical output on | + | {{AI}} |
+ | The '''%prco''' macro is used in the [[Event Handler]] to check state of a physical output on an IP station or IP-ARIO. | ||
===Syntax=== | ===Syntax=== | ||
− | '''%prco(station, | + | '''%prco(station,output_no)''' |
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 - | + | * output_no: Output number 1 - 10 (17-24 in [[IP-LCM]]) |
===Examples=== | ===Examples=== | ||
− | % | + | %prco(5,1) - ''Return state of output 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 10:51, 30 November 2021
The %prco macro is used in the Event Handler to check state of a physical output on an IP station or IP-ARIO.
Syntax
%prco(station,output_no)
Return 1/0 state of a physical output
- station: Physical number 1 - 552
- output_no: Output number 1 - 10 (17-24 in IP-LCM)
Examples
%prco(5,1) - Return state of output 1 on station 5