Hi Timo,
I've got a couple of question regarding units:
-
As far as I understand the NMEA2000 are using SI-units in the network, but in your code I see liters uses for volume.
It that an exception?
-
I did a Google search on the parameters of the PGN127497 message and came up with the following:
Engine Instance: Discrete Identifier (typically 0-3 for up to 4 engines).
Trip Fuel Used: Liters ((L)). In the underlying binary message, this is often represented as a volume with a resolution of 1 liter.
Fuel Rate Average: Liters per Hour ((L/h)). This represents the average consumption rate for the trip.
Fuel Rate Economy: Liters per Nautical Mile ((L/nm)) or Nautical Miles per Liter ((nm/L)),
depending on the display configuration; the raw data typically uses volume per distance.
Instantaneous Fuel Economy: Liters per Nautical Mile ((L/nm)) or Nautical Miles per Liter ((nm/L)).
For the last two the unit is said to be: L/nm. However, to strictly follow the SI-standard it would be: m3/m or perhaps l/m.
I your code you mention litres/hour for these.
I would very much appreciate if you can bring some clarity into this matter.
Best regards,
Göran
Hi Timo,
I've got a couple of question regarding units:
As far as I understand the NMEA2000 are using SI-units in the network, but in your code I see liters uses for volume.
It that an exception?
I did a Google search on the parameters of the PGN127497 message and came up with the following:
Engine Instance: Discrete Identifier (typically 0-3 for up to 4 engines).
Trip Fuel Used: Liters ((L)). In the underlying binary message, this is often represented as a volume with a resolution of 1 liter.
Fuel Rate Average: Liters per Hour ((L/h)). This represents the average consumption rate for the trip.
Fuel Rate Economy: Liters per Nautical Mile ((L/nm)) or Nautical Miles per Liter ((nm/L)),
depending on the display configuration; the raw data typically uses volume per distance.
Instantaneous Fuel Economy: Liters per Nautical Mile ((L/nm)) or Nautical Miles per Liter ((nm/L)).
For the last two the unit is said to be: L/nm. However, to strictly follow the SI-standard it would be: m3/m or perhaps l/m.
I your code you mention litres/hour for these.
I would very much appreciate if you can bring some clarity into this matter.
Best regards,
Göran