Page 1 of 1

CSV Log format

Posted: Wed Feb 03, 2021 5:58 pm
by BernyFRFR
Hi all,

I'm trying to create a LOG file in CSV format, to test a widget that use GPS data.

Starting with with a very simple maner:

Code: Select all

Date,Time,GPS,Alt (m)
01-01-2021,12:00:00,xx.xxxxxx yy.yyyyyy,10
01-01-2021,12:00:01,xx.xxxxxx yy.yyyyyy,10
etc..
My problem is that Companion see different flights, instead of one.
And I can't play it in telemetry sim.

What is the exact CSV format for creating an 'one flight' session ?

Re: CSV Log format

Posted: Wed Feb 03, 2021 9:45 pm
by Kilrah
The date format is yyyy-mm-dd.

Re: CSV Log format

Posted: Thu Feb 04, 2021 12:12 pm
by BernyFRFR
So simple ....

Thx !