Log file location

Firmware/software/electronics/mechanics
Post Reply
hdmathias
Member
Posts: 47
Joined: Sat Nov 01, 2014 3:24 pm
Location: Florida, USA

Log file location

Post 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.
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: Log file location

Post 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
hdmathias
Member
Posts: 47
Joined: Sat Nov 01, 2014 3:24 pm
Location: Florida, USA

Re: Log file location

Post by hdmathias »

I knew it was there somewhere. Thanks very much, Arnaud.
Post Reply