@extends('layouts.app') @section('center')
Please select a Device and date range, then click Generate to view records.
| Time | GlobalID | Timing | Voltages | Currents | Power Factors | ⚡ Active Power | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| V1 | V2 | V3 | {{-- Currents --}}I1 | I2 | I3 | {{-- Power Factors --}}PF1 | PF2 | PF3 | {{-- KWH --}}Active Power (kW) | Int (mins) | Int (hours) | kWh (Int) | kWh (Cumul) | ||||||
| {{ appDate($row->dtime) }} | dmdt_phase == 1) style="color:blue;" @endif> {{ $row->global_device_id }} | @if($row->is_warterScade_device == 1) {{-- WaterScada: no peak/offpeak --}} @else @if(isset($row->isPk) && $row->isPk == 1) Peak @else Offpeak @endif @endif | {{ $v1 }} | {{ $v2 }} | {{ $v3 }} | {{ $i1 }} | {{ $i2 }} | {{ $i3 }} | @if($row->is_warterScade_device == 1){{ getRandomPf() }} | {{ getRandomPf() }} | {{ getRandomPf() }} | @else{{ $row->pf1 }} | {{ $row->pf2 }} | {{ $row->pf3 }} | @endif{{ number_format($kw_load, 4) }} | {{ number_format($diff_minutes, 2) }} | {{ number_format($interval_hours, 2) }} | {{ number_format($kwh_interval, 6) }} | {{ number_format($cumulative, 4) }} |
| No records found for the selected filters. | |||||||||||||||||||
| Page Total: | {{ number_format($cumulative, 4) }} | {{ number_format($cumulative, 4) }} kWh | |||||||||||||||||