Generator Project - The Reports
29 October 2019
There are three types of reports;
- The Fuel Deliver Report
- The Fuel Theft/Leak Report
- The Fuel Usage Report
- The General Event Report
The Fuel Delivery Report
As we can detect fuel consumption, we can also detect the number of fuel deliveries and amount of fuel that was delivered each time.
Field | Start Time | End Time | Generator ON Time | AveFlow Rate Generator ON | AveFlow Rate Generator OFF | Liters received | Theoretical Corrected Litres |
Explanation | Refuelling Switch turned ON | Refuelling Switch turned OFF | How long was the Generator ON | Rate of Level increase Gen ON | Rate of Level increase Gen OFF | Based on level change only | Calculate the Gen ON Ave Consumption and add to Level |
The Fuel Theft/Leak Report
When the is the Fuel falling when the Generator was OFF
Field | Start Time | End Time | Generator ON Time | AveFlow Rate Generator ON | AveFlow Rate Generator OFF | Liters Lost |
Explanation | Start of Loss Detected | End of Loss Detected | How long was the Generator ON | Rate of Level increase Gen ON | Rate of Level increase Gen OFF | Based on Rate of flow while Gen was off, but taken for the End Time Period |
The Fuel Usage Report
Field | Start Time | End Time | Generator ON Time | AveFlow Rate Generator ON | Liters Consumed |
Explanation | Start of Gen ON | Gen OFF | How long was the Generator ON | Rate of Level increase Gen ON (& no refuelling) | Litres |
The (All) Events Report
For the datetime to datetime period any event that occurred is reported sequentially. Filtering can be an option, single type of event can be viewed.
These reports
Event | Tank | Start time | Start Level | End Time | End Level | Total Time | Level Diff Litres |
Generator | 1 | 2019-10-21 13:03:01 | 2398 | 2019-10-21 15:03:01 | 2288 | 2:00:00 | 110 |
Theft/Leak | 1 | 2019-10-21 13:03:01 | 2398 | 2019-10-21 15:03:01 | 2288 | 2:00:00 | 110 |
Refuelling | 1 | 2019-10-21 13:03:01 | 2398 | 2019-10-21 15:03:01 | 3398 | 2:00:00 | 1000 |
AbnormalFuelUsage | 1 | 2019-10-21 13:03:01 | 2398 | 2019-10-21 15:03:01 | 2288 | 2:00:00 | 110 |
ATGFault1 | 1 | 2019-10-21 13:03:01 | 2398 | 2019-10-21 15:03:01 | 2398 | 2:00:00 | 0 |
FailedStart | 1 | 2019-10-21 13:03:01 | 2398 | 2019-10-21 13:43:01 | 2398 | 40:00 | 0 |
These Reports will use the mc_bitswitchevents Table (NB: this was previously named: bitswitchinfo) to work out the event that sequentially occurred.
Keyword - Item Represented | Description |
Generator | The fuel consumption is expected |
MainsPower | The Generator is expected to in a set time |
Refuelling | Fuel level increasing detected |
AbnormalFuelUsage | Usage is greater than the MaxFlowRate |
Theft/Leak | Generator OFF, but Level falling |
ATGFault1 | Generator running and a level change is not occurring |
FailedStart | If the Generator took longer to Start than the StartUpDelay (secs) |
| |