Custom Plugin Question
Custom Plugin Question
I've test OLV on Windows XP with JDK build 1.7.0_01-b08, roughly test 3 engine start scenario log files from Peter, works fine. What a cool tool!
I have a USB signal acquisition card, I want to playback the signal captured by the card. Is there a quick way to learn the format of FreeEMS log format? or the only way to learn it through src of FreeEMS firmware and MegaTunix plugin?
I have a USB signal acquisition card, I want to playback the signal captured by the card. Is there a quick way to learn the format of FreeEMS log format? or the only way to learn it through src of FreeEMS firmware and MegaTunix plugin?
Re: Bug Reports For Non-Sun JDKs Not Accepted
Glad you like it! :-) The future is bright for OLV too :-) Take a look at src/main/java/org/diyefi/openlogviewer/decoders/FreeEMSBin.java for an example of how to parse stuff. Feel free to add a new parser for your file format on a fork in github if you want :-)
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
Re: Bug Reports For Non-Sun JDKs Not Accepted
Or just export your data to CSV and use as-is :-)
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
Re: Bug Reports For Non-Sun JDKs Not Accepted
I was going to say, CSV or tab-delimited files are also supported. That might be easier.
Re: Bug Reports For Non-Sun JDKs Not Accepted
OLV cann't handle arbitrary length records, the attachment is my csv file, it only has 1883 records. Is there any way to satisfy my requirement?
- Attachments
-
[The extension csv has been deactivated and can no longer be displayed.]
Re: Bug Reports For Non-Sun JDKs Not Accepted
Works for me! You have a little noise on your VR signal by the looks :-)

Just select csv file filter and load it. Make sure you're on the latest version from github too.
Fred.

Just select csv file filter and load it. Make sure you're on the latest version from github too.
Fred.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
Re: Bug Reports For Non-Sun JDKs Not Accepted
It is not the real VR signal from car, it was simulated and exported by PC sound card and then captured by my signal acquirtion card.Fred wrote:Works for me! You have a little noise on your VR signal by the looks![]()
I just test olv 0.02 on two WinXP machine with jdk 1.6 and 1.7 respectively, neither of them works. OLV seems entering a dead loop without saying any last words. Maybe I should execute OLV from last sourceJust select csv file filter and load it. Make sure you're on the latest version from github too.
Fred.
Re: Custom Plugin Question
You should definitely be running from the latest source! :-) Get Maven 3 from their download site and then once working and source up to date, just type "mvn" to build and run it.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
Re: Custom Plugin Question
It works, Maven is just fantasy.Fred wrote:You should definitely be running from the latest source!Get Maven 3 from their download site and then once working and source up to date, just type "mvn" to build and run it.
The following is how I am doing with Maven, hope it helps many novices like me
Setup your JDK path Setup your Maven path clone Fred's OLV repos
Last edited by HotCat on Mon Feb 27, 2012 4:11 am, edited 2 times in total.
Re: Custom Plugin Question
Enter Fred's repos and type mvn, let Maven3 doing the fantasy job
It works, no limits on log entries