Page 1 of 1
FlashPro datalog file format
Posted: Thu Nov 18, 2010 12:40 pm
by Gernby
I've been developing a software tool to assist with tuning the FlashPro, and it would be really helpful if I could read in the FlashPro datalog directly, instead of having to use FlashPro Manager to export the data to CSV. Would you please share what file format you are using for the fpdl? I was hoping it would be a Microsoft Advanced Data TableGram (ADTG), but it doesn't seem to work. :?
Posted: Thu Nov 18, 2010 6:45 pm
by Hondata
It is a custom format that is optionally compressed.
Posted: Thu Nov 18, 2010 7:50 pm
by Gernby
Hondata wrote:It is a custom format that is optionally compressed.
Yah, I noticed that. I'm going through the process of decoding the binary data, and have identified the individual records and fields. However, it would be hugely helpful if you would provide some details about it (field order, field size, encoding, datatypes, etc.). Any info would be greatly appreciated.
Posted: Fri Nov 19, 2010 8:58 am
by Hondata
This has bitten us in the past, so forgive me if I don't give you the file format.