Jason Serafin

Results 4 issues of Jason Serafin

Code to retrieve all tags and values. Works only with newest version. ```javascript const eip = require('st-ethernet-ip') let cont = new eip.Controller() cont.connect(IP_ADDRESS) .then(async () => { let tagGroup =...

A user contacted me by email and wanted to see a way to get a complete list of all tag names that would valid on the controller including drilling down...

Place holder for Node-Red compatability

I am getting this error: ``` let errors = opc_items.Validate(tagList.length, tagList) ^ Error: DispInvoke: Validate Type mismatch. on last line of following code: ``` From this code: ```javascript let winax...