09-06-2011 11:57 PM
Hi, I'm trying to control a Keithly 6517B to profile a device with the voltage source sequencing a set of values and measuring the current flow.
The initial setup is fine, I'm writing visa commands to it and the electrometer is setting up its voltage source and will start it's sequence, but I everytime I try to read from it, it stops responding. I'm trying to use a *OPC? query to wait for the completion of the measurement - which is where the trouble arises. Its manual recomends using OPC monitor its activity and warns of sending commands while its busy. I can successfully read a *IDN? query and get a good response.
In the block diagram I've posted the while loop is just for testing and has no end - it should show me when the instrument has finished by returning a string.
09-07-2011 01:35 AM
09-07-2011 06:58 PM
thank you Albert