EventNotification

Description

Buffered report sent from device to platform containing information about 1 event. The devices keep up to 120 events in the cyclic buffer CSLC.EvnBuf.evn1/env120. The events are converted to buffered reports when OSGP triggers the device to do so by writing true to CSLC.evn_rpn01[BR].RptEna. When this happens, the device will send the buffered reports to OSGP. OSGP will save the information specified by the remark field, like the event type and the event time:

evnType: 4 = TARIFF_EVENTS_TARIFF_ON
swNum: 1 = get external index for switch 1
trgType: 3 = fixed time trigger
swVal: true = ON
trgTime: 2018-10-01T05:00:00.000Z

Example buffered report:

                     RptId:     evn_rpn
                DataSetRef:     SWDeviceGenericIO/LLN0.evn_rpn
                   ConfRev:     null
                   BufOvfl:     true
                   EntryId:     none: [0, 0, 1, 102, 45, -1, 87, -73]
                                (f-�W�)
        InclusionBitString:     [true]
        MoreSegmentsFollow:     false
                     SqNum:     0
                  SubSqNum:     null
               TimeOfEntry:     none: 1096606800823
                                (2018-10-01T05:00:00.823Z)
               ReasonCodes:
                                0x40    (DataChange)
                   DataSet:     SWDeviceGenericIO/LLN0.evn_rpn
           DataSet members:     1
                    member:     SWDeviceGenericIO/CSLC.EvnRpn [ST]
SWDeviceGenericIO/CSLC.EvnRpn.evnType: 4
SWDeviceGenericIO/CSLC.EvnRpn.swNum: 1
SWDeviceGenericIO/CSLC.EvnRpn.trgType: 3
SWDeviceGenericIO/CSLC.EvnRpn.swVal: true
SWDeviceGenericIO/CSLC.EvnRpn.trgTime: Mon Oct 01 05:00:00 UTC 2018
SWDeviceGenericIO/CSLC.EvnRpn.remark: remark
                                        evnType: 4 = TARIFF_EVENTS_TARIFF_ON
                                        swNum: 1 = get external index for switch 1
                                        trgType: 3 = fixed time trigger
                                        swVal: true = ON
                                        trgTime: 2018-10-01T05:00:00.000Z
                                        remark: remark

NOTE: After executing operations SetLightRequest, GetStatusRequest and SetTransitionRequest, OSGP will enable reporting on the device. Optionally, OSGP will enable reporting after DeviceRegistrationRequest (default is false).

IEC61850 Fields

ATTRIBUTE

FC

SUB ATTRIBUTE

DATATYPE

DESCRIPTION

CSLC.evn_rpn01

BR

RptEna

BOOLEAN

Flag which indicates to the device to send buffered reports.

IEC61850 platform message of the data sent to the device:

IEC61850 protocol Adapter logging:

Last updated

Was this helpful?