Opticon ESL
ESL Server manual
v1.0.62.2
96
Supported ESL settings
The following list of SQL-commands is currently supported to change ESL settings. Valid commands
will be moved to the action_pending table. Disgarded settings and settings that match the current
setting will be moved to the action_results table.
PARAM1 (default; min; max)
Min. poll interval in seconds (20, 5, 200)
INSERT INTO `actions_staging`(`ACTION`, `MAC`, `PARAM1`) VALUES ('POLL_INTERVAL',
'3889DC000000A842', 20);
Poll timeout in polls (10, 5, 30)
INSERT INTO `actions_staging`(`ACTION`, `MAC`, `PARAM1`) VALUES ('POLL_TIMEOUT',
'3889DC000000A842', 20);
Associate interval in seconds (60, 60, 300)
INSERT INTO `actions_staging`(`ACTION`, `MAC`, `PARAM1`) VALUES ('SCAN_INTERVAL',
'3889DC000000A842', 60);
0: normal, 1: upside down
INSERT INTO `actions_staging`(`ACTION`, `MAC`, `PARAM1`) VALUES ('DISPLAY_OPTIONS',
'3889DC000000A842', 1);
11: 0x00000800
12: 0x00001000
13: 0x00002000
14: 0x00004000
15: 0x00008000
16: 0x00010000
17: 0x00020000
18: 0x00040000
19: 0x00080000
20: 0x00100000
21: 0x00200000
22: 0x00400000
23: 0x00800000
24: 0x01000000
25: 0x02000000
26: 0x04000000
INSERT INTO `actions_staging`(`ACTION`, `MAC`, `PARAM1`) VALUES ('SCAN_CHANNELS',
'3889DC000000A842', '101746688'); (0x06108800 = 11, 15, 20, 25, 26)
Temperature range. (0=default; 0, 4) (>0
values are to compensate for lower
temperatures, but shorten battery life)
INSERT INTO `actions_staging`(`ACTION`, `MAC`, `PARAM1`) VALUES ('TEMPERATURE',
'3889DC000000A842', 0);