project8 / dripline

Slow controls for medium scale physics experiments based on AMQP centralized messaging
http://www.project8.org/dripline
1 stars 0 forks source link

Providers need to automatically have a few endpoints #48

Closed laroque closed 9 years ago

laroque commented 9 years ago

In particlar:

_start_loggers The muxer may have lots of sensors that all log, would be nice to be able to start/top them all together.
laroque commented 9 years ago

Starting a bunch of loggers is easy in a shell one liner. For the muxer I do this:

for i in amp_1_temp amp_2_temp coldhead_temp; do dripline_agent -b myrna.local config $i logging_status start; sleep 0.2; done

where any name can be added to that space separated list before the first semicolon ';'

laroque commented 9 years ago

Provider now supports this