beautypg.com

B&B Electronics LDVDSV2-S-P9D - Manual User Manual

Page 37

background image

OBDII Streamer Command & Response

V2.11

Page 37/49

0x35 – SET_UPDATE_MODE

Description:
This command enables or disables the different types of update modes. All update modes
can be enabled simultaneously.

This command is a general enable for all PIDs configured for a particular update mode.
For example, if a SET_UPDATE_MODE command is sent to enable time based
updating, all parameters configured for time based updating will be enabled and data will
start to be transmitted at the user selected intervals.

This configuration data will NOT be saved to non-volatile memory and must be set in
order to receive update messages. “As Requested” update mode does not require the
SET_UPDATE_MODE message to be sent before parameters can be requested.

Command to Send:
0x01 0x01 0x35 0x02 MODE ENABLE CS

Response:
0x01 0x01 0xB5 0x02 MODE ENABLE CS

Note: If the vehicle is turned off when this command is sent, the response will be an
Ignition Off Status Message instead of the above response, and the mode will NOT be
enabled.

Field Description:
MODE

The MODE byte selects the update mode.

0x00 = Time Based

0x01 = Threshold Based

0xFF = All Modes


ENABLE

The ENABLE byte enables or disables the specified MODE.

0x00 = Disable

0x01 = Enable


CS

Summation checksum


Example:
TX:

0x01 0x01 0x35 0x02 0x01 0x01 0x3B


RX:

0x01 0x01 0xB5 0x02 0x01 0x01 0xBB


This command enables threshold based updating for all parameters configured with a
threshold and enabled.