I had a thought, why is there no curve editor for the Warmup IAC steps, so I set about looking into the vems3.ini file, and this is what I came up with
Constants, add new line..... iac_ref_pos = array, U08, 97, [10], "step", 1.0, 0.0, 0.0, 255, 0
menu = "&Tuning", add a new line..... subMenu = WarmUpIAC, "Warmup Idle Air Steps"
CurveEditor, add new.....
[CurveEditor]
curve = WarmUpIAC, "Warm up Idle Air Table"
topicHelp = "
http://www.vems.co.uk"
#if CELSIUS
columnLabel = "Coolant", "Steps"
xAxis = -40, 77, 8
#else
columnLabel = "Coolant", "Steps"
xAxis = -40, 170, 8
#endif
yAxis = 0, 255, 10
xBins = warmup_clt_range
yBins = iac_ref_pos
gauge = lambdaGauge
Now all this seems to work so far, but the only thing I am unsure of is the value of 97 in the new 'Constants' line. All these numbers seem to be consecutive with the odd repeat, so i repeated this number from the line... iac_ref_pos0 = scalar, U08, 97, "", 1.0, 0.0, 0.0, 255, 0 ...which is now below the new line. Is this something I need to change? what to? and how?
Also need to figure out a way to tune this to give the best results, I have a few ideas, i'll see how I get on this week