diamond7,
If I understand you correctly, it sounds like the LabVIEW code may not be correctly sending multiple commands to your instrument. When you run your LabVIEW code, you said that the first command is executed on the instrument you are controlling and that subsequent commands do not work. If you stop your code and re-run it, does the first command again get executed? Can you send multiple commands from a test panel in Measurement and Automation Explorer?
I ask because it sounds as if your code sends a command, but then does not provide the capability to send another command. Does the code get stuck in a loop? Have you tried watching the program run using highlight execution? This also may be an issue related to your instrument and what commands it expects to receive from the GPIB board. It may be an issue of the communication mechanisms over the GPIB bus. If you are unable to locate a bug in your code that limits the program to only 1 command, I would suggest posting your question to the
Instrument Control Forum. I hope this helps!
Mike
Message Edited by Duffman Says: on 09-15-2006 01:46 PM