greenhouse69
greenhouse69
Thank you, Timo, for your explanations. They are truly helpful for us.
I understand that for N2km_NodeOnly mode, RX buffer is not necessary, is that correct? Thank you very much for your help.
So: NMEA2000.SetMode(tNMEA2000::N2km_NodeOnly, 30); equals NMEA2000.SetMode(tNMEA2000::N2km_ListenAndNode, 30); NMEA2000.EnableForward(false); Can be used interchangeably. That N2km_NodeOnly not being necessary doesn't mean that it's better to use N2km_ListenAndNode + EnableForward(false), or are they independent?...
Great! Now I understand. It's better not to limit oneself with NodeOnly. Thank you very much. (I hope you can forgive my ignorance on these matters. Very grateful.)
I apologize, I did not understand your response. My intention is to create a web server to easily access the device configuration on my boat. I use WiFi in AP...
Fixed, error with the bus power supply. all right
I understood that a combination between instance and the fluidtype would make it different. So, is this correct?: .... FluidScheduler.UpdateNextTime(); SetN2kFluidLevel(N2kMsg, **0, N2kft_Water**, WaterTank1Level/WaterTank1Capacity*100, WaterTank1Capacity); NMEA2000.SendMsg(N2kMsg); SetN2kFluidLevel(N2kMsg, **0, N2kft_Fuel,** FuelTank1Level/FuelTank1Capacity*100,...
Thank you Timo, It's a real pleasure to have you here. So in the same device, the maximum number of tanks is 16 (0-15) regardless of type of fluid. And...
I will be testing on a Garmin xs742xs and a lowrance elite 7 ti some setups with multiple devices and Instances. Thanks for the help, I'll report the results.
I don't think my question was understood. The idea is to pass 'tN2kTempSource' as 'SeaTemperature' through a variable, like so: (N2kMsg, 255, 0, (temp), N2khs_Undef, N2kDoubleNA, N2kDoubleNA);" This code snippet...