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

uniforming the payloads of the responses #156

Closed guiguem closed 7 years ago

guiguem commented 8 years ago

When using an instrument connected to the prologix, the return value of a get is located in a values payload field, instead of value_raw which then messes with the standard calibration method. Then the value can not be calibrate properly... This problem also appear when using the kv_store_key tutorial class. There might be a couple of places where we would have to change these in order to have a homogeneous response.

wcpettus commented 8 years ago

I'm confused by this. When communicating with balvenie, I get calibrated values back:

pettus@claude:~$ dragonfly get cell_heater_current_output -b myrna.p8 cell_heater_current_output(ret:0): [balvenie]-> {u'value_cal': 1.798747, u'value_raw': u'+1.79874700E+00'}

Similarly the lockin gives back calibrated responses.

guiguem commented 7 years ago

This issue was moved to project8/dripline-python#6