I'm looking at PGN126992 and decoding messages where the days are invalid 0xFFFF and the seconds are invalid as well 0xFFFFFFFF. The CANaconda program properly decodes the Days since epoch as NaN, while 429496.7295 is what is decoded for the seconds field. This is likely because there is a scaling on the seconds, while the days field doesn't have a scaling.
I'm looking at PGN126992 and decoding messages where the days are invalid
0xFFFF
and the seconds are invalid as well0xFFFFFFFF
. The CANaconda program properly decodes the Days since epoch as NaN, while 429496.7295 is what is decoded for the seconds field. This is likely because there is a scaling on the seconds, while the days field doesn't have a scaling.