... to RCC)
Hi,
We are currently using python WebSockets to directly contribute to RCC. We want to send multiple RICS in a single message and currently, we are able to send the JSON array.
1)Each item contains 5-7 fields of data
2) we are planning to send data every 15 seconds interval
3)we will connect to RCC directly
for example two messages in a single posting
[
{
"Ack":true,
"ID":1,
"Key":{
"Name":"TEST1=DARN",
"Service":"DDS_TRCE"
},
"Message":{
"Fields":{
"ACVOL_1":47,
"PRIMACT_1":325.57,
"VALUE_TS1":"08:23:30"
},
"ID":0,
"Type":"Update"
},
"PostID":1,
"Type":"Post"
},
{
"Ack":true,
"ID":1,
"Key":{
"Name":"TEST1=DARN",
"Service":"DDS_TRCE"
},
"Message":{
"Fields":{
"ACVOL_1":4244,
"PRIMACT_1":2.27,
"VALUE_TS1":"08:23:30"
},
"ID":0,
"Type":"Update"
},
"PostID":2,
"Type":"Post"
},
]
Could you please let us know what is the maximum message size in form of JSON, we can send to RCC using multiple RICS in a single message?
I understand there is a parameter related to this MaxMsgSize, but not sure this parameter value will dictate the size of the message for posting. Could you please elaborate?
2)Is there any time WebSockets are down from the server-side during maintenance or it will be 24*7 without any downtime, could you please confirm this.
Regards,
Amit Gupta
umer.nallawasin.waeosri