| Report | Engine Summary Report |
|---|---|
| Company Name | {{ $cmp_name }} |
| Generator Name | {{ $gen_name }} |
| Date from | {{ $datefrom }} |
| Date To | {{ $dateto }} |
| Start Time | End Time | Duration | RPM | Pressure | Temperature | Voltage |
|---|---|---|---|---|---|---|
| {{ $value['startTime'] }} | {{ $value['endTime'] }} | {{ $value['duration'] }} | {{ round($value['rpm'], 2) }} | {{ round($value['pressure'], 2) }} | {{ round($value['temperature'], 2) }} | {{ round($value['voltage'], 2) }} |
| Total: | {{ $totalDuration }} | {{ $totalRpmCount > 0 ? round($totalRpm / $totalRpmCount, 2) : 0 }} | {{ $totalPressureCount > 0 ? round($totalPressure / $totalPressureCount, 2) : 0 }} | {{ $totalTemperatureCount > 0 ? round($totalTemperature / $totalTemperatureCount, 2) : 0 }} | {{ $totalVoltageCount > 0 ? round($totalVoltage / $totalVoltageCount, 2) : 0 }} |