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 SWELL, SAG, CREEP and PHACTIVE. The second parameter means the channel. The third parameter mans the event’s index happening time.
The EVEC command, protected with password, deletes the event records.
EVER SWELL 0 2
Last 2 Times SWELL in Channel 0 is:
Total Num=1 start time is 01-01 02:34 end time is 01-01 03:01
EVER SAG 0 2
Last 2 Times SAG in Channel 0 is:
Total Num=11 start time is 04-10 19:15 end time is 04-10 20:14
EVER CREEP 0 2
Last 2 Times CREEP in Channel 0 is:
Total Num=0 start time is invalid end time is invalid
EVER PHACTIVE 0 2
Last 2 Times PHACTIVE in Channel 0 is:
Total Num=0 start time is invalid end time is invalid
; Clear all the event records
EVEC[PIC]
Clear All Event is ok !
