Closed Conti93 closed 2 hours ago
This is a know ISTA problem unrelated to Ediabas. You have to patch ISTA for this or modify the ISTA configuration settings.
You could modify the EdiabasLib default voltage values with: ObdBatteryVoltage
ObdIgnitionVoltage
In some rare cases this may help, if the voltage is read via .prg file. In most cases ISTA uses other ways to read the voltage. These other ways have to be patched in ISTA.
E.g. EdiabasLib.config
:
<add key="ObdBatteryVoltage" value="15000" />
<add key="ObdIgnitionVoltage" value="15000" />
Currently using Ediabaslib with ISTA 4.32.15 on Win10, bluetooth ELM interface reprogrammed with default firmware. Is there a way to circumvent this error regarding the ignition & battery voltage (I get the former one in other areas)?
I tried node's voltage control to no avail. Maybe I'm missing something stupid?
Thank you.