Torque

Forums

Forums

Guest  

Show or hide header
Welcome Guest, posting in this forum require registration.




Torque » Torque OBD ECU Scanner » Torque Discussion / Ideas » Bug with virtual PIDs

Pages: [1]
Author Topic: Bug with virtual PIDs
kagronick
Member
Posts: 1
Post Bug with virtual PIDs
on: October 19, 2023 (GMT)

I was trying to add a duty cycle virtual PID. The equation should of been something like

(VAL{Engine RPM} * VAL{[FORD]Injector Pulse Width}) / 1200

. However the [ before FORD breaks the equation. This applies to all the built in Ford PIDs. Escaping it doesn’t work. The long name can’t be changed and the short name doesn’t work.

There is some data provided through the plugin that isn’t visible in the user interface because creating an identical PID or exporting and renaming the long name in the list both don’t work. The test button in the PID editor doesn’t work on the “[FORD]Injector Pulse Width” PID. Only viewing the “[FORD]Injector Pulse Width” PID when it is unchanged from the plugin in Realtime Information works.

This seems like it might be two bugs.

cintakc
Member
Posts: 1661
Post Re: Bug with virtual PIDs
on: October 20, 2023 (GMT)

create an identical virtual PID, but without the square brackets in the long PID name
PID: 221410
Long name: FORD Injector Pulse Width
Short name: JnjPW
Unit: mks
Equation: (A*256+B)*8
Header: Auto
and use it for the virtual PID you need will be

(VAL{Engine RPM}*VAL{FORD Injector Pulse Width})/1200
Pages: [1]
WP-Forum by: Fredrik Fahlstad, Version: 2.4
Page loaded in: 0.01 seconds.

  Follow me on twitter