03-24-2023 03:41 PM
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
03-24-2023 04:46 PM
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.
03-24-2023 05:09 PM - edited 03-24-2023 05:13 PM
See if this can give you some ideas.