%prci: Difference between revisions
From Zenitel Wiki
(→Syntax) |
(→Syntax) |
||
| Line 10: | Line 10: | ||
IP-LCM: | IP-LCM: | ||
* Input 1-6 | * Input 1-6 are the inputs on the TKIS unit | ||
* Input 8-15 | * Input 8-15 are the extra 8 inputs on the IP-LCM main board | ||
==Examples== | ==Examples== | ||
Revision as of 15:06, 4 December 2024
The %prci macro is used in the Event Handler to check state of a physical input on a Zenitel IP Device.
Syntax
%prci(station,input_no)
Return 1 (active) or 0 (not active) state of a physical input
- station: Physical number 1 - 552
- input_no: Input number 1 - 8
IP-LCM:
- Input 1-6 are the inputs on the TKIS unit
- Input 8-15 are the extra 8 inputs on the IP-LCM main board
Examples
%prci(5,1) - Return state of input 1 on station 5
Notes
One can use the Faulty Station Line - OFF together with %prci to read the status of the inputs when a device registers to the ICX-AlphaCom. However, one have to insert a small delay ($ST) of approx. 5 seconds from the device registers to the inputs are read.
