cbteeple / pressure_control_interface

The top-level control interface for controlling a Ctrl-P pressure control system.
https://ctrl-p.cbteeple.com/latest/top-level
MIT License
1 stars 1 forks source link

Enable multi-controller coordination #5

Closed cbteeple closed 3 years ago

cbteeple commented 3 years ago

Description of changes

Motivation and Context

If we have a few control boards, we should be able to combine all the channels together and coordinate them.

Testing

Tested on real hardware, and confirmed commands are correctly split between several pressure controllers.

Testing Environment:

Types of changes

Checklist:

cbteeple commented 3 years ago

There's an extra "serial_config.py" file that doesn't get used anymore, and the naming of the "hardware_config.py" file is confusing with the hardware config folder. I suggest you delete both ot these files and replace "hardware_config.py" with "comms_config.py" to clarity.