Skip to content

Interractive GUI control interface for the PARSEC Monolith test stand

Notifications You must be signed in to change notification settings

akrivka/Monolith-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monolith-GUI

Reliable graphical control interface for Monolith, a liquid-propellant engine test stand of PARSEC, the rocketry club at Caltech. Renders an interactive Piping & Instrumentation Diagram, and allows the controller to open or close any valves, read thermocouple and pressure values, and execute pre-determined sequences. There is also a monitor screen with real-time graphs. It was successfully used for a cold-flow test of the whole system.

How it works

The Monolith-GUI is implemented as a multiprocess Python application, with one control loop communicating with the stand using CAN, and one UI loop serving a Flask server. The diagram is made using SVG and elements are made interactive using onclick listeners and a backend "API". Updates are pushed to the frontend using Server-Side Events. A message passing interface is used between the two processes. Sequences are specified in code, which along with an exposed control loop allows anyone to add threshold rules or other behavior in the future.

About

Interractive GUI control interface for the PARSEC Monolith test stand

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages