Hey guys,
Was messing around with my dash code the other night and having issues displaying VE correctly. Sending over 16 bits but can’t seem to get the value on the dash to correspond to the logged value on the Black (V3.065b).
Does anyone know what the CAN VE channel actually outputs?
Thanks legends!
I don’t have a direct answer but could suggest some troubleshooting steps. Have you tried sending it out simultaneously on a different ID in 8 bit totally raw and logging that? It’s probably within the range to fit 8 bit.
Edit:
Scratch that… looks like VE goes from 0-400 and includes a decimal place (or two??) in VE so even if they drop the decimal it’s not going to fit unless they are chopping off VE above 255 and dropping the decimal which seems crazy.
maybe still try the 8 bit just for kicks but I doubt that’s the answer.