@php
$tripping_array=[
['type'=>'OVFC','txt'=> 'Over Voltage Function'],
['type'=>'UVFC','txt'=> 'Under Voltage Function'],
['type'=>'OCFC','txt'=> 'Over Current Function'],
['type'=>'OLFC','txt'=> 'Over Load Function'],
['type'=>'VUFC','txt'=> 'Voltage Unbalance Function'],
['type'=>'PFFC','txt'=> 'Phase Failure Function'],
['type'=>'CUFC','txt'=> 'Current Unbalance Function'],
['type'=>'HAPF','txt'=> 'High Apparent Power Function'],
];
$i=1;
@endphp
@isset($_GET['DeviceId'])
@endisset