Overview
Simple view for management decision makingRated Capacity
{{ number_format($ratedKVA, 0) }}
kVA
Primary Voltage
{{ number_format($primaryVoltageKv, 2) }}
kV
Secondary Avg.
{{ number_format($voltageAvg, 0) }}
V
Total Current
{{ number_format($currentSum, 0) }}
A
CEO Quick Insights
What needs attention right now- 1 {{ $type === 'active' ? 'Device is communicating and carrying electrical load.' : 'Device is not active. Check communication, supply, or installation status.' }}
- 2 Load is {{ number_format($loadLevel, 0) }}% of Capacity.
- 3 Current unbalance is {{ number_format($currentUnbalance, 0) }}% and voltage unbalance is {{ number_format($voltageUnbalance, 0) }}%.
- 4 Overall power factor is {{ number_format($overallPF, 2) }}.
Alert Summary
Latest imbalance eventAlert Type
{{ $unbalanceType ?? 'current' }}
Duration
{{ $unbalanceTimeDuration ?? '00:00' }}
Unbalance Current
{{ number_format($currentUnbalance, 0) }} %
Unbalance Voltage
{{ number_format($voltageUnbalance, 0) }} %
Starting Time
{{ $unbalanceLogTime ?? '00:00' }}
Description
{{ $unbalanceDescription ?? 'No description available' }}
Voltage Readings
Phase-wise secondary voltageL1 / R
{{ number_format($voltageA, 0) }}
Volts
L2 / Y
{{ number_format($voltageB, 0) }}
Volts
L3 / B
{{ number_format($voltageC, 0) }}
Volts
Current Readings
Phase-wise load currentL1 / R
{{ number_format($currentA, 0) }}
Ampere
L2 / Y
{{ number_format($currentB, 0) }}
Ampere
L3 / B
{{ number_format($currentC, 0) }}
Ampere
Power & Energy Summary
Operational and commercial electrical indicatorsActive Power
{{ number_format($totalActivePower, 2) }} kW
Apparent Power
{{ number_format($totalApparentPower, 2) }} kVA
Reactive Power
{{ number_format($totalReactivePower, 2) }} kVAR
Energy Interval @if($intervalDuration)({{ $intervalDuration }})@endif
{{ number_format($energyKwh, 2) }} kWh
Power Factor
{{ number_format($overallPF, 2) }}
Efficiency
{{ number_format($loadBalanceEfficiency, 2) }} %
Neutral & Balance
Quality of three-phase loading| Neutral Current | {{ number_format($neutralCurrent, 0) }} A |
|---|---|
| Neutral Loss | {{ number_format($ncLossKwValue, 3) }} kW |
| Current Unbalance | {{ number_format($currentUnbalance, 0) }}% |
| Voltage Unbalance | {{ number_format($voltageUnbalance, 0) }}% |
| Max Current UB / Today | {{ number_format(floatval($maxCurrentUnbalanceLastWeek ?? 0), 0) }}% |
| Max Voltage UB / Today | {{ number_format(floatval($maxVoltageUnbalanceLastWeek ?? 0), 0) }}% |
|
Max Current UB / Today
@if($maxCurrentUnbalanceTime)
{{ \Carbon\Carbon::parse($maxCurrentUnbalanceTime)->format('Y-m-d H:i:s') }} @endif |
{{ number_format(floatval($maxCurrentUnbalanceLastWeek ?? 0), 0) }}% |
|
Max Voltage UB / Today
@if($maxVoltageUnbalanceTime)
{{ \Carbon\Carbon::parse($maxVoltageUnbalanceTime)->format('Y-m-d H:i:s') }} @endif |
{{ number_format(floatval($maxVoltageUnbalanceLastWeek ?? 0), 0) }}% |
Energy & Neutral Loss Summary
Last 30 days calculated from tr_current_logsTotal kWh
{{ number_format($summaryTotalKwh, 2) }} kWh
Total Neutral Loss
{{ number_format($summaryTotalNcLossKwh, 4) }} kWh
Average Neutral Current
{{ number_format($summaryAvgNc, 2) }} A
Neutral Loss Ratio
{{ number_format($neutralLossRatio, 3) }} %
KW / KVA Ratio
{{ number_format($powerRatio, 2) }} %
NC / Total Current Ratio
{{ number_format($neutralCurrentRatio, 2) }} %
Hourly kWh
Previous 2 daysDaily kWh
Previous 30 daysMonthly kWh
Previous 12 monthsHourly Neutral Loss
Previous 2 daysDaily Neutral Loss
Previous 30 daysMonthly Neutral Loss
Previous 12 monthsHourly Loss Ratio
Neutral loss against load kWhDaily Loss Ratio
Neutral loss against load kWhMonthly Loss Ratio
Neutral loss against load kWhLatest Load & Neutral Loss Data
Latest 20 calculated records| Time | KVA | KW | kWh | Neutral Current | Neutral Loss Watt | Neutral Loss kWh | Loss Ratio |
|---|---|---|---|---|---|---|---|
| {{ $row->stime ?? '-' }} | {{ number_format(floatval($row->total_kva ?? 0), 2) }} | {{ number_format(floatval($row->total_kw ?? 0), 2) }} | {{ number_format(floatval($row->record_kwh ?? 0), 4) }} | {{ number_format(floatval($row->nc ?? 0), 2) }} A | {{ number_format(floatval($row->nc_loss_watt ?? 0), 4) }} | {{ number_format(floatval($row->nc_loss_kwh ?? 0), 6) }} | {{ number_format( floatval($row->record_kwh ?? 0) > 0 ? (floatval($row->nc_loss_kwh ?? 0) / floatval($row->record_kwh ?? 0)) * 100 : 0, 3 ) }}% |
| No latest calculated records found. | |||||||