LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Single Source two output terminals

Good day. I need assistance with this code. The code is expected to activate terminal A and B simultaneously as C0 and C1 respectively but it is not working, it only activates one and i have tried serval arrangement.

 

Download All
0 Kudos
Message 1 of 4
(139 Views)

We are missing subVIs, but branching a visa resource does not magically create two different resources. This all looks completely wrong. Why is there so much duplicate code if the two code paths only differ in two frequencies and two constants?

 

I am not an instrument guy, so somebody else will chime in. Have you done any tutorials or looked at any examples?

0 Kudos
Message 2 of 4
(120 Views)

Apologies for the missing subVIs but all they do is to set the RF power and OFF the RF source.

 

I am a beginner at this and I have searched for samples to model my code but didn't find.I would appreciate it if you can point me to one.

0 Kudos
Message 3 of 4
(115 Views)

LabVIEW is a fully fledged programming langiuage and one with quite a special programming paradigm. Learning the basics of LabVIEW by simply diving right into the deep and trying to do a program based on random examples found on the net is not very effective and has the danger that you can drown in the deep waters.

 

You really should put some time aside to learn the basics by following some of the learning materials listed at the top of this LabVIEW forum. It will pay off for your first project already. Not only will you know how LabVIEW programming works but also some of the terms used, so that when you get stuck you can explain yourself in language that other LabVIEW programmers easily understand and then can help you more quickly without having to guess what your problem might be.

Rolf Kalbermatter
My Blog
0 Kudos
Message 4 of 4
(85 Views)