YBSoftware eDOS


The YBSoftware eDOS node obtains the collected device data from the eDOS database via SDK or web service according to the tag name and outputs the data in the output msg.

Node Type

Enterprise.

Input and Output Ability

This node has 1 entry point and multiple exit points. The input must be an array, and the output is JSON in key-value format.

Node Properties

../../_images/edos.png


Name

The name for this node.


Mode

The connection mode. Available modes are: SDK and web service.


  • SDK

    • IP

      The IP address.

    • Port

      The port number.

    • User Name

      The user name used for the connection.

    • Password

      The password corresponding to the user name.


  • Web Service

    • URI

      The web service URI.

    • Port

      The port number.


Tag Name Source

The tag name source.

  • Default: Uses the tag name in the input message.
  • File: Download the configuration Excel file, fill in the tag name, and upload the file (max file size 1 MB). The tag name used will be taken from the file.


Description

The description for this node.

Limitations

  • Connection problems could occur due to server downtime or other instances that are not within our control.
  • Maximum file size for eDOS config file upload: 1 MB.

Samples

Input Sample

["WHFD_HNTGF_AI000001","WHFD_HNTGF_AI000002","WHFD_HNTGF_AI000003","WHFD_HNTGF_AI000004","WHFD_HNTGF_AI000005"]

Output Sample

{
    "WHFD_HNTGF_AI000001":84.04395294189453,
    "WHFD_HNTGF_AI000004":5.05211067199707,
    "WHFD_HNTGF_AI000005":0.0,
    "WHFD_HNTGF_AI000002":83.69230651855469,
    "WHFD_HNTGF_AI000003":81.81684875488281
}