Event Check Commands

The application registers events, such as voltage sag and reverse power direction. The events are read by means of the “EVER” command. The first parameter is the event type. The possible values are “Ua”, “Ub” and “Uc” for the voltage sag event, or “Pa”, “Pb” and “Pc” for the reverse power direction event. The second parameter mans the event’s index happening time.

“EVEC” command, protected with password, deletes the event records.

EVER[Ua][2]
Last 2 Times Ua Sag is :
Total Num=1 start time is 01-01 02:34 end time is 01-01 03:01
EVER[Ub][1]
Last 1 Times Ub Sag is :
Total Num=0 start time is 00-00 00:00 end time is 00-00 00:00
EVER[Uc][3]
Last 3 Times Uc Sag is :
Total Num=0 start time is 00-00 00:00 end time is 00-00 00:00
EVER[Pa][1]
Last 1 Times Pa reverse is :
Total Num=0 start time is 00-00 00:00 end time is 00-00 00:00
EVER[Pb][2]
Last 2 Times Pb reverse is :
Total Num=0 start time is 00-00 00:00 end time is 00-00 00:00
EVER[Pc][3]
Last 3 Times Pc reverse is :
Total Num=0 start time is 00-00 00:00 end time is 00-00 00:00
; Clear all the event records
EVEC[PIC]
Clear All Event is ok !