User Guide
Table Of Contents
- Cover
- Quick Installation Procedure
- Notices
- Table of Contents
- Product Overview
- Physical Description
- Installation
- Configuring the Video Server
- Using the Video Server
- Accessing your Surveillance Images
- Positional Control of the Video Sources
- The Log File
- PINGing Your IP Address
- Symptoms, Possible Causes and Remedial Actions
- Obtaining Updated Software
- Upgrading the Software
- The Physical Connector
- Camera Positioning
- CGI Parameters for Image Requests
- CGI Parameters for Pan Tilt and Zoom Control
- CGI Parameters for Preset Positions
- CGI Parameters for Serial Port Control
- Controlling and Monitoring
- Wizard Preconfigurations
- Client Applications
- Starting and Enabling the Editor
- Programming Script Format
- Commands
- Index

AXIS 2400/2401
Administration Manual Appendix H-The Programming Script
63
Appendix H- The Programming Script
Administrators and developers wishing to create a special level of customization within their
applications can create their own programming scripts using the Programming Script Editor.
Using the programming scripts demonstrated in this appendix, you can quickly develop
applications for: motion detection, event triggering, alarm notification via e-mail, picture storage to
FTP locations and a whole host of other functions limited only by your imagination.
The programming syntax and option information is supported by practical examples presented
within the context of genuine scripts that have been developed, tested and implemented into
proper user applications.
Note: Network Camera Servers Developer’s Pages: The Camera Division at Axis maintain a specialist
site for network camera developers. New exciting application ideas, tools, and programming
scripts are constantly being added to provide an invaluable reference site for Axis’ development
partners and OEMs. Follow the camera links and check it out at: http://cctv.axis.com/
Starting and Enabling the Editor
1. Click the Programming Script Editor button to start the editor.
2. Enter a your script in the main window and then click the Save button to deposit the script in
product memory.
3. Check the Enable box to activate the programming scripts in your system.
Notes: •Scripts can be saved but are not activated until the Enabled button is checked.
•Saving new scripts automatically removes any existing script previously saved with the Editor.
•A previously saved script is automatically displayed when the Programming Script Editor is
opened.
Programming Script Format
A programming script for the AXIS 2400/2401includes one or several entries and is entered into
the editor in the following format:
# <comments>
<triggering condition> :
<commands>;
%