Is it possible to have the user defined can bus export multiplier and dividers with greater than 255 options if set to 16 unsigned little endian
trying to export the IAT CLT TPS raw voltages to the ADU so can view on screen
Is it possible to have the user defined can bus export multiplier and dividers with greater than 255 options if set to 16 unsigned little endian
trying to export the IAT CLT TPS raw voltages to the ADU so can view on screen
Signed 16 bit range is -32768 to 32767
Unsigned 16 bit range is 0 to 65535
Sending voltage will be fine.
Hi
Yes but it is currently only possible to multiply and divide using 0-255.
Example I am trying to send 2.415v I would like to multiply by 1000 divide by 1 to convert the volts to bits as an integer and then send via can. Best I can do is multiply by 100 and transmit 2.41v as 241.
Agh, I misunderstood. I don’t use the Blacks as much as the Pro, I’ll have to go look and play with one a bit.
It is not possible to change divider and multiplier. But if you use 255 as multiplier and diveder 1 for analog voltage you get 255 values per 1V so in practive it is more than reslution of 10 bit ADC. (1275 vs 1024 discrete values).
Just then use divder 255 in ADU and set decimal point to 2.