Actions

Custom PTT

From Zenitel Wiki

Revision as of 13:59, 31 May 2022 by Roarl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
AI.png

This example describes how the M-key can be controlled through an input on an IP station. The scenario described is an operating theatre with an IP OR station on the wall. Surgeons cannot use their hands to control the M-key and are therefore using a footpedal connected to input 1. When the footpedal is pressed, the input goes active. When it is released, the input is deactivated.

A single event is enough:

PTT App.PNG


Action commands:

$%chg(M,MREL) L%1.dir


All IP OR stations are put in to UDP group 2. They are all set to station type "Master Station". Input 1 is then regarded as DAK 11. The event triggers when the input is activated (On) and when it is deactivated (Off), meaning it will do $M (M-key pressed) when the event goes on, and $MREL (M-key released) when the event goes off.