Hey,
Does anyone here have experience with decoding the CAN messages on the GCP protocal used on 07-08 PCM engines?
I have decoded most of the messages but the PGN: 127489 Engine Parameters, Dynamic is still a work in progress and i could use some help.
Example data scanned:
0xA0 0x16 0x00 0xFE 0x10 0xFF 0xFF 0x78
0xA1 0x71 0x9F 0x05 0x29 0x00 0x0D 0xD0
0xA2 0x09 0x00 0xFF 0xFF 0xFF 0xFF 0x00
What i have noticed so far is that the first 8 bytes are probably frame identifier and the second 8 bytes of the first message the length of data. In case of the message above it has 22 data bytes after the data length which fits with the 3 messages acquired. Does anyone know the fields(bytes/bits) used in this messages and the resolution of the values?
TIA
Does anyone here have experience with decoding the CAN messages on the GCP protocal used on 07-08 PCM engines?
I have decoded most of the messages but the PGN: 127489 Engine Parameters, Dynamic is still a work in progress and i could use some help.
Example data scanned:
0xA0 0x16 0x00 0xFE 0x10 0xFF 0xFF 0x78
0xA1 0x71 0x9F 0x05 0x29 0x00 0x0D 0xD0
0xA2 0x09 0x00 0xFF 0xFF 0xFF 0xFF 0x00
What i have noticed so far is that the first 8 bytes are probably frame identifier and the second 8 bytes of the first message the length of data. In case of the message above it has 22 data bytes after the data length which fits with the 3 messages acquired. Does anyone know the fields(bytes/bits) used in this messages and the resolution of the values?
TIA
Comment