Torque

Forums

Forums

custon PIDs with DB...
 
Notifications
Clear all

custon PIDs with DBC file

7 Posts
3 Users
0 Reactions
1,242 Views
(@boribabkjh)
Posts: 4
Active Member
Topic starter
 

Hello bro..

I have a DBC file so I know CAN ID.

(CAN ID : 809)

How to put PID for OBD2 PID Editor?

Just put '809' only?

 
Posted : 15/12/2020 7:51 am
(@chrispy)
Posts: 21
Eminent Member
 

DBC files are for interpreting broadcast CAN data that is being sent around the vehicle. Torque isn't designed for this.

PIDs work on a request/response communication so are only there if you ask for them.

You might be able to trick Torque into sending a request and making it think the broadcast message is the response but you'd have to be careful which CAN ID you send the request on as it could cause issues if it's not a standard diagnostic one.

If you have a more expensive interface like an OBDLink there are also some extra commands that might work.

What's the vehicle and what signal are you after?

 
Posted : 15/12/2020 9:03 pm
(@boribabkjh)
Posts: 4
Active Member
Topic starter
 

My car is hyundai i30N and I'm using OBD link lx.
The only information is that 'steering wheel angle' can id is 809.
So I was planning to put can id 809 and press test button for response and reverse engineering.

 
Posted : 16/12/2020 2:21 am
(@cintakc)
Posts: 1667
Noble Member
 

PID: 220101
Long name: Absolute steering angle
Short name: Ster angle
min: -800
Max: 800
scale: x1
unit: DEG
Equation: (Signed(E*256+F))*0.1
Header: 7D4
Start: atsp6\natsh7d4\natfcsh7d4\natfcsd300010\natfcsm1\natcra7dc\n1003
Stop:

 
Posted : 16/12/2020 4:38 pm
(@boribabkjh)
Posts: 4
Active Member
Topic starter
 

thank you!!
can you please explain why pid is 220101?
because 220101 is CAN id?
and is it hex value?

 
Posted : 17/12/2020 2:58 am
(@boribabkjh)
Posts: 4
Active Member
Topic starter
 

below is DBC file of steering angle
How can I put PID name and equation?
please help me..
-------------------------------------------------

BO_688 SAS11: 5 MDPS
SG_SAS_Angle : 0 | 16 @1- (0.1, 0.0) [ -3276.8 | 3276.7] "Deg"

 
Posted : 17/12/2020 3:40 am
(@cintakc)
Posts: 1667
Noble Member
 

try external PID, which I posted above, and check in Torque
the data that you have given, there is a lot to do with my data

 
Posted : 17/12/2020 2:07 pm
Share:

  Follow me on twitter