QuantumQuadrate / CsPyController

GNU Lesser General Public License v3.0
3 stars 3 forks source link

Labview instrument start command blocks for length of experiment #14

Open mfe5003 opened 7 years ago

mfe5003 commented 7 years ago

the labview controller startcommand blocks until data is returned so anything in the instrument list after the labview controller is blocked from receiving the start command until the end of the experiment.

Workaround is to put Labview last in the instrument list. This only works if no other instrument blocks during start.

Fix would be to rewrite communication protocol between controller and server so that data is returned during the aquire_data method and not the start method.