Nidec CommanderCDE

A comprehensive Python GUI application for controlling and monitoring Nidec Commander CDE drives via Modbus RTU.

โœจ Features

๐Ÿ†• Whatโ€™s New in v0.0.4

New Features

Improvements

๐Ÿš€ Requirements

๐Ÿ›  Installation & Setup

  1. Clone the repository:

    git clone https://github.com/Nsfr750/nidec-commandercde.git
    cd nidec-commandercde
    
  2. Create and activate a virtual environment (recommended):

    python -m venv venv
    # On Windows:
    .\venv\Scripts\activate
    # On Unix or MacOS:
    # source venv/bin/activate
    
  3. Install the required packages:

    pip install -r requirements.txt
    

๐Ÿš€ Basic Usage

  1. Connect your Nidec Commander CDE drive to your computer via RS-485 adapter
  2. Launch the application:

    python main.py
    
  3. Select the appropriate COM port and baud rate
  4. Click โ€˜Connectโ€™ to establish communication with the drive
  5. Use the interface to control and monitor the drive

Connection Settings

Important Notes