LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FOR LOOP MEASURAMENTS AND LOG

Hi at all!

I'm trying to perfom a cycle of measurament that consists of 6 RF Level for each 7 frequency (or only one frequency depends on instrument option), and then log into html the measures (each rf level for each frequency).

In other words, i believe i'm wrong into For loop design.

Please, someone can help me into resolve?

Thank you.

In attach a "spin off" demo .vi and the log .vi

Download All
0 Kudos
Message 1 of 3
(638 Views)

Where exactly is the measurement taking place?

 

I recommend to start with a few basic LabVIEW tutorials. Also learn about dataflow, for example to see if all elements of a Boolean array are true, you could just do AND array elements (searching for FALSE and testing is the result is -1 seems unnecessary). You are reading this local variable way before the terminal deep in the loop stack has received data, so it is pretty meaningless. What is the meaning of the 11 or 20 iterations of the innermost FOR loop in the first pyramid? How is the log supposed to look like?

 

... and please don't maximize the diagram and front panel to the screen. That's just annoying. 

 

0 Kudos
Message 2 of 3
(620 Views)

See if this can give you some ideas.

0 Kudos
Message 3 of 3
(614 Views)