project8 / Pypeline

A python interface for the dripline slow control system.
Other
2 stars 0 forks source link

Logger Interface should not block the python shell #20

Closed laroque closed 11 years ago

laroque commented 12 years ago

When continuously plotting logged data, that should use a thread or subprocess, leaving the shell free to do other things. Would like to be able to spawn a plot of say all temps, also of all pressures, and whatever else.

laroque commented 12 years ago

Fixing this will involve a restructure and data transfers via multiprocess or it will just be a bad hack of having multiple python sessions each running. I haven't come up with a good way to do it yet and will set aside since multiple instances is functional

laroque commented 11 years ago

Restructuring is done, shell isn't blocked (or really used) by the GUI. Plenty of features left to put in but this is done.