265 Torque app fuel remaining liters

Discussion in 'Electrical & Interior - Security, ICE, Wiring Loom' started by Mayn, Feb 28, 2015.

  1. Hi,

    I'm using the Torque app with an Scanlink LX adapter. Everything is working fine but instead of a gauge displaying remaining fuel in percentage I would like a gauge with remaining fuel in liters.
    I've found the following info on this website: http://www.ft86club.com/forums/showpost.php?p=588300&postcount=2

    PID: 2129
    Long name: Fuel Remain (or whatever you want)
    Short name: Fuel Remain (or whatever you want)
    Minimum Value: 0.0
    Maximum Value: 100.0
    scale: x1
    Unit: L
    Equation: ((A*50)/100)
    OBD Header: 7c0

    But this doesn't work. I've posted this also on the Torque forum but thought that maybe a RS driver already figured this out!
     
  2. Ok, for those who wants to know and use this also. I got an answer on the Torque forum.
    Since fuel level PID 2f can't be used, use ff126b instead.
    So, like this:

    PID: 010c
    Long name: Fuel Remain (or whatever you want)
    Short name: Fuel Remain (or whatever you want)
    Minimum Value: 0.0
    Maximum Value: 100.0
    scale: x1
    Unit: L
    Equation: [ff126b]/100*tank capacity

    Create a gauge like you normal do.
     
  3. -Jamie-

    -Jamie- RSM Moderator

    Perfect, I'll add that to my PID's as well!
     

  • Share This Page