Skip to content

nyarurato/cncjs-real-pendant

 
 

Repository files navigation

cncjs-real-pendant

Software for Pendant with SerialPort

Requirement

  • CNC-Pendant-Firmware-for-CNCjs (Software for Arduino)

https://github.com/nyarurato/CNC-Pendant-Firmware-for-CNCjs

  • nodejs

Installation

npm install

Usage

Before you start this software, please check below.

  • Serialport name of ControlBoard (e.g. CNC xPRO)
  • Serialport name of microcontroller with cnc pendant
  • SocketPort number of CNCjs (Windows)

Run bin/cncjs-real-pendant to start. Pass --help to cncjs-pendant-boilerplate for more options.

bin/cncjs-real-pendant --socket-port xxxxx

Japanese Description

CNCjsとペンダントを連携させるためのソフトウェアです。

必要なもの

  • CNC-Pendant-Firmware-for-CNCjs (Software for Arduino)

https://github.com/nyarurato/CNC-Pendant-Firmware-for-CNCjs

あらかじめPro Micro等にファームウェアの書き込みが必要です。

  • nodejs

インストール方法

npm install

使い方

使う前に以下の値を確認してください

  • 制御基板のシリアルポートの名前
  • CNCペンダントのシリアルポートの名前
  • CNCjsのポート番号

下記の用にCNCjsのポート番号を指定して使用します

bin/cncjs-real-pendant --socket-port xxxxx

About

Software to communicate cncjs with real pendant.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.0%
  • Batchfile 5.0%