The standard IEC 61850-8-3 under preparation will use ASN.1 JER (JSON) encoding. In order to understand, what that means check the following message sequence of the service (copied from the Wireshark trace, without WebSocket, TCP/IP, ... headers):
getLogicalDeviceDirectory
{ "request": {
"associateId": "cp1",
"invokeId": 1,
"service": {
"getLogicalDeviceDirectory": {
"ldName": "LD0"
}}}}
{ "response": {
"associateId": "cp1",
"invokeId": 1,
"service": {
"getLogicalDeviceDirectory": {
"lnName": [
"LLN0",
"LPHD1",
"DWMX1",
"DGEN1",
"MMXU1"
]}}}}

No comments:
Post a Comment