-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
asammdf v7.1.1 GUI: Various suggestions #743
Comments
please try the development branch code |
Thanks Daniel, that seems to fix most of these. Remaining observations: CAN ID differenceThere is still the ID discrepancy between 7.0.7 and 7.1.1, I believe it's due to the fact that 7.0.7 filters out the CAN IDs that do not contain valid signals. For example, in the sample data I've sent you, the CAN ID CAN IDs shown when double clicking J1939 signal is the DBC ID, not "real" CAN IDDue to the PGN matching logic of J1939, the CAN ID found in the DBC may not equal the actual CAN ID. In troubleshooting, it's useful to be able to "go back" into the raw bus logging file and look up a specific CAN ID based on a converted signal. Double clicking the signal allows a user to see the underlying CAN ID, but it's the CAN ID from the DBC file - not the actual CAN ID resulting in that signal. As an example, EngineSpeed in the sample file I sent you shows the CAN ID from the DBC below. Ideally, it would have shown CAN ID |
One other comment: When displaying hex format CAN IDs in the tabular display, the default pre-padding is always as if the CAN ID is 29 bit. I suggest that when working with 11 bit CAN IDs, the padding changes accordingly. Alternatively, I sugges tentirely removing zero padding in front of the CAN IDs. |
Ok thanks Daniel, if possible it would be great if the default can be set to a color that can work both for black/white themes |
any sugegstions? |
I suggest |
The update to the crosshair colors solved that issue, thanks Daniel. I think the main issue remaining are:
|
Quick update on 2. - it seems to be a dependency issue as our team member on another PC does not experience this. If you have any idea what dependency might be relevant here that would be great. Below is my pip freeze:
|
Just an update on 2. above, I believe I've isolated the issue further as outlined here: |
Update: I believe the filter issue has been resolved in the latest update. I'd still personally prefer that 11-bit IDs would not have the full 29-bit 0-padding in front, but that's more of a matter of taste than critical. Since we've discussed the tabular cell issue separately, I believe we can 'pause' that for now and see if we may get some inputs from the pyqtlet2 team. As such, only remaining item here is the J1939 invalid signals. |
The J1939 invalid signals issue has been resolved in latest dev |
Hi Daniel,
I've listed below a number of observations on v7.1.1 of the GUI (Windows 10, Python 3.8):
Export settings are too slim
Recommend expanding these slightly to avoid overflow:
![image](https://user-images.githubusercontent.com/26184427/183020144-69fa7e29-6b54-4f2d-bc14-a53086884128.png)
Bus Logging uses LIN DBC as default
Recommend switching to CAN DBC as default, as that will be the use case for 99% of users
![image](https://user-images.githubusercontent.com/26184427/183020280-d9aed17d-ad46-404d-8e25-9ca1fdadb5d8.png)
Graphical plots are not correctly "synced" to the data
In 7.0.7, adding a new plot would auto sync the plot around the data. Currently, the result is as below when initially plotting:
The interpretation of J1939 PGNs seems to differ in 7.1.0/7.1.1 vs. 7.0.7
I get 136 unique CAN IDs reported in the Bus Logging tab in 7.1.1 vs. 100 unique CAN IDs in 7.0.7. I've sent you a data sample and DBC.
The text was updated successfully, but these errors were encountered: