Announcement

Collapse
No announcement yet.

Fuel level PIDS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Fuel level PIDS

    Hello All,
    I'm having problems getting the fuel level pids working on my Torque Pro. All the other pids that I've installed work fine but can't seem to get fuel levels working. I've copied the directions that I found on this forum to the letter but when I try the equation
    AVG(20:A/2)
    I get the message
    Equation: Check parentheses:11(20:1/2)

    When I try the equation
    TAVG(180:EWMAF(0.007:A))*.5
    I get the message
    Equation: Check parentheses :111(180:111(0.007:00))*.5

    I tried an equation from the ft86club forum for their vehicles,
    ((A*50)/100)
    just to see if I could recieve data from the tanks. They worked but the readings were obviously totally inaccurate. Any suggestions would be welcomed.
    Thanks

  • #2
    EDITED to fix a php display code clash. Remove the inserted space after the colon.

    What happens if you try
    AVG(20: (A/2))
    and
    TAVG(180: (EWMAF(0.007:A)))*0.5
    ?

    Comment


    • #3
      Thanks Catherder for the suggestion. I gave it a try but still no joy. I'll just keep digging on the net and see what I can find.
      Cheers

      Comment


      • #4
        OK.
        Are you running the latest version of TP?. (20SEP2022)

        Comment


        • #5
          No the version i'm using I got a couple of years ago and I don't think it's been updated since. I'll give that a try.
          Thanks

          Comment

          Working...
          X