Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Agilent 8648C control with Labview

Solved!
Go to solution

I download  the driver 8648A from http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=533 and use it to control Agilent 8648C. When I put initialize.vi to the application, the erroe meassage 1223 is showed and if I did n't put the initialize.vi in the program, it is working. I think it is because the intitialize.vi is for 8648A, how can I change it to make it to work for 8648C. Thanks

 

0 Kudos
Message 1 of 2
(3,996 Views)
Solution
Accepted by topic author mkan@phys.ualberta.ca
Change the string constant wired to the the Match Pattern function to just 8648 or test for either 8648A or 8648C. You also realize you don't have to do the ID Query, don't you?
0 Kudos
Message 2 of 2
(3,992 Views)