Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
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

latest
Source
npmnpm
Version
0.0.7
Version published
Weekly downloads
25
-40.48%
Maintainers
1
Weekly downloads
 
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

opcda

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