greenhouse69
greenhouse69
enum tN2kTempSource { N2kts_SeaTemperature =0 , N2kts_OutsideTemperature =1 , N2kts_InsideTemperature =2 , N2kts_EngineRoomTemperature =3 , N2kts_MainCabinTemperature =4 , N2kts_LiveWellTemperature =5 , N2kts_BaitWellTemperature =6 , N2kts_RefridgerationTemperature =7 , N2kts_HeatingSystemTemperature =8 ,...
Completely agree with: void SendN2kTemp(tN2kTempSource TempSource, double temperature) { SetN2kEnvironmentalParameters(N2kMsg, N2kUInt8NA, TempSource, temperature); ... } but my question is that I don't know what values to assign to the variable...
ok thank you. I just wanted to understand why it was equated to the numbers 0, 1, 2, 3, 4,...
Correct Timo, the nmea.org website has been updated and modernized. It was simply to warn that these links are broken in the documentation.
Timo, as always fast and efficient. I don't know how to thank you for your great dedication. Thank you and keep investigating
Confirmed, all right now. What function does the Set Temperature have? Thanks again.
Thanks Timo, that's what I supposed, but it's better to confirm so as not to reach wrong conclusions. Thanks again.
Hi everyone, can someone confirm if more than one PGN 130311 message can be sent from the same device? With PGN 130312 and PGN130316 I have no problem sending several...
Hi everyone, can someone confirm if more than one PGN 130311 message can be sent from the same device? With PGN 130312 and PGN130316 I have no problem sending several...
Ok, very thanks