Code to run the RS232 relais board used in the FINO2 profiling winch project.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bennet krebs 676dcbc220 refactor 1 month ago
code refactor 1 month ago
data refactor 1 month ago
misc icons 1 month ago
.gitignore new gitignore 1 month ago
Relais_Power_switches.pyw refactor 1 month ago
Relais_camera_switcher.pyw refactor 1 month ago
readme.txt readme, gitignore and folder restructure 2 months ago

readme.txt

This project is used to create a GUI to control the RS232 interfaced relais in the FINO2 profiling lift system.
The script defaults to the RS232-relaisboard that controls the winch power, CRUSHER power and Camera power.
The objects made from the "RelaisControl" class can be modified after init to control other systems. For example
a camera switcher.

HOW IT WORKS:
-just run the relais_control.py script or import the class into another script

TO DO: