04-30-2008 10:29 AM
04-30-2008 10:47 AM
04-30-2008 02:01 PM
04-30-2008 02:28 PM
Thats a VISA error and naturally, querying the instrument is not going to show anything. According to your option string, it looks like you are using simulate mode. See exactly where the error is being generated by probing the error wires. If it's from the inialize function, try changing it to Simulate=0.
If there is a bug in the driver with setting an IVI property, you are going to have a hard time fixing it. Have you tried the LabVEIW driver instead of the IVI one? Curious why you would be using the instrument specific IVI driver anyway. If you need IVI, you should be using the class driver.
07-04-2012 06:52 AM
I found the same problem. Maybe there is a bug in the driver. But if you use the other driver http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=103, you can solve this out.
07-04-2012 09:06 AM
07-04-2012 09:45 AM
thanks.
Actually, I have installed several drivers for the fuction generator. I can stop the output of the function generator by Age 33XXX driver but I found it takes more than 0.1 s to complete the communication. (I have to change the frequency and amplitude of the function generator in real time).
As for the driver hp33210a, it can run at 0.01s per loop but it cann't stop the output by 'Output ennabled.vi'.
07-04-2012 01:37 PM