SavvyCAN
SavvyCAN copied to clipboard
floating point signals graphed with incorrect values?
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;
That sure looks like a bug. Obviously the main window and graphing windows should be displaying the same data. So, something is wrong here.