Hello,
I want to comunicate with a SR844 Lock-In amplifier via the GPIB-Bus.
What I want to do in particular is to read some of its settings like its Sensitiviy or the Time-constant.
So what I was doing for a start was a simple vi where I put the following sub-vis
- the initialise vi from the SR844 driver pack
- a VISA-Write vi with SENS? as command
- a VISA-Read vi to get the result
- a the close vi from the driver package.
If I run this vi, it sometimes works, but more oftenly it doesn't, and when it doesn't I have the impression that it's mainly due to the initialisation doesn't work.
I tried playing a bit with putting delays at some places, but while
having the impression that it got somewhat better, it was far from
being stable.
Is this a known problem, and if yes is there a simple solution?
Thanks in advance for any help,
Johannes