Instruction manual
AXIS 2400 Administration Manual Appendix H-The Programming Script
63
-message
Specifies the message that will be sent to the remote host. The message must be surrounded
by quotation marks. Hexadecimal coded messages must be preceded by \0x, e.g. "\0x04" for
the non-printed character EOT. To include a quotation mark, it must be preceded by a
backslash, e.g. \".
Example
buffer_init
The buffer_init command initiates or clears the image buffers. This is needed in order to store
images using the buffer_start and buffer_stop commands.
S
SS
Sy
yy
yn
nn
nt
tt
ta
aa
ax
xx
x
buffer_init [[CAMERANUMBER],[IMAGE],[SIZE][:[CAMERANUMBER],[IMAGE],[SIZE]]];
O
OO
Op
pp
pt
tt
ti
ii
io
oo
on
nn
ns
ss
s
CAMERANUMBER
Specifies the camera source, i.e. 1-5.
IMAGE
Specifies the image type 1-3, where:
SIZE
Specifies the maximum number of images that can be stored in the buffer. Valid range is
0-255.
To initiate several buffers, you can stack multiple statements separated by colon.
Note:
To clear the image buffer, you simply do not specify any arguments.
To initiate several buffers, you can stack multiple statements separated by colon.
# This command will send the message "Alarm
# "0013" from AXIS 2400" to the remote host when
# input port 1 goes high.
* * * * * /I1:
alert -host 172.16.253.80 -port 2703 -message "Alarm \"0013\" from AXIS 2400";
%
1 = halfsize.jpg
2 = fullsize.jpg
3 = hugesize.jpg