Section 5: Using the AXIS 200+ AXIS 200+ 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:
# <comment> (first entry)
<trigger condition> :
<command 1> ;
<command 2> ;
.
.
.
%
# <comment> (second entry)
<trigger condition> :
<command 1> ;
<command 2> ;
.
.
.
%
# <comment> (...nth entry)
<trigger condition> :
<command 1> ;
<command 2> ;
.
.
.
%
# <comment>