Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How to include an additional channel in AFG 3102 series standard waveform driver

Solved!
Go to solution

Sir, I was trying to add aditional features in my VI. Please tell as how to do data logging. I want frequency, amplitude and time to be logged each time I run my VI.

Also there is some problem with the Property Node. I dont know what option to choose in "Connect to pain"

I made slight changes in my previous VI, as I was not able to getc single channel output.

 

I just made the progg, Iam not sure whether it is logically correct. 

Please refer the attached file and suggest me the required modifications.

Thank you

0 Kudos
Message 11 of 15
(1,324 Views)
No, none of it is logically correct to me. Those knobs do nothing to change the scope vertical setting and that would seem to be the logical task you need to accomplish. Also, you still don't have a while loop in your code. As mentioned, DO NOT use the run continuous button.
0 Kudos
Message 12 of 15
(1,323 Views)
And as far as logging, you have to first measure frequency before you can log it. Right now, you are just logging the Y data with time.
0 Kudos
Message 13 of 15
(1,320 Views)

I'll definitely try to solve this problem.

I am just new to this type of  proggramin. Its a part of my project.

Could you please refer me some books on LabVIEW that incorporates basic concepts of different domains, all in one .

Also If you find and problem similar to this one, please do let me know.

So far, you have helped me a lot and I am very thankful to you.

Regards.

0 Kudos
Message 14 of 15
(1,318 Views)

There are links here to some free tutorials and books.

 

What development system of LabVIEW are you using - base, full, or professional? If you have at least the full version, then you have an event structure and has been already mentioned, you should be using that. It will make your task a lot simpler.

0 Kudos
Message 15 of 15
(1,312 Views)