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

floating point signals graphed with incorrect values? #782

Open
SebKuzminsky opened this issue May 13, 2024 · 1 comment
Open

floating point signals graphed with incorrect values? #782

SebKuzminsky opened this issue May 13, 2024 · 1 comment
Labels

Comments

@SebKuzminsky
Copy link
Contributor

I'm observing this issue on Linux with a self-built executable from commit 67dfaf1 (lastest master).

Signals with SIG_VALTYPE_ 1 show up with the correct values in text fields, but have incorrect values when graphed.

For example:

BO_ 1026 port_traction3: 8 Vector__XXX
 SG_ inverter_temp_port_traction : 0|32@1- (1,0) [0|0] "" Vector__XXX
 SG_ motor_temp_port_traction : 32|32@1- (1,0) [0|0] "" Vector__XXX

SIG_VALTYPE_ 1026 inverter_temp_port_traction : 1;
SIG_VALTYPE_ 1026 motor_temp_port_traction : 1; 

Screenshot from 2024-05-13 15-02-46

@collin80 collin80 added the bug label May 13, 2024
@collin80
Copy link
Owner

That sure looks like a bug. Obviously the main window and graphing windows should be displaying the same data. So, something is wrong here.

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

No branches or pull requests

2 participants