Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sail-sail/node-plc
mitsubishi plc
https://github.com/sail-sail/node-plc
Last synced: 6 days ago
JSON representation
mitsubishi plc
- Host: GitHub
- URL: https://github.com/sail-sail/node-plc
- Owner: sail-sail
- Created: 2018-05-25T04:57:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T04:58:50.000Z (over 6 years ago)
- Last Synced: 2025-02-01T01:01:51.756Z (10 days ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
mitsubishi modbus
```
var plc = require("./plc");//open Y0
var buf = plc.on("mitsubishi","Y0");
console.log(buf);//close Y0
var buf2 = plc.off("mitsubishi","Y0");
console.log(buf2);//write date D200 to 0
var buf2 = plc.wr("mitsubishi","D200","0");
console.log(buf2);//
```