How to send data to RT Software swiftEngine ?

  1. Choose “RT Software swiftEngine” output option in Scoreboard OCR
  2. Enter RT Software swiftEngine connection details in Scoreboard OCR:
    ws://host:port
    ws://localhost:5001
  3. Use the same field names in Scoreboard OCR that are defined in RT Software swiftEngine

Scoreboard OCR will send the following message to RT Software swiftEngine using websocket connection:

{     
"command":"UpdateField",
"parameters":
   {
   "nodeName": <nodeName>,
   "fieldName": <fieldName>,
   "value": <value>
   }
}
{     
"command":"UpdateField",
"parameters":
   {
   "nodeName": "clock",
   "fieldName": "String",
   "value": "09:35"
   }
}