Pages: 1 ... 7 8 [9] 10 11 ... 18
Author Topic: VisualME7Logger CodePlex Project  (Read 239176 times)
SB_GLI
Hero Member
*****

Karma: +115/-10
Offline Offline

Posts: 1022


« 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
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12232


WWW
« Reply #121 on: October 23, 2014, 08:59:13 PM »

THANK YOU!
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please 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 experience.
vwaudiguy
Hero Member
*****

Karma: +53/-37
Offline Offline

Posts: 2024



« 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
Hero Member
*****

Karma: +115/-10
Offline Offline

Posts: 1022


« 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
Hero Member
*****

Karma: +115/-10
Offline Offline

Posts: 1022


« 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.  Wink  All for you!!!
Logged
jimmcgee5
Full Member
***

Karma: +7/-7
Offline 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  Embarrassed
Logged
SB_GLI
Hero Member
*****

Karma: +115/-10
Offline Offline

Posts: 1022


« Reply #126 on: October 24, 2014, 09:27:45 AM »

me as well  Embarrassed

Look 3 posts up.
Logged
jimmcgee5
Full Member
***

Karma: +7/-7
Offline Offline

Posts: 201


« Reply #127 on: October 24, 2014, 09:41:51 AM »

 Cheesy you type faster than me lol , by the time I posted that , you replied twice  Grin
Logged
fknbrkn
Hero Member
*****

Karma: +176/-18
Offline Offline

Posts: 1401


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  Smiley
Logged
SB_GLI
Hero Member
*****

Karma: +115/-10
Offline Offline

Posts: 1022


« 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  Smiley


Use the Round function.

Code:
Round((([ti_b1] / (60 * 1000)) * (([nmot] / 2)) * 100), 2)
Logged
fknbrkn
Hero Member
*****

Karma: +176/-18
Offline Offline

Posts: 1401


mk4 1.8T AUM


« Reply #130 on: October 25, 2014, 02:00:38 PM »

oh i see
thanks
Logged
fknbrkn
Hero Member
*****

Karma: +176/-18
Offline Offline

Posts: 1401


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
Code:
Round((nmot_w*ti_b1)/1200,2)
Logged
SB_GLI
Hero Member
*****

Karma: +115/-10
Offline Offline

Posts: 1022


« 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
Code:
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: +176/-18
Offline Offline

Posts: 1401


mk4 1.8T AUM


« Reply #133 on: October 27, 2014, 04:28:32 PM »

yep it work
Logged
SB_GLI
Hero Member
*****

Karma: +115/-10
Offline Offline

Posts: 1022


« 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
Pages: 1 ... 7 8 [9] 10 11 ... 18
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.043 seconds with 17 queries. (Pretty URLs adds 0s, 0q)