# Used for matching. The file chosen is the file that closest matches all the IDs
# The filename itself should be the same as the ECUID, so should be something like: 06A906018CL.txt
ECUID=06A906018CL
WorkshopID=00000
SoftwareID=00000


# Each measuring block is describe as follows in this example:
#       080101: (Block one, value one, blocks are HEX values, so, block 09 is '09', 10 is '0A', 11 is '0B', etc.)
#   "Idle RPM": Long title (used when choosing a display)
#       "Revs": Short title (used in the displays)
#        "rpm": The unit (capitals are important - as close to si notation as possible
#            0: Minimum value (Defaults for display - not required if Mode 01 OBD2 PID is supplied)
#         7000: Maximum value (Defaults for display - not required if Mode 01 OBD2 PID is supplied)
#           0D: OBD2 equivalent PID (hex).  Does not have to be present if you don't know it, but if you do, this will be used  by the app to link up various internal calculations (you get more cool stuff working) 
#
# If you specify a Torque 'OBD2 equivalent' PID, then the VW PID below (for example Engine RPM) will be hidden and the standard PID will be visible for RPM instead from the 'add sensor' screen in the app itself
#
#

# Block,  Long title,               Short Title,     Units,     Min,   Max,    OBD2 ID (Hex)
080101,   "Idle RPM",               "IRevs",         "rpm",     0,     7000,   


# Block 2
080204,   "Mass Airflow Sensor",    "MAF",           "g/s",     0,     200,    10

# Block 12 ('0C' in hex)
080C01,   "Engine RPM",             "Revs",          "rpm",     0,     7000,   0C
080C02,   "Voltage",                "Volts",         "V",       0,     16,   
080C03,   "Fuel Consumption",       "FuelCons",      "l/h",     0      20,
080C04,   "Ignition Degrees",       "IgnDeg",        "\u00B0",  0,     20,

# Block 14 ('0E' in hex)
080E03,   "Cylinder 1 retard",      "Cyl1Ret",       "\u00B0:,  0,     10,
080E04,   "Cylinder 2 retard",      "Cyl2Ret",       "\u00B0:,  0,     10,

# Block 15 ('0F' in hex)
080F03,   "Cylinder 3 retard",      "Cyl3Ret",       "\u00B0:,  0,     10,
080F04,   "Cylinder 4 retard",      "Cyl4Ret",       "\u00B0:,  0,     10,

# Block 66 ('42' in hex)
084201,   "Vehicle speed",          "Speed",         "km/h",    0,     255,    0D

# Block 99 ('63' in hex) 
086302,   "Coolant Temperature",    "Coolant",       "\u00B0C", 0,     160,    05

