beautypg.com

2 active commands, Active commands – Solvline CS-CAN Command Manual User Manual

Page 7

background image

7

Active commands

2.2 Active commands

Command

+++

Description - Enter Configuration mode

- Return Syntax: OK

Example

When +++ is received during Active mode, OK is returned and it will

operate in Configuration mode.

Command

t(lllLDD...)

Description - t: This is a command header which transmits CAN standard data frame.

- I: Message identity of CAN frame (3 digits, range: 000~7FF)

- L: The length of CAN frame. (1 digit, range: 0~8)

- D: Actual data of CAN frame

Example

t12356162636465  Transmits CAN frame with ID=123, Data Length=5,

Data1=61, Data2=62, Data3=64, Data4=64, Data5=65

Command

T(lllL)

Description - T: This is a command header which transmits CAN standard data frame.

- I: Message Identify of CAN frame (3 digits, range: 000~7FF)

- L: Length of CAN frame (1 digit, range: 0~8)

Example

T1235  ID=123, data length=5, transmit remote CAN frame

Command

e(llllllllLDD...)

Description - e: This is a command header which transmits CAN extended data frame.

- I: Message Identify of CAN frame (8 digits, range: 00000000~1FFFFFFF)

- L: Length of CAN frame (1 digit, range: 0~8)

- D: Actual data of CAN frame

Example

- e1234567826162  Transmits ID=12345678, Data Length=2, Data1=61,

Data2=62 CAN Frame