DTM426 DTM427
18
9.4 ID tag data access
9.4.1 Read data from ID tag
The data is read by the ID tag by sending a "read parameter" frame with the following information:
•
Data address
•
Data length
CAN identi-
fier
8-byte data frame
ID
29 bits
Parameter index
2 bytes
Read/Write
1 byte
Status
1 byte
ID tag
Data address
ID tag
Data length
0x01
0xA0
0x00
0x00
LSB
MSB
LSB
MSB
Example
Read 8 bytes of data from ID tag address 4.
Requirement: Master → ECU
CAN identi-
fier
8-byte data frame
0xCEFEB14 0x01
0xA0
0x00
0x00
0x04
0x00
0x08
0x00
Response: Master ← ECU
CAN identi-
fier
8-byte data frame
0xCEF14EB 0x01
0xA0
0x00
0x00
Data[0]
Data[1]
Data[2]
…
For successful reading and writing, the ID tag must be in the detection range of the read/write
head. In the event of data read and write errors, the status byte responds with 0x0B.
9.4.2 Write data to ID tag
The data is written to the ID tag by sending a "write parameter" frame with the following information:
•
Data address
•
Data length
•
Data
CAN
identifier
x-byte data frame
ID
29 bits
Parameter index
2 bytes
Read/
Write
1 byte
Status
1 byte
ID tag
Data address
ID tag
Data length
ID tag
Data
0x01
0xA0
0x00
0x00
LSB
MSB
LSB
MSB
Data[0]
Data[x]
Example
Write 4 bytes of data (0xAA,0xBB,0xCC,0xDD) to ID tag address 2.
Requirement: Master → ECU