- Install
python3
(3.8+) andgit
- Run
pip install -e git+https://github.com/strangesast/fanuc-python-extension@ea457e34302f7b61f9289859e9f19925716cc949#egg=fwlib
- Import library with
import fwlib
- Optionally bind remote cnc port to your machine with
ssh localhost -L localhost:8193:$MACHINE_IP:$MACHINE_PORT -N
where MACHINE_IP & MACHINE_PORT correspond to your machine's ip address and port (typically 8193) - Install and run the example (details in
example/README.md
)