node-red-contrib-cip-st-ethernet-ip
Version:
A Node-RED node to interact with Allen Bradley / Rockwell PLCs using the EtherNet/IP Protocol
24 lines (17 loc) • 633 B
Markdown
# Changelog
## Version 1.1.3
- Prevents PLC connection issues to crash Node-RED (#26) (thanks @nateevans)
## Version 1.1.2
- Fixes UI on Node-RED 1.0
- Update licensing information and branding
## Version 1.1.1
- Hotfix - Avoids connection leak of 'ethernet-ip'
## Version 1.1.0
- Implements Node-RED 1.0 API
- Changes node's category to "plc"
## Version 1.0.2
- Add tag name validation to isolate bad tags from the read group
## Version 1.0.1
- Fixes #5: Read controller_value instead of our (possibly) modified value when getting all tag values
## Version 1.0.0
- First usable/stable version