-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log Format Add Request #823
Comments
It's probably possible. But, it sure would help if I knew what all the fields mean. At first I thought it was Also, quite a lot of the traffic listed is well over 8 bytes. Some lines might even be over 64 bytes. SavvyCAN is capable of loading CAN-FD frames where there are up to 64 bytes. The file you linked to isn't raw CAN traffic but rather NMEA traffic already collected into messages from the individual frames. It might not be that easy to import. |
I believe the data is NMEA 2000 and the messages over 64 bytes are from fast packet messages that have been combined. Am I understanding correctly that *.dbc files cannot specify fast packet message format? Would be amazing if could also specify a JSON decode file such as this one https://github.com/canboat/canboat/blob/master/analyzer/pgns.json#L20161 that handle NMEA 2000 (fastpacket) data. |
2nd the request for decoding NMEA2000 Fast Packets. http://en.wikipedia.org/wiki/NMEA_2000 "The Fast Packet protocol defined in NMEA 2000 provides a means to stream up to 223 bytes of data, with the advantage that each frame retains the parameter group identity and priority. The first frame transmitted uses 2 bytes to identify sequential Fast Packet parameter groups and sequential frames within a single parameter group transmission. The first byte contains a sequence counter to distinguish consecutive transmission of the same parameter groups and a frame counter set to frame zero. The second byte in the first frame identifies the total size of the parameter group to follow. Successive frames use just single data byte for the sequence counter and the frame counter. Because many of the NMEA 2000 parameter groups exceed 8 bytes but do not require the 1,785-byte capacity of multi-packet, the default method of transmitting multi-frame parameter groups in NMEA 2000 is using the Fast Packet protocol. |
Is it possible to read logs in this format? If not what would be involved in adding this functionality?
Link to log from canboat GitHub project
I think this format is "Actisense" format.
The text was updated successfully, but these errors were encountered: