Offline
Trying to figure out how to use log files to analyze sailing performance and not having much luck. Getting anything to load into Playback or Stripcharts.
Digging into yesterday's log file, I noticed that the header columns don't match up with the data, and maybe that's causing some trouble? Here's what it looks like:!BoatUtcBSPAWAAWSTWATWSTWDLeewaySet!boat01234561011!v12.3.7 045800.8718316346.780128164-92.0876416546.7775166-92.085667045800.8718412.4642-41.835.984-64045800.8718512.3782-41364-61.8045800.8718612.4072-4036.044-60.5
Does this look right? Looks like the BSP column is putting in the value "1" and then moving the actual value to the right and so on...
Offline
The log data is not in columns.
The header is just to indicate what you are logging.
If you want it in columns, you need to use the Extract log data function.
Offline
Ah yes, I see now. Thank you.