Error on adding fuel pressure gauge

For discussion of Phil Tobin's Tuner Studio software (Only about the tuning software itself, not about how to tune or firmware features)

Moderator: LT401Vette

Post Reply
jb007
Helpful MS/Extra'er
Posts: 139
Joined: Sat Dec 04, 2010 1:49 am
Location: Melbourne, Australia
Contact:

Error on adding fuel pressure gauge

Post by jb007 »

Hi.
I get the following error on loading TS v2.6.14:

Code: Select all

1 Errors:
Error: Variable 'adc6' used in expression, but not defined as OutputChannel or Setting Parameter in Mini MS3 No Fuel, Problem at:
[custom.ini]:[Line:2]:      fuelSensorVoltage = { adc6 * 0.0048876 }
My Custom.ini is:

Code: Select all

[OutputChannels]
     fuelSensorVoltage = { adc6 * 0.0048876 }
     ; No use 0psi=.5v 30psi=4.5v to calculate pressure from voltage
     fuelPressure = { fuelSensorVoltage  > 0 ? (fuelSensorVoltage  - 0.5) / 0.1333333  : 0 }

[Datalog]
     entry = fuelPressure ,             "Fuel Pressure",         int,    "%d"
I'm running a 30PSI sender 0PSI=0.5V 30PSI=4.5V
I've created the gauge and the 'fuelPressure' variable is there. What am I doing wrong?

Jim
1968 Australian Morris Mini fitted with a 1310cc A+ engine
14point7 WB, TunerStudio MS Ultra & MegaLogViewer HD
My Blog: http://www.jims-blog.com
LT401Vette
Super MS/Extra'er
Posts: 12733
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: Error on adding fuel pressure gauge

Post by LT401Vette »

What firmware are you using?

Basically it is saying that there is no OutputChannel 'adc6' defined in your firmwares ini file. You likely are using the wrong ADC OutputChannel for your firmware.
Phil Tobin
EFI Analytics, helping to simplify EFI
Next Generation tuning software.
Supporting all MegaSquirt versions and firmwares.
http://www.TunerStudio.com
http://www.efiAnalytics.com/MegaLogViewer/
Support the firmware running your engine:
http://www.msextra.com/doc/donations.html
Post Reply