05-03-2016 08:52 AM
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 🙂
05-04-2016 03:44 AM
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 🙂
05-11-2016 03:01 AM
05-11-2016 04:28 AM
thank you so much !!!! but I've already solved the problem 😄