Software for Pendant with SerialPort
- CNC-Pendant-Firmware-for-CNCjs (Software for Arduino)
https://github.com/nyarurato/CNC-Pendant-Firmware-for-CNCjs
- nodejs
npm install
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