User Manual
Table Of Contents
- Cover
- Section 1 Introduction
- Section 2 Installing the AXIS 240
- Section 3 Assigning an IP Address
- Section 4 Configuring the AXIS 240
- Section 5 Using the AXIS 240
- Appendix A Troubleshooting
- Appendix B The Parameter List
- Appendix C Updating the Software
- Appendix D Technical Specifications
- Appendix E The Auxiliary IO Port
- Appendix F The RS232 Serial Ports
- Appendix G Camera Applications
- Appendix H CRON Script Command Reference
Section 5: Using the AXIS 240 AXIS 240 Users Manual
52
A typical CRON script construction is detailed below:
CRON script syntax
Comments
It is good programming practice to start each new entry with a
comment to describe its function. Comments are optional, but must
be proceeded by a
# character, as detailed below:
Example:
# <comment>
(first entry)
<trigger condition> :
<command 1> ;
<command 2> ;
.
.
<command n> ;
%
# <comment>
(second entry)
<trigger condition> :
<command 1> ;
<command 2> ;
.
.
<command n> ;
%
# <comment>
(...nth entry)
<trigger condition> :
<command 1> ;
<command 2> ;
.
.
<command n> ;
%
# <comment>
# This cron entry will...










