Actions

Difference between revisions of "%prci"

From Zenitel Wiki

(Notes)
Line 13: Line 13:
  
 
== Notes ==
 
== Notes ==
One can use the Faulty Station Line - OFF to read the status of the inputs when a device registers to the ICX-AlphaCom. However, one have to have a small delay (approx. 5 seconds) from when the device registers to th
+
One can use the [[Faulty Station Line (Event Type)|Faulty Station Line - OFF]] to read the status of the inputs when a device registers to the ICX-AlphaCom. However, one have to have a small delay (approx. 5 seconds) from when the device registers to th
  
  

Revision as of 09:20, 18 November 2024

AI.png

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

Examples

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

Notes

One can use the Faulty Station Line - OFF to read the status of the inputs when a device registers to the ICX-AlphaCom. However, one have to have a small delay (approx. 5 seconds) from when the device registers to th



Back to Event_Handler#List_of_context_parameters.