plcjs

1.0.3 • Public • Published

Install

This is a lib for plc communication.
Currently is support panasonic plc, will add omron plc later on.
Install via npm
npm i plcjs

Usage

The lib offers a serial command, you could send code via serial, ether port, even remote serial port.

const panasonic = require("../plcjs");
//write the command via serial port or LAN
command = panasonic.ver();
console.log(command);

Readme

Keywords

Package Sidebar

Install

npm i plcjs

Weekly Downloads

60

Version

1.0.3

License

MIT

Unpacked Size

4.42 kB

Total Files

3

Last publish

Collaborators

  • luweizhao
  • linlu0305