easy2log© RT0005 Technical Information Manual
23
INIT_DATE register (RW- 2 words)
Register
Address
Op.
Default
INIT_DATE_L
0x0C
RW
0x0000
INIT_DATE_H
0x0D
RW
0x0000
The Init Date register is used to keep track of time and it is expressed in Unix time format. Default register’s value is 0
that corresponds to midnight (UTC) January, 1 1970. If date value is 0, the internal timer is not active. When this
register is set to a non-zero value the internal 32 bit register timer starts. The INIT_DATE register MUST be set AFTER
the RESET operation on the tag. INIT_DATE_L must be written before INIT_DATE_H. The INIT_DATE register is set to 0
after a reset operation.
ETA register (RW- 2 words)
Register
Address
Op.
Default
ETA_L
0x0E
RW
0x0000
ETA_H
0x0F
RW
0x0000
The Estimated Time of Arrival register (expressed in seconds) defines the maximum time, computed from shipping
date, required to arrive at destination. If the logging is not stopped before the ETA is reached an alarm is generated. If
the value of this register is 0 the ETA alarm feature is disabled. Default value of ETA register is 0.
BIN_ENABLE register (RW)
Register
Address
Op.
Default
BIN_ENABLE
0x10
RW
0x0001
The register is composed by the following fields:
15
…
2
1
0
BIN15_EN
…
BIN02_EN
BIN01_EN
BIN00_EN
0
0
0
0
1
Default
BINX_EN Enable(1)/Disable(0) the counter for the corresponding histogram bin.
BIN_ENA_SAMPLE_STORE register (RW)
Register
Address
Op.
Default
BIN_ENA_SAMPLE_STORE
0x11
RW
0xFFFF
The register is composed by the following fields:
15
…
2
1
0
BIN15_EN
…
BIN02_EN
BIN01_EN
BIN00_EN
1
1
1
1
1
Default
BINX_EN: if the BINX_EN bit (X=0..15) is set to 1 all the sampled data values which are in the range of bin X are saved
into the logging memory. Default condition is all flags set to 1.