Skip to content

hy1stax/plcjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

This is a lib for plc communication.
Currently is support panasonic plc.
Install via npm

Usage

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

const panasonic = require("../plcjs");
a = new panasonic;
//Show the command that you planed to write
console.log(a.PanasonicVer());

You could see the output of the mewtocol command string. And use this string sent to PLC via serial port or TCP etc.

About

A plc online check for nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published