User Guide

106 | 127 © 2021 LeddarTech Inc.
Table 37: Configuration server requests
Short Name
Request
Code
Description
Request Element
Answer Element
CFG_REQUEST_GET
0x0002
This is a generic request for retrieving vari-
ous data from the device. The server will
return all elements data requested in
ELEM_LIST.
ELEM_LIST = 0x0070
See Table 46 and Table 47.
CFG_REQUEST_SET
0x0003
This is a generic request for setting various
data in the device. The server will set a
value for all elements provided with the
request.
Any value set through this request is usu-
ally lost on a device reset, with the excep-
tions below.
ELEM_DATA_LEVEL=0x106E
See Table 46.
CFG_REQUEST_ECHO
0x0006
This is an empty request. It is used to keep
alive the connection with the configuration
server.
N/A
N/A
CFG_REQUEST_UPDATE
0x0008
This request returns the device status. It
can be used instead of CFG_REQUEST_
ECHO to keep the connection alive.
N/A
See Table 43.
CFG_REQUEST_GET_DEV
ICE_INFO
0x7000
This request returns all device information
data kept in non-volatile memory.
N/A
See Table 47.
CFG_REQUEST_GET_CALIB
0x7002
This request returns the channel, azimuth,
and elevation angles for calibration.
LT_COMM_ID_AUTO_CHANNEL_
ANGLES_AZIMUT=0x2580
LT_COMM_ID_AUTO_CHANNEL_
ANGLES_ELEVATION=0x2581
See Table 48.
CFG_REQUEST_GET_CON
FIG
0x7006
This request returns the shadow copy of all
configuration data kept in non-volatile
memory.
N/A
See Table 46.