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.
The EVEC command, protected with password, deletes the event records.
EVER[UaSag][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[UbSag][1]
Last 1 Times Ub Sag is :
Total Num=0 start time is invalid end time is invalid
EVER[UcSag][3]
Last 3 Times Uc Sag is :
Total Num=0 start time is invalid end time is invalid
EVER[UaSwell][2]
Last 2 Times Ua Swell is :
Total Num=1 start time is 01-01 02:34 end time is 01-01 03:01
EVER[UbSwell][1]
Last 1 Times Ub Swell is :
Total Num=0 start time is invalid end time is invalid
EVER[UcSwell][3]
Last 3 Times Uc Swell is :
Total Num=0 start time is invalid end time is invalid
EVER[Pa][1]
Last 1 Times Pa reverse is :
Total Num=0 start time is invalid end time is invalid
EVER[Pb][2]
Last 2 Times Pb reverse is :
Total Num=0 start time is invalid end time is invalid
EVER[Pc][3]
Last 3 Times Pc reverse is :
Total Num=0 start time is invalid end time is invalid
; Clear all the event records
EVEC[PIC]
Clear All Event is ok !
