Hi guys,
Ok so I downloaded Paul's tidied up copy of the LUA script, and invoked it under auto in the FSUIPC4.INI file. However unfortunately the results have not changed.
It would seem my gauges are still displaying the default values on the C172. (default aircraft work fine). RPM is particularly the worse being 400-1000rpm off.
Just a query on one of Paul's statements above, does my gauge software need to be looking for a particular offset? I have two different products I am using, one is looking for the default rpm value (which I thought this script is overwriting) and the other I can set it to look for a particular offset so I set that to:
RPME0 = double,66C0
Both programs show the same values on their gauges. Ideally I would like the first situation to work, where the default RPM value is overwritten with the correct values from the L:vars so any 3rd party application should work out of the box, is that what my lua script should be doing?
** just to add, so I printed the local vars with full throttle and this is what I saw in the log for RPM:
L:Eng1_RPM = 2139.263506
the 3rd party gauge however only showed 1500
thanks