The RTACS is working!
Trying to set up the RoadRunner RTACS using the STFT outlined here:
http://forum.efilive.com/showthread....c-Very-quickly
As far as engine displacment I am using g*K/kpa in the {B0101} Main VE, but lso have engine displacment set under log file information.
A. Set Displacement: open a Log File, go Edit->Log File Information->Vehicle Options, and next to Engine enter the displacement in cc, click Ok, and save the log file.
This matters only if you're using [%] VE units; if you're using [g*K/kPa] VE units then you don't need displacement.
Calc pids.txt added are, and I think the issue is my calculation?
Code:
*CLC-00-001
% -20.0 20.0 .2 "({SAE.SHRTFT1}+{SAE.SHRTFT2})/2"
*CLC-00-002
factor 0.0 2.0 .1 "{CALC.STFT_AVG}/100+1"
SAE-generic.txt untouched.
Cal_links text has this one change to first entry after RRR=
Code:
;Main VE Table
B0101.ROW=SAE.RPM
B0101.COL=SAE.MAP
B0101.RRR=CALC.STFT_AVG,CALC.BEN1,CALC.BEN2,
Updates are happening but they don't stop, just keeps adding till it hits the limit? What do I have wrong?