@vitormnm/node-red-instructions-ladder-iec-61131-3 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @vitormnm/node-red-instructions-ladder-
|
|
1
|
+
# @vitormnm/node-red-instructions-ladder-iec-61131-3
|
|
2
2
|
|
|
3
3
|
A Node-RED node that provides common **IEC 61131-3 Ladder Logic instructions** for building PLC-style logic flows directly inside Node-RED.
|
|
4
4
|
|
|
@@ -166,7 +166,7 @@ It allows Node-RED users to create ladder-style logic using familiar industrial
|
|
|
166
166
|
## Installation
|
|
167
167
|
|
|
168
168
|
```bash
|
|
169
|
-
npm install node-red-
|
|
169
|
+
npm install @vitormnm/node-red-instructions-ladder-iec-61131-3
|
|
170
170
|
```
|
|
171
171
|
|
|
172
172
|
Restart Node-RED after installation.
|