Title: Tool for realtime check of logs Post by: lulu2003 on May 22, 2012, 10:41:42 AM I did this to get an idea of what is currently being logged by tools that write .csv files non exclusively.
will improve it the next time with some more visuals, currently it only shows the last logged values, so you can read it during the drive. Title: Re: Tool for realtime check of logs Post by: lulu2003 on May 22, 2012, 12:28:18 PM something wrong with the .zip? ???
Title: Re: Tool for realtime check of logs Post by: lulu2003 on May 23, 2012, 08:09:46 AM and some fixes / improvements
Title: Re: Tool for realtime check of logs Post by: gregsback on June 08, 2012, 02:49:56 PM Hi,
the zip can not be opened, there seem to be something wrong with it.. BR Greg Title: Re: Tool for realtime check of logs Post by: lulu2003 on June 10, 2012, 06:10:07 AM did you try the last attachment?
Title: Re: Tool for realtime check of logs Post by: professor on June 10, 2012, 06:31:17 AM File is unknown format or damaged.
Title: Re: Tool for realtime check of logs Post by: lulu2003 on June 12, 2012, 04:18:30 AM another try... ???
Title: Re: Tool for realtime check of logs Post by: lulu2003 on June 12, 2012, 09:06:42 AM and shoul look like this and show real time values of the logger
Title: Re: Tool for realtime check of logs Post by: gregsback on June 29, 2012, 04:18:29 AM Hello,
maybe I misunderstood the purpose of the tool: what is it exactly for? I thought it was to check the values of the a log in real time (-> online). Is this understanding wrong? If my understanding is right, then It does not work in my case. It is not possible to open the latest log as long as it is still written by the logger. Many tanks in advance and best regards Greg Title: Re: Tool for realtime check of logs Post by: lulu2003 on June 29, 2012, 07:16:02 AM yes, you are right.
Did you download the latest .zip file in the latest post? I cannot edit the first ones. I use that tool frequently and it works very fine here. Title: Re: Tool for realtime check of logs Post by: prj on June 30, 2012, 01:18:40 AM lulu,
http://www.devtechnics.com/winlog.htm (http://www.devtechnics.com/winlog.htm) This is a very nice fully configurable dashboard and it as an SDK with examples. It also supports some WBO2 sensors. I wanted to write a plugin to parse a CSV file on the fly with it, but I have a lot of constraints on time. If you want to improve your program, perhaps you would consider porting the code over to work with WinLog? Especially since you already have written the parser for the CSV. Title: Re: Tool for realtime check of logs Post by: lulu2003 on June 30, 2012, 04:58:37 AM Win log looks very nice, but I do write .NET only which was the fastest way to get that result I wanted.
adding some gauges was not on primary focus. Title: Re: Tool for realtime check of logs Post by: prj on June 30, 2012, 07:24:21 AM With WinLog you need to use C++, but if you take the sample plugin it's pretty easy.
OK, I will write it myself once I get the time. I have written a few plugins for the older ECU's for it. Btw, you can just use small digital gauges in WinLog and it will look pretty much the same as your tool. |