node-opc-da icon indicating copy to clipboard operation
node-opc-da copied to clipboard

A Node library for OPC-DA communication.

Results 7 node-opc-da issues
Sort by recently updated
recently updated
newest added

UnhandledPromiseRejectionWarning: TypeError: session.getStub is not a function

Getting following error while calling removeGroup() (node:12728) UnhandledPromiseRejectionWarning: ReferenceError: name is not defined at OPCServer.removeGroup (E:\Projects\opc-da-client \node_modules\node-opc-da\src\opcServer.js:327:37) After commenting lines 327 and 344 in file - node_modules\node-opc-da\src\opcServer.js, this error got...

The "random" npm package is listed as a dependency, but with an outdated version that by now even triggers npm audit warnings. The package isn't used anyway, so it should...

Hi. Can you provide a sample code in order to write varible to OPC Server?

When searching for the status of a group using the "getState()" function of "OPCGroupStateManager.js", an exception was generated for the "const types". After a superficial debug I found that the...

When I try to use the function "getGroupByName (name)" it returns an error. After a superficial debug I found that "resultObj.getResults ()" returns two _type and _obj objects, the initialization...

Hi. removeGroup function is throwing an error because of the "name" parameter is not defined. Please check the code again. ``` async removeGroup(handle, force) { debug("Removing group \"" + name...