Go to documentation repository
Page History
...
The settings panel of the Script system object allows choosing the time zone schedules and the computers (kernels) for executing the script.
...
Info | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
If the Object’s type column has the Macro value, the Identifier column has the 1 value and the Event column has the Executed value, then instead of the script below
you can use the following script:
The detailed information on the elements of the settings panel for the Script object is given in Administrator's guide. |
...
The filter can be set by the UPDATE_OBJECT event of the CORE object. Example of the command to add the Camera object with identifier 1 to the filter of the Script object with identifier 2:
Code Block |
---|
NotifyEventStr("CORE","","UPDATE_OBJECT","objtype<SCRIPT>,objid<2>,EVENT.objid.0<1>,EVENT.objid.1<10>,EVENT.action.count<2>,flags<>,EVENT.action.0<>,EVENT.action.1<>,EVENT.objtype.0<CAM>,EVENT.objtype.count<2>,EVENT.objtype.1<CAM>,EVENT.objid.count<2>"); |
Overview
Content Tools