Skip to content

ShopBotTools/Modbus-VFD

Repository files navigation

This program is written for windows It controls a Lenze VFD using modbus network protocol

Hoping to automate these steps later (maybe with Makefile), but for now...

Build instructions:

  • cd into project folder
  • Create virtual environment:

python -m venv .\venv

  • Activate virtual environment:

.\venv\Scripts\activate

  • Install requirements:

pip install -r .\requirements.txt

  • Copy all .py files from workpace directory to venv\Lib\site-packages

pyinstaller --onefile --noconsole main.py

  • Move dist\main.exe to workspace directory
  • Delete the files that were moved into venv\Lib\site-packages

Executable should be good to go!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages