Hey everyone... yet another question...
So I have a sub VI whose sole function is to acquire data from 2 SR830 lockin amplifiers. I want it to run as fast as possible. It sends a command to one lockin, gets the response (float), then sends a command to second lockin and gets a similar response. It gets hung up a lot and I can seem to get it to run smoothly.
Is there a proper procedure for communicating with GPIB? Ie - should I clear the bus between commands? should I monitor some sort of GPIB status? I can use wait timers but then I don't know how fast it can truly run....
I'm looking for some sort of sequence that will ensure proper communication, like dev. clear, gpib write, gpib read, wait on rqs, etc... something like that
Oh, and what IS RQS?
Thanks
Jonathan