07-02-2008 08:59 AM
07-02-2008 09:14 AM
07-02-2008 09:32 AM
The first thing to do is to remove the stacked sequence structure.
The structure will execute the first sequence, then the second one. And repeat that 15 times.
It does not build any array. You need to re-architecture the code to do what you described.
If I understand correctly, you want an array of 13 elements for the first channel and then an array of 13 elements for the 2nd channel. All you need are two loops and index the channels to the outer loop. A nested FOR loop should do the trick.
RayR
07-02-2008 09:34 AM
07-02-2008 09:39 AM
Who said anything about clusters? How did clusters enter this picture? Clusters of what? For what?
@mikebiker wrote:I'll look into using clusters

07-02-2008 09:39 AM
07-02-2008 09:46 AM
I'm trying to make each array (of 13 values) run 15 times total.
my misake about custers
M
07-02-2008 09:50 AM
07-02-2008 10:00 AM
I am planning to expand the test capability of my first test program I created in LabView a few years ago. Back then it was my first shot using LabView so my final version of this test program became a monster. I have a chose to start from scratch and put together a new, more creative and mainly more efficient program or modify the beast of a program I already have. I'm not sure what direction to go right now. I am not an expert using LabView by no means; this is basically my first and last test program I created. This test program does the following:
I push the start button on the front panel
LabView commands the data switch (34970) to output a logic high to switch a multi-channel RF relay. This relay is a one in, 12 out coaxial relay with 12 logic terminals for switching the relay.
So, one at a time the relay switches in and out depending on the logic line selected from
When all connected and test program is running, each of the 12 DUT's are measured at room temperature. Then the temp chamber (not under command of
After one hour all 12 DUT's are re-measured. The process is repeated when the temp chamber goes cold.
There are 15 temperature cycles total. At the end of each half cycle data or VSWR is measured and stored as a *.png file within the network analyzer.
m
07-02-2008 10:43 AM