LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How I can delete the interruption in my VI to control My Signal Generator

Get rid of the old Open VISA like I said.

 

The first function (icon) is not supposed to pass anything to anything else except for the error and the VISA resource. Why should it? You have a function(s) that configure the instrument so it just talks to the instrument. Then you have another function that tells the instrument to perform a measurement and it returns that information to LabVIEW. The logic is no different than with any other programming language. Do you have any programming experience at all?

0 Kudos
Message 21 of 26
(1,051 Views)

15.JPG

 

See the figure. To understand i will tell a groups of subseqentely steps:

 

1) Icon 1 sets Power Meter to Forward Measurement Power;

2) The inner registry of Power Meter saves the measurement;

3) Icon 2 sets Power Meter to Reverse Measurement Power;

4) The inner registry of Power Meter saves the measurement;

5) Icon 3 takes the values of 2 previus measurements and give this values to indicator on my monitor.

 

It's correct this? I have understand how the logical sequence must be understand?

Thanks,
Vanny

)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(

Sweet, Beautiful and Young Female Physicist (SBYFP)
(I speak a not very good english, so If U are Italian LabVIEW expert speak in Italian, if U speak in Eglish... please speak easy;) )
My e-mail for personal contact: vanessaricciardi@live.it_NO_SPAM_PLEASE
0 Kudos
Message 22 of 26
(1,019 Views)

15.JPG

 

See the figure. To understand i will tell a groups of subseqentely steps:

 

1) Icon 1 sets Power Meter to Forward Measurement Power;

2) The inner registry of Power Meter saves the measurement;

3) Icon 2 sets Power Meter to Reverse Measurement Power;

4) The inner registry of Power Meter saves the measurement;

5) Icon 3 takes the values of 2 previus measurements and give this values to indicator on my monitor.

 

It's correct this? I have understand how the logical sequence must be understand?

Thanks,
Vanny

)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(

Sweet, Beautiful and Young Female Physicist (SBYFP)
(I speak a not very good english, so If U are Italian LabVIEW expert speak in Italian, if U speak in Eglish... please speak easy;) )
My e-mail for personal contact: vanessaricciardi@live.it_NO_SPAM_PLEASE
0 Kudos
Message 23 of 26
(1,019 Views)

vanny wrote:

15.JPG

 

See the figure. To understand i will tell a groups of subseqentely steps:

 

1) Icon 1 sets Power Meter to Forward Measurement Power;

2) The inner registry of Power Meter saves the measurement;

3) Icon 2 sets Power Meter to Reverse Measurement Power;

4) The inner registry of Power Meter saves the measurement;

5) Icon 3 takes the values of 2 previus measurements and give this values to indicator on my monitor.

 

It's correct this? I have understand how the logical sequence must be understand?


How would we Know?

 

These vi's are on your PC not ours! You have access to the discriptions (ctl-h), we do not. 

 

As far as the ICONs > the ICONS do nothing 


"Should be" isn't "Is" -Jay
0 Kudos
Message 24 of 26
(1,006 Views)

No, your understanding is not correct. There is no measurement made until the RSNRTZ Measure function executes and triggers the instrument. That is what is described in the help for the function and I'm sure what would be described in the manual for the instrument. The other functions instruct the instrument as to what type of measurement to perform when triggered.

0 Kudos
Message 25 of 26
(1,002 Views)

See the figure. I use many times the yellow icon, but Can I use only one icon in the for cycle? But I must put, like the figure show, the out of every cycle in one of input of merge icon. It's possible?

 

00000.jpg

Thanks,
Vanny

)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(

Sweet, Beautiful and Young Female Physicist (SBYFP)
(I speak a not very good english, so If U are Italian LabVIEW expert speak in Italian, if U speak in Eglish... please speak easy;) )
My e-mail for personal contact: vanessaricciardi@live.it_NO_SPAM_PLEASE
0 Kudos
Message 26 of 26
(958 Views)