SB_GLI
|
|
« Reply #120 on: October 23, 2014, 07:37:10 PM »
|
|
|
template-yyyy-mm-dd etc...
Version 1.23 is available: RELEASE NOTES Log scrolling Default Log File Tail Log File option (troubleshooting) bug fixes
|
|
|
Logged
|
|
|
|
nyet
|
|
« Reply #121 on: October 23, 2014, 08:59:13 PM »
|
|
|
THANK YOU!
|
|
|
Logged
|
ME7.1 tuning guideECUx PlotME7Sum checksumTrim heatmap toolPlease do not ask me for tunes. I'm here to help people make their own. Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your ex
|
|
|
vwaudiguy
|
|
« Reply #122 on: October 23, 2014, 09:08:00 PM »
|
|
|
Added ability to run logger screen from log file as playback.
Still can't figure out how to do this. A little help?
|
|
|
Logged
|
"If you have a chinese turbo, that you are worried is going to blow up when you floor it, then LOL."
|
|
|
SB_GLI
|
|
« Reply #123 on: October 24, 2014, 07:32:40 AM »
|
|
|
Still can't figure out how to do this. A little help?
in the config screen, set communication to "Log File"
|
|
|
Logged
|
|
|
|
SB_GLI
|
|
« Reply #124 on: October 24, 2014, 07:34:33 AM »
|
|
|
THANK YOU!
Turned out to be a bit of a bitch actually. When you use -R (real time) you have to specify a file path it -o or else it doesn't work. I had to write it into VME7L logger to create the file name like ME7L would. All for you!!!
|
|
|
Logged
|
|
|
|
jimmcgee5
Full Member
Karma: +7/-7
Offline
Posts: 201
|
|
« Reply #125 on: October 24, 2014, 08:13:22 AM »
|
|
|
Still can't figure out how to do this. A little help?
me as well
|
|
|
Logged
|
|
|
|
SB_GLI
|
|
« Reply #126 on: October 24, 2014, 09:27:45 AM »
|
|
|
me as well Look 3 posts up.
|
|
|
Logged
|
|
|
|
|
fknbrkn
Hero Member
Karma: +185/-23
Offline
Posts: 1454
mk4 1.8T AUM
|
|
« Reply #128 on: October 25, 2014, 01:40:49 PM »
|
|
|
hi i think decimal places setting in expressions tab would be helpful because 86.13456666666666666666666667 % injector duty cycle looks weird
|
|
|
Logged
|
|
|
|
SB_GLI
|
|
« Reply #129 on: October 25, 2014, 01:42:00 PM »
|
|
|
hi i think decimal places setting in expressions tab would be helpful because 86.13456666666666666666666667 % injector duty cycle looks weird Use the Round function. Round((([ti_b1] / (60 * 1000)) * (([nmot] / 2)) * 100), 2)
|
|
|
Logged
|
|
|
|
fknbrkn
Hero Member
Karma: +185/-23
Offline
Posts: 1454
mk4 1.8T AUM
|
|
« Reply #130 on: October 25, 2014, 02:00:38 PM »
|
|
|
oh i see thanks
|
|
|
Logged
|
|
|
|
fknbrkn
Hero Member
Karma: +185/-23
Offline
Posts: 1454
mk4 1.8T AUM
|
|
« Reply #131 on: October 27, 2014, 05:57:54 AM »
|
|
|
is there any other expressions that can be useful for logging? btw im using now Round((nmot_w*ti_b1)/1200,2)
|
|
|
Logged
|
|
|
|
SB_GLI
|
|
« Reply #132 on: October 27, 2014, 07:26:53 AM »
|
|
|
is there any other expressions that can be useful for logging? btw im using now Round((nmot_w*ti_b1)/1200,2) Does that even work? If I remember correctly, you need brackets around your variable names otherwise it won't work. The other expressions that I use are Boost Actual and Boost Desired in PSI. I don't have those actual expressions handy right now.
|
|
|
Logged
|
|
|
|
fknbrkn
Hero Member
Karma: +185/-23
Offline
Posts: 1454
mk4 1.8T AUM
|
|
« Reply #133 on: October 27, 2014, 04:28:32 PM »
|
|
|
yep it work
|
|
|
Logged
|
|
|
|
SB_GLI
|
|
« Reply #134 on: October 27, 2014, 05:01:30 PM »
|
|
|
boost actual in psi: Round(([pvdks_w] - 1000) * .0145, 2) boost desired in psi: Round(([plsol] - 1000) * .0145, 2)
replace the 1000 with absolute pressure variable if you're fancy like that.
|
|
|
Logged
|
|
|
|
|