Technical Manual

Table Of Contents
50
Software
FREQ
193 FREQ 433925000 25000 0
#
DATA
DESCRIPTION Returns data stored for a certain device.
PARAMETER The ID of the device for which the data is requested and the date/time (in the stan-
dard format) the data was stored. If missing, it refers to the data of the local device.
RETURNS A data block.
REMARKS GET only. If the date/time parameter is not included, the latest data is returned. If
the date/time parameter is included, the date and time closest to, but later than, the
given date/time is returned.
REMOTE Yes, for a GET, but only one frame at a time. The A733 can issue the command only
for itself, locally.
EXAMPLE DATA 193 12/12/1998 12:12:12
193 DATA b1 b2 b3 ... bn 0
#
The data block returned will typically contain a number of data frames (telegrams).
The structure of a block is as follows:
dd mm yyyy hh mm ss si ft d1 d2 ... dn dd mm yyyy ... dn cs
where:
dd mm yyyy is the date
hh mm ss is the time
si is the size of the frame (21 for frame type 37)
ft is the frame type (37 for the A733)
d1 d2 ... dn are the data values (the frame content)
cs is a 16-bit checksum obtained by summing the bytes and discarding the
carries over 0xFFFF