SavvyCAN icon indicating copy to clipboard operation
SavvyCAN copied to clipboard

floating point signals graphed with incorrect values?

Open SebKuzminsky opened this issue 1 year ago • 1 comments

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

SebKuzminsky avatar May 13 '24 21:05 SebKuzminsky

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

collin80 avatar May 13 '24 23:05 collin80