New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-opcda-client

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-opcda-client

Node-RED OPC DA Reading and Writing Node

  • 0.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

node-red-contrib-opcda-client

This node can be used in order to read and write to OPC DA servers.

  • opcda-server
  • opcda-read
  • opcda-write

Input Parameters

opcda-server

Name (Optional)

Name of the OPC DA Server to be shown in node.

Address

Address of the OPC DA Server

Domain(Optional)

Domain of account if necessary.

Username(Optional)

Username of account if necessary.

Password(Optional)

Password of account if necessary.

ClsId

Class ID of the OPC DA Server.

Timeout(Optional)

Timeout of server connection.

opcda-read

Server

OPC DA server which is wanted to connect.

Group Name(Optional)

Node name to be shown in node-red.

Cache Read (Optinal)

Check if wanted to read tags from cache.

Data Change (Optional)

Check if wanted to output msg.payload when value of tag changes.

OPC DA Tags

Add OPC DA tags wanted to read.

opcda-write

Server

OPC DA server which is wanted to connect.

Name (Optional)

Node name to be shown in node-red.

Usage

set msg.payload parameter with the following;

[
    {"itemID":"<ItemID want to set>","type":"<type of the value>","value": <value want to set>},
            .
            .
            .
]
Accepted Data Types
  • double
  • short
  • integer
  • float
  • byte
  • long
  • boolean
  • uuid
  • string
  • char
  • date
  • currency
  • array
Screenshots
opcda-server

opcda-server

opcda-read

opcda-read

opcda-write

opcda-write

Keywords

FAQs

Package last updated on 12 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc