Go to documentation repository
Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.
Format of events procedure for the Videogate object:
OnEvent("GATE ","id","event")
Operator format for actions with the Videogate:
DoReact("GATE","id","command"[,"parameters"]);
Example. Send corresponding messages to all system cores when the input speed on the gate 1 is reduced.
OnEvent("GATE ","1"," GATE_LOW_FPS ") { NotifyEventGlobal ("GATE ","1"," GATE_LOW_FPS "); }
Overview
Content Tools