RegisterDevice

Description

The device registration is a 2 step process. First RegisterDeviceRequest is sent from device to platform. Second are writing GPS coordinates to the device and disabling the device registration flag.

Request that notifies the platform that a device wants to register. During the registration the device identification (serial number) and the IP address are sent to the platform.

Response writes GPS coordinates and disables registration flag.

IEC61850 Fields

ATTRIBUTE

FC

SUB ATTRIBUTE

DATATYPE

DESCRIPTION

CSLC.Reg

CF

ntfEnb

BOOLEAN

Enable/Disable device registration.

CSLC.Atnm

CF

lon

FLOAT32

Longitude.

CSLC.Atnm

CF

lat

FLOAT32

Latitude.

Plain text registration message

0000000053,84.30.69.148

IEC61850 platform messages of the data sent to the device:

LogicalDevice: SWDeviceGenericIO
messageType: LocationInformation {
  CSLC.Atnm[CF].lon: 52.37875
  CSLC.Atnm[CF].lat:  5.95558
}
messageType: DisableRegistration {
  CSLC.Reg[CF].ntfEnb: false
}

IEC61850 protocol adapter logging:

Last updated

Was this helpful?