01-18-2010 01:34 PM
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?
01-19-2010 03:16 AM
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?
01-19-2010 03:16 AM
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?
01-19-2010 09:38 AM
vanny wrote:
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
01-19-2010 09:50 AM
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.
02-09-2010 01:59 AM
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?