node-red-contrib-sodick-siot-comm 1.0.13

Sodick SIoTComm connection nodes

npm install 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.

Node Info

Version: 1.0.13
Updated 10 months, 1 week ago
License: Apache-2.0
Rating: 5.0 2

Actions

Rate:

Downloads

1 in the last week

Nodes

  • Sodick SIoTComm

Keywords

  • node-red
  • sodick

Maintainers