Hi! Very good parser, but I am facing a problem trying to parse a log file from a MoTeC M130 ecu of a motorbike that outputs the ld and ldx file. Almost every signal falls into the expected cases with the datatype as in the screenshot:
The problem is that I need the GPS.Latitude and GPS.Longitude signals which instead does not fall into no case since it has dtype_a = 8 and dtype = 8.
Do you know which datatype is needed or how to interpret it? Or at least how to find out from the binary file?
Also I noticed that the parsing of the header is not perfectly done for this signal since its unit is empty and the short name is "deg" and I'm thinking the problem could be there
Thanks!
Hi! Very good parser, but I am facing a problem trying to parse a log file from a MoTeC M130 ecu of a motorbike that outputs the ld and ldx file. Almost every signal falls into the expected cases with the datatype as in the screenshot:
The problem is that I need the GPS.Latitude and GPS.Longitude signals which instead does not fall into no case since it has dtype_a = 8 and dtype = 8.
Do you know which datatype is needed or how to interpret it? Or at least how to find out from the binary file?
Also I noticed that the parsing of the header is not perfectly done for this signal since its unit is empty and the short name is "deg" and I'm thinking the problem could be there
Thanks!