Go to documentation repository
...
| Code Block | ||
|---|---|---|
| ||
function NotifyEvent(msgevent : MsgObject) |
...
| Code Block | ||
|---|---|---|
| ||
if (Event.SourceType == "ARCH" && Event.SourceId == "1" && Event.Action == "ACTIVE ")
{
var msgevent = CreateMsg();
msgevent.SourceType = " GRABBER ";
msgevent.SourceId = "2";
msgevent.Action = "MUX1_OFF";
NotifyEvent(msgevent);
} |