From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

write a sequence of frequency to agilent 33522a

Hello everyone ,

 

I' am using Agilent 33522A , Labview 2010 , windows 8 and an USB - GPIB cable 82357B to communicate with my instrument.

I've downloade my instrument driver ( Agilent 33522A series examples)

 

This my first project using labview so I'm facing some difficulties.

I want to make a sequence of 10 frequencies (the user will write them everytime he uses the application) that the instrument will read one by one with a delay time of secs.

 

here what I've done but I'm not sure where should I put my while  loop.

 

Please any help ?

 

Thank you so much 🙂

0 Kudos
Message 1 of 4
(3,520 Views)

hello again

 

here what I decided to do but still blocked though.

I have a numeric array (that user shall fill with frequencies he wants to show on the instrument Agilent 33522A)

I added an array subset and a subarray to read a value each time.

Now I want to put that value in the frequency in order to configure my instrument.

 

Here is a screenshot to explain more what I tend to do

 

I'd really appreciate any help

 

thank you 🙂

 

0 Kudos
Message 2 of 4
(3,499 Views)

build up the array and use automatic indexing instead of having the array outside the while loop.

further push the clean up your diagram butto to align most of the wires.,

greetings from the Netherlands
Message 3 of 4
(3,435 Views)

thank you so much !!!! but I've already solved the problem 😄

0 Kudos
Message 4 of 4
(3,432 Views)