Egt to Can data format

Im wanting to import the egt details into my Link ecu. Theres not much details on what info is sent so can someone confirm the below details are correct

16 bit unsigned per egt channel?

0 to 1250deg c = 0 to 65535 raw data?

What is the frequency the data is updated in hz?

Any offset, multipliers or dividers?

Been a hot minute since I played with one of these, but unless someone else can correct me, I’m pretty sure the update frequency is around 25hz.
EMU black logs at 25hz, especially when the EGTtoCAN was released. You should be able to find out by logging it at a higher frequency on the Link.

Maximum value of an 8 bit message is 255, 16 bit lets you go to 65535 but I believe it only sends in *C as a raw number. So 0-1250 is the raw value, and also the reason it doesn’t have any multiplier or dividers etc.

Thanks for the info, it turned out i had my little and big endians mixed up and it was giving me unexpected numbers

1 Like