Manager of the robot and perepherial equipment in the integrated system:
- Neura robot control
- Ethernet based discretes
- Host communication
- Main control module
1 . creating virtual env C:\python -m venv C:\robotai\SW\PyEnv\RobotMngr
-
activating C:\robotai\SW\PyEnv\RobotMngr\Scripts\activate.bat
-
updating pip py -m pip install --upgrade pip
-
installing packages py -m pip install matplotlib py -m pip install scipy
-
network configure your computer to Ethernet IP : 192.168.2.30
- pip install pyinstaller
- pyinstaller --onefile MainApp.py