CANdevStudio
                                
                                 CANdevStudio copied to clipboard
                                
                                    CANdevStudio copied to clipboard
                            
                            
                            
                        Extended IDs LSB Truncated.
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?

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!!
The extended ids appear to be fixed.
However, now I have this issue where the CanSignalSender Value ranges are incorrect. Many of them read "min: 0 max: 0" which is incorrect.
 

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.
@8bitgeek @btaczala Have you tried with latest v1.2.2 ?