How to send data to RT Software swiftEngine ?
- Choose “RT Software swiftEngine” output option in Scoreboard OCR
- Enter RT Software swiftEngine connection details in Scoreboard OCR:
ws://host:port
ws://localhost:5001
- 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"
}
}
