Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Examples of scripts with Audio  Examples of scripts with Detection Next page


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 ");
}


  • No labels