node-red-contrib-sodick-siot-comm

1.0.13 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-sodick-siot-comm

Weekly Downloads

4

Version

1.0.13

License

Apache-2.0

Unpacked Size

853 kB

Total Files

16

Last publish

Collaborators

  • j_yamada