project8 / Pypeline

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

continuous plots repeated time stamp probem #48

Closed laroque closed 10 years ago

laroque commented 11 years ago

When the start and stop time are bad, the plotter complains (good). But continuous plotting continues, often complaining again as you try and fix something, reverting it (bad). The warnings should discontinue continuous plotting until the user updates the plot again.

laroque commented 11 years ago

Along with the above, I plan to simplify the sequence of steps used when changing the plotting bounds.

laroque commented 10 years ago

Similar:

Bug report: when hall probe is logging every 5 seconds and plot is attemped with 0.5 hours ago to now, autoupdate, after a few minutes it says: "start time must be before stop time"

this has to do with continuous plotting changing the stop time for the couch querry but not updating the stored variable.

laroque commented 10 years ago

This is resolved in v0.1.6