EvoScan 2.0 - logging HP and Torque...
EvoScan 2.0 - logging HP and Torque...
Just trying to log them and can't figure out why they won't when they are flagged to log. Just getting 0's. I searched the forums and no answer...do any parameters have to be set differently than they come from an install?
It's using some other log items to do the calculation so those items need to be log first. It's logging those items but if any number multiply 0 is 0.
Last edited by G20; Feb 9, 2008 at 09:29 PM.
Trending Topics
2 byte Load
https://www.evolutionm.net/forums/sh...hlight=dummies
2 byte air
https://www.evolutionm.net/forums/sh...t=byte+airflow
The thread above also has the info for hp and toque for EvoScan.
https://www.evolutionm.net/forums/sh...hlight=dummies
2 byte air
https://www.evolutionm.net/forums/sh...t=byte+airflow
The thread above also has the info for hp and toque for EvoScan.
Last edited by DrivinMissDaisy; Feb 10, 2008 at 01:41 AM. Reason: changed info
The evoscan estimated whp and torque are set as below. You see that 2-byte load is needed first in order for the rest of the evaluation to work. Just make sure 2-byte load works correctly and places before the items below. The settings file named Data.xml and reside in the EvoScan DataSettings directory. You can change it using Notepad.
<DataListItem DataLog="Y" Color="" Display="Estimated g/rev" LogReference="gRev" RequestID="00" Eval="[LoadMUT2Byte]/95" ... /><br/>
<DataListItem DataLog="Y" Color="" Display="Estimated Lbs/min" LogReference="LbsMin" RequestID="00" Eval="([gRev]*[rpm])/454" Unit="lbs" .../><br/>
<DataListItem DataLog="Y" Color="" Display="Estimated Horsepower" LogReference="WHP" RequestID="00" Eval="[LbsMin]*9.15" Unit="Whp" .../><br/>
<DataListItem DataLog="Y" Color="" Display="Estimated Torque" LogReference="Lbsft" RequestID="00" Eval="([WHP]*5252/[rpm])" Unit="lbsft" .../>
<DataListItem DataLog="Y" Color="" Display="Estimated g/rev" LogReference="gRev" RequestID="00" Eval="[LoadMUT2Byte]/95" ... /><br/>
<DataListItem DataLog="Y" Color="" Display="Estimated Lbs/min" LogReference="LbsMin" RequestID="00" Eval="([gRev]*[rpm])/454" Unit="lbs" .../><br/>
<DataListItem DataLog="Y" Color="" Display="Estimated Horsepower" LogReference="WHP" RequestID="00" Eval="[LbsMin]*9.15" Unit="Whp" .../><br/>
<DataListItem DataLog="Y" Color="" Display="Estimated Torque" LogReference="Lbsft" RequestID="00" Eval="([WHP]*5252/[rpm])" Unit="lbsft" .../>


