Instruction manual
Appendix H-The Programming Script
AXIS 2400 Administration Manual
62
Appendix H- The Programming Script
Administrators and developers wishing to create a special level of customization within their
applications can create their scripts using a the product scripting language in an ordinary text
editor. This appendix details the AXIS 2400 pre-programming commands within the context of
genuine scripts that have been created, tested and implemented into proper user applications.
Note: N
NN
Ne
ee
et
tt
tw
ww
wo
oo
or
rr
rk
k k
k C
CC
Ca
aa
am
mm
me
ee
er
rr
ra
a a
a S
SS
Se
ee
er
rr
rv
vv
ve
ee
er
rr
rs
s s
s D
DD
De
ee
ev
vv
ve
ee
el
ll
lo
oo
op
pp
pe
ee
er
rr
r’
’’
’s
s s
s P
PP
Pag
agag
age
ee
es
ss
s:
::
: 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 - this is an invaluable reference site for Axis’ development
partners and OEMs. Follow the camera links and check it out at: h
hh
ht
tt
tt
tt
tp
pp
p:
::
:/
//
//
//
/w
ww
ww
ww
ww
ww
w.
..
.a
aa
ax
xx
xi
ii
is
ss
s.
..
.c
cc
co
oo
om
mm
m/
//
/
Script Format
A programming script for the AXIS 2400 can include one or several entries. The programming
script entries use this format:
where:
•The
<comments> are optional.
•The <triggering condition> includes the following fields: <minute> <hour> <day> <month> <weekday>
<optional input/boot event>
•The <commands> include one or several programming script commands.
Commands
alert
The alert command sends a message to a remote host.
S
SS
Sy
yy
yn
nn
nt
tt
ta
aa
ax
xx
x
alert [-host HOST] [-port PORTNUMBER]
[-message STRING];
O
OO
Op
pp
pt
tt
ti
ii
io
oo
on
nn
ns
ss
s
-host Specifies the host name or IP address of the remote host.
-port
Specifies the TCP port number
in the range [0..65534].
# <comments>
<triggering condition> :
<commands>;
%