node-red-contrib-sodick-siot-comm
v1.0.13
Published
Sodick SIoTComm connection nodes
Downloads
13
Readme
node-red-contrib-sodick-siot-comm
===============
Periodically acquires data from Sodick SIoTComm (OCX) compatible devices for Windows.
Prerequisite
- SIoTComm (OCX) is embedded in the execution environment.
- Network connection with SIoTComm (OCX) compatible devices is possible.
Input
Resend last retrieved output data.
Output
{
"machineType": "Machine type",
"timestamp": "Output datetime(UNIX time)",
"payload": [
{
"name": "Item name(or custom name when entered)",
"value": "Parameter of item(Data type depends on the item)",
"index": "Item index",
"defaultName": "Default item name",
},
...
]
}
Caution
SIoTComm (OCX) is required to run this node. Download from Sodick customer site.
Items
The selectable items depends on the machine type.
To get an item that is not on the item selection, set the item number and its name.
Auto setting of machine type
If the actual machine type is different from node setting, the data will be acquired according to the settings of the actual instead of the node settings.
Reacquisition after disconnected
If the status becomes disconnected, you must redeploy the flow to reconnect.