PiXORD NC Configuration


 
ADVANCED SETTINGS

Event Script Edit

Application developers regularly wish to have different levels of customization within their own applications. Such customizations can be done through the event manager. The event system provides several trigger sources and action types, which allow administrators to record emergency images, such as Motion detection, IO control, FTP or EMAIL to the outside world in a simple process.
The PIXORD NC's event manager provides an event control through programmable Event Scripts which are the combination of several events. Each event works simultaneously. If one of the trigger conditions in the event script is satisfied, then the corresponding action will start to be executed accordingly. A comprehensive set of ¡§trigger conditions¡¨ and ¡§action commands¡¨ are allowed to fit in several applications without limitation.
To start the event manager, simply click on the Event icon, then the event frame will pop up.
There are two ways to enter the event script. One is using the ¡§ Script Wizard ¡¨ which follows the procedure of filling up some basic commands, generating and appending a new script code to the edit window. The other one is editing the form manually, which is meant for experienced users who want control deeply the functionalities of the events operation. Please refer to the ¡§ Event Script Programmers Guide ¡¨, which can be downloaded from the PIXORD website.

1

Event Script Edit : Text window to enter event script manually.

2. Event Status : Indicates the event status, ¡§Stop Now¡¨ or ¡§Start Now¡¨.
3.

Event Auto Start when Power On : The flag is to set the event script auto start-up when the system is powered on.

4. Message : A window to show the results when below command icon pressed --- normally will show ¡§OK¡¨, ¡§Parsing¡¨, ¡§Fail¡¨, Or ¡§Err String¡¨ which indicates the syntax error of parsing, and starts from the error position in the script.
5.

Save Script : Command to save and parse current scripts in the ¡§Event Script Edit¡¨ window. If any syntax errors are detected, the error message, indicating the starting position of syntax error, will be shown in the ¡§Message¡¨ window.

Note: Any changes in ¡§ Event Script Edit ¡¨ window must ¡§ Save Script ¡¨ before ¡§ Start Script ¡¨; otherwise, the new changes will be lost and won't take effective. Also the changes won't be saved into permanent memory unless you click the ¡§Save Changes¡¨ .

Clear : Command to clean up ¡§Event Script Edit¡¨ window.
Start Script : Command to start the script execution.
Stop Script : Command to stop the script execution.

6. Script Wizard : Command to start the script wizard. It helps user to make simple script automatically by wizard, but the wizard supports only partial trigger and action commands. To fully leverage the complete functionalities of event script, please refer to ¡§Event Script Programmers Guide¡¨.
7. Set Motion Detection Area : In order to activate the motion detection, you must choose the detection area and start the motion detection script manually or by wizard.

Back