python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
pm2 process using the old system Environment Variables on resurrection
I have created a node application that is for subscribing to an OPC-UA server and storing the data on our s3 bucket. I am using the node-opcua module for that purpose.
I am working on a Windows server...
Mayank Pathela
Votes: 0
Answers: 1
Import nodeset in node-opcua server opens file ascii encoded
I create the node-opcua addressspace by usage of nodeset.xml files. I fill the server_options.nodeset_filename array with filenames to load. This works fine.
Now I wanted to load the nodeset "Opc...
mansei
Votes: 0
Answers: 1
How do I write an array of strings to an OPCUA Server?
This is how I'm currently trying to write an array of strings to a opcua variable on a opcua server ( attached image 2 gives attributes ). The method below takes in a string[] and tries to write this ...
ryan_jeff
Votes: 0
Answers: 1
Subscribe one one Item and read multiple other ones
i try to create a opc-ua-client with the "node-opcua"-npm package (NodeJs) to do the following thing:
I wan`t to subscribe to one item and every time this value changed i want to do a simple...
Daniel
Votes: 0
Answers: 0