Skip to content

Instantly share code, notes, and snippets.

View mstfldmr's full-sized avatar

Mustafa Aldemir mstfldmr

View GitHub Profile
@mstfldmr
mstfldmr / subscribe.js
Created June 9, 2020 14:14
Subscribe to Kepware with node-opcua
//Source: https://github.com/node-opcua/node-opcua/wiki/2.0.0-breaking-changes
const {
OPCUAClient,
resolveNodeId,
AttributeIds,
ClientSubscription,
ClientMonitoredItem,
TimestampsToReturn
} = require("node-opcua");