Renault Clio RS 200 Pyren export

Hello Team,

I have scanned my car using the pyren software,
This has allowed me to find out the mode / pid for each data set for the dash E.G indicators.

But I don’t understand the structure. I understand Hexadecimal and binary formats but i maybe missing some information.

For example 1:

Battery voltage 12v, Mode&PID: 2112, equation (X * 256 + Y)/1000.0, Header 743.

Example 2:

Parking brake, mode&PID: 2110, {A:7} header 743.

Thank you in advance.

Andy

I think its best that you start by experimenting with RealDash OBD2 Monitor, which is in connection settings. There you can just type the OBD2 commands and see what is the reply from your vehicle.

ATSH command is used to set the header, and then you can request the PID. For example:

ATSH743
2112

And check what are the responses from your car.

Hello,

apologies for not replying had troubles with my car

finally got around to do what you said… and i got the following responses:

so im looking for LEFT INDICATOR REQUEST PID 2111 Equation {D:7}

i sent 2111 PID and i got the followling back

61112110010004C14411001100D001

these are all the available Equations for that PID

{A:1}
{A:2}
{A:3}
{A:4}
{A:5}
{A:6}
{A:7}
{B:1}
{B:2}
{B:3}
{B:5}
{B:6}
{B:7}
{C:0}
{C:1}
{C:2}
{C:3}
{C:4}
{C:5}
{C:6}
{C:7}
{D:5}
{D:6}
{D:7}
{E:2}
{F:0}
{F:1}
{G:0}
{G:1}
{G:2}
{G:3}
{H:0}
{H:2}
{H:3}
{H:4}
{H:5}
{H:6}
{H:7}
{I:1}
{I:2}
{I:4}
{I:5}
{I:6}
{I:7}
{J:0}
{J:1}
{J:2}
{J:3}
{J:4}
{J:7}
{K:6}
{K:7}
{M:0}
{M:1}
{M:2}

I get this Apologies
Screenshot_20220621-164827.png

There are two CAnbus lines on the Reanult OBD2 port. I have access to two obdllink tools:

  • oblink mx+
  • oblink EX

I’m assuming that all standard applications will communicate with the “UCH gateway” for its PID via pins 12 and 13.
Or am I correct in thinking that it will use both canbus lines depending on how commands are sent down both lines?

I’d like to sniff the traffic now that I know the Dash CanBus is on Pins 6 and 14.

Can I sniff the traffic with these tools, and if so, what software should I use? Or do I need more specialised tools and/or a Linux operating system?
Canbus Wiring.png

After arranging all of the letters, it appears that there is a pattern.
ID - Bits?
7 63 03 7f 21 80
00000111 00111111 00000011 0011 0111 1111 0010 0001 1000 0000
AAAAAAA BBBBBBB CCCCCCC DDD E FF GGGG HHHHHHH IIIIIII JJJJJJJ KK MMM
8bit 8 bits 8 bits 3bits 1bit 2bits 4 bits 8 bits 8 bits 8 bits 2 bits 3 bits

63bits in total
8bytes



how would you read that? from right going left?

so we have diagnostic socket canL mulimedia signal

and instrument panel Can
Screenshot 2022-06-23 165202.png