Page 1 of 1
Log file location
Posted: Mon Jan 26, 2015 9:07 pm
by hdmathias
When logging via the Log Blocks tab in the PC Client and checking Write to File for the desired values, where is the log file written on a Windows system? I've searched the forum but don't see reference to where the resulting file lives. Thanks.
Re: Log file location
Posted: Tue Jan 27, 2015 9:37 am
by arnaud
Hi hdmathias,
This functionality will write a csv file in the conf folder in logdata. You can access the conf folder with the menu "Settings/Open config folder"
For example I just run the stabilizer log and I got this files "logdata/20150127T10-22-43/Stabilizer-20150127T10-25-28.csv"
That contains (the timestamp is in miliseconds from startup):
Code: Select all
Timestamp,stabilizer.roll,stabilizer.pitch,stabilizer.yaw
555043,-3.53916192055,5.90701341629,82.4352798462
555063,-3.53966760635,5.90694046021,82.4322814941
555083,-3.54133582115,5.9066362381,82.4277801514
555103,-3.53979253769,5.90455532074,82.4251556396
555123,-3.53908133507,5.90452241898,82.4208908081
Re: Log file location
Posted: Tue Jan 27, 2015 1:20 pm
by hdmathias
I knew it was there somewhere. Thanks very much, Arnaud.