-
Notifications
You must be signed in to change notification settings - Fork 256
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
Extended IDs LSB Truncated. #203
Comments
I have the same issue with J1939 ID, checking around in the code but stand still :( |
@8bitgeek @SNL5943 Could you share DBC file you are loading? |
It looks like a problem with CANdb (3rdParty/CANdb submodule). I believe that below patch will solve the problem. I need to make sure with @btaczala (CANdb maintainer) if that's correct fix. @8bitgeek @SNL5943 Give it a try and let me know. https://gist.github.com/rkollataj/28865272b1ed7791f8817484bad458c7 |
@8bitgeek can I include dbc file into DBC repo (for testing purposes)? |
@rkollataj : Yes, the issue is solved by your patch. Thanks!! |
You're right. For CANParkBrakeStatus it should be min 0 and max 3. Was it like that before the patch or patch has broken this? |
I worked before. I appears to me that the patch broke this. |
I'm having an issue with the LSB being truncated. As you can see all the IDs have LSB 0x00 when in fact many of them should not be zero. Is there something I need to be aware of?
The text was updated successfully, but these errors were encountered: