Chapter 2
_________________________________________________________________________________________
_________________________________________________________________________________________
BB6032-14
Photoacoustic Gas Monitor
LumaSense Technologies
1314i / 1412i / 1512 / 3434i
Page 59 of 81
2.3.53 ZDLOG
The ZDLOG is used to log events in the firmware like i.e. software errors
that causes the system to reboot. The type and numbers of events is
defined with Mask with the following definitions:
Byte
Decimal
Event Mask
0
1
EVMASK_INITIALIZE
1
2
EVMASK_MEASURE
2
4
EVMASK_CALIBRATE
3
8
EVMASK_MEASERROR
4
16
EVMASK_MEASWARNING
5
32
EVMASK_MEASCONTROL
6
64
Not used
7
128
EVMASK_ADDDEVICE
8
256
EVMASK_SOFTERROR
9
512
EVMASK_MEMORY
10
1024
EVMASK_CANBUS
11
2048
EVMASK_RS232
12
4096
EVMASK_ETHERNET
13
8192
EVMASK_USB
14
16384
EVMASK_KEYENTRIES
Default Mask is 792 meaning that Memory, Soft errors, Measurement
warnings and Measurement errors are logged.
ZDLOG? Reads out the Mask
/*****PROTECTED 1*****/ (see section
ZDLOG <mask>
selects the Mask.
e.g. E_C 1;ZDLOG 792
ZDLOG ERASE
erases the log.
ZDLOG? <mask>,x reads out the last x numbers of occurrences in the
log with the defined mask.
e.g. E_C 1;ZDLOG? 792,10 reads out the last 10 occurrences of mask 792
and could give the following output:
2014-06-10 14:01:59.4965 SOFTERR ZD0810 SOFT ERROR AT uticht.c
1534
Ex_Store_Meas Unknown Mem_Result