SWDevice-010805

Contract for SWDevice-010805 The contract specifies the messages which can be exchanged with an SSLD.

Messages

The messages below are part of OSGP and implemented in the IEC61850 protocol adapter and supported by the SWDevice-010805 device firmware.

  • RegisterDeviceRequest (from device to platform) is a request that notifies the platform a device wants to register. During the registration the device sends its identification (serial number), and the device communicates its IP address to the platform.

  • RegisterDeviceResponse (from platform to device) is a response which informs the device that the registration was successful. The device will not register anymore, until the next power cycle or reboot.

  • StartSelfTestRequest (from platform to device) is a request which commands a device to switch all light relays on.

  • StartSelfTestResponse (from device to platform) is a response which returns the result of the StartSelfTestRequest.

  • StopSelfTestRequest (from platform to device) is a request which commands a device to switch all light relays off.

  • StopSelfTestResponse (from device to platform) is a response which returns the result of the StopSelfTestRequest.

  • SetRebootRequest (from platform to device) is a request which commands a device to reboot immediately.

  • SetRebootResponse (from device to platform) is a response which returns the result of the SetRebootRequest.

  • SetLightRequest (from platform to device) is a request which commands a device to switch on or off one ore several light relays.

  • SetLightResponse (from device to platform) is a response which returns the result of the SetLightRequest.

  • SetTransitionRequest (from platform to device) is a request which commands a device to switch its light relays according to light measurement schedule-entries.

  • SetTransitionResponse (from device to platform) is a response which returns the result of the SetTransitionRequest.

  • SetEventNotificationsRequest (from platform to device) is a request which commands a device to set the event notification mask.

  • SetEventNotificationsResponse (from device to platform) is a response which returns the result of the SetEventNotificationsRequest.

  • GetStatusRequest (from platform to device) is a request which queries a device for the current status of all its relays, the type of configuration (RELAY for SSLD), and the event notification mask set on the device.

  • GetStatusResponse (from device to platform) is a response which returns the result of the GetStatusRequest and, if 'result = OK', returns the current status for all of the relays and other information.

  • GetFirmwareVersionRequest (from platform to device) is a request which queries a device for its current firmware version.

  • GetFirmwareVersionResponse (from device to platform) is a response which returns the result of the GetFirmwareVersionRequest and, if 'result = OK', returns the current firmware version.

  • UpdateFirmwareRequest (from platform to device) is a request which commands a device to download a new firmware version from a server using a URL.

  • UpdateFirmwareResponse (from device to platform) is a response which returns the result of the UpdateFirmwareRequest, which indicates if the device will start the process to download and install a new firmware version. Please note there are several events which are sent from the device to the platform to inform the platform when the firmware has been downloaded and whether or not the firmware was successfully activated.

  • GetConfigurationRequest (from platform to device) is a request which queries a device for its current configuration settings.

  • GetConfigurationResponse (from device to platform) is a response which returns the result of the GetConfigurationRequest and, if 'result = OK', returns the configuration settings retrieved from the device.

  • SetConfigurationRequest (from platform to device) is a request which commands a device to update its configuration.

  • SetConfigurationResponse (from device to platform) is a response which returns the result of the SetConfigurationRequest.

  • SetScheduleRequest (from platform to device) is a request which commands a device to update its light or tariff schedule.

  • SetScheduleResponse (from device to platform) is a response which returns the result of the SetScheduleRequest.

  • UpdateDeviceSslCertificationRequest (from platform to device) is a request which commands a device to download a new certificate file from a server using a URL.

  • UpdateDeviceSslCertificationResponse (from platform to device) is a response which returns the result of the UpdateDeviceSslCertificationRequest, which indicates if the device will start the process to download and install a new certificate file. Please note there are several events which are sent from the device to the platform to inform the platform whether or not the certificate file was successfully downloaded and activated.

  • EventNotificationRequest (from device to platform) is a request that pushes an event notification from a device to the platform.

The following messages are not supported in IEC61850 and will return an UNSUPPORTED_DEVICE_ACTION SOAP Fault when a request is sent:

  • ResumeScheduleRequest

  • SwitchConfigurationRequest

  • SwitchFirmwareRequest

  • SetDeviceVerificationKeyRequest

The following message from device to OSGP is also not supported:

  • ConfirmRegisterDeviceRequest

Last updated