Skip to content

Commit

Permalink
vtrx subsystem should be called the same way that the G9 is being cal…
Browse files Browse the repository at this point in the history
…led? will have to test
  • Loading branch information
mark11778 committed Nov 19, 2024
1 parent 4b5d7e0 commit 234ff2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def _update_com_ports(self, subsystem, port):
raise ValueError("_update_com_ports was called with invalid args")
strPort = port.device if port != None else None
if subsystem in self.subsystems.keys():
if subsystem == "Interlocks":
if subsystem == "Interlocks" or subsystem == "Vacuum System":
self.subsystems[subsystem].update_com_port(strPort)
#TODO: Need to add Vacuum system and Cathode Heating

Expand Down

0 comments on commit 234ff2f

Please sign in to comment.