-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code example to retrieve all tags and values #38
Comments
11/20/23 I am using node v20.9 with st-ethernet-ip v2.67. I use the above example but got the error: Error: Tagname Must be of Type < string> Node.js v20.9.0 In the past, you also used this PLC.getControllerTagList(taglist) . Is this still applicable to the latest version ? |
11/21/23 Tried it on a PC with node 21.2 and st-etheret-ip v2.67 C:\MACH\NODES\node_modules\st-ethernet-ip\dist\tag\index.js:54 Error: Tagname Must be of Type Node.js v21.2.0 It surely did not work with the new version! |
Out of town till Monday. I'll check this out after the holiday. |
Code to retrieve all tags and values. Works only with newest version.
The text was updated successfully, but these errors were encountered: