Skip to content
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

export does not fully report errors #1049

Open
mm-mm-bb opened this issue Jul 2, 2024 · 3 comments
Open

export does not fully report errors #1049

mm-mm-bb opened this issue Jul 2, 2024 · 3 comments

Comments

@mm-mm-bb
Copy link

mm-mm-bb commented Jul 2, 2024

version

Build information:
version 7.4.5
PySide6 6.6.0
CPython 3.12.4 x64

Description

I have a record file that contains canbus errors (just temporary short H and L), from the GUI I can see the error and its type in CAN Bus Trace; but when exporting to CSV the field CAN_ErrorFrame.CAN_ErrorFrame.ErrorType switch between 3 and 2, but I cant understand what is supposed to mean.
On ASC export there is a more clean 1.779000 1 ErrorFrame but this is all the info i get, in the code seems like it should also add the error type by the description and some more info if present.

@danielhrisca
Copy link
Owner

image

@mm-mm-bb
Copy link
Author

mm-mm-bb commented Jul 3, 2024

thanks, this partially answer.
Every line in the csv is a valid message received, but each line has one of this error code.
I know (from the GUI) that there are multiple error between two valid messages, follow by multiple valid messages.
This information seems to be lost when exporting in most format?
in
image
while i expect
image

@danielhrisca
Copy link
Owner

you could copy directly from the CAN bus window

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants