Skip to content

norbertg1/Temperature_Controller-SW

Repository files navigation

Temperature controller - SW

With this PC program you can control the Temperature Controller hardware from computer through serial port. Also you can set the temperature in range measurement with custom steps and time between.

Packages you need:

pip install matplotlib
pip install tk
pip install pyserial
pip install crcmod
pip install pyautogui
pip install opencv_python
sudo apt-get install python3-pil python3-pil.imagetk
sudo apt-get install scrot

Run

Run with command python3 TempControl.py There is a nice graphical intuitive interface with comments.

Make an executable file for Windows

You need a package:

pip install pyinstaller

and run

pyinstaller --onefile TempControl.py

Some pictures from the application

Comments

Files: start_button_img.py, start_button.png, pic2str.py are for controlling our custom made measurement device. Please ignore them also with checkbox "Control IVMaster".

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages