get
https://api.toqua.ai/performance//lubrication/cylinder-oil-consumption-over-time
Retrieve the cylinder oil consumption over time data for a ship.
Consumption is calculated as follows:
-
If
cyl_oil_consumptionis not null, use this value -
Otherwise, calculate based on how much cylinder oil was used since the previous time period:
((previous_cyl_oil_rob - current_cyl_oil_rob) * 1000000) / (me_power * time_period_hours)where:previous_cyl_oil_robandcurrent_cyl_oil_robare in metric tons (mt)me_poweris in kWtime_period_hoursis the time difference between consecutive datetime_end values in hours- Result is in g/kWh
-
sensor_consumption_over_time: The consumption over time data from the sensor data.
-
nr_consumption_over_time: The consumption over time data from the noon report data.
-
at_sea_periods: The periods when the ship was at sea.
Returns: GetCylinderOilConsumptionOverTimeResponse
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
404Not Found
501Not Implemented