LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multi-trace graph

Hi

 

I'm working with a network analyzer to measure crosstalk (NEXT & ELFEXT)

Incrementation is generated by double while loop to make pairs (example for a 4 pairs cable : 1-2 ; 1-3 ; 1-4 ; 2-3 ; 2-4 ; 3-4)

 

At the beginning, a message box appears and operator write the number of pairs of the cable. 

The loop begin and each new measure, a message appear to tell operator which pair to connect to analyzer. 

I have to trace graph for EACH measure (if there are 4 pairs, there are 6 measures) and place a selector command to view the trace I want from the 6.

  

I guess I have to build an array and index it, but it seems to doesn't work. Is there another solution ?

 

I joined a screenshot of my program, it works well. Just need to "stock" graph in an array and index it to display the one I want.

0 Kudos
Message 1 of 2
(2,439 Views)

Hi,

 

You should the build array function to combine them to one graph. To begin you can find examples in the example finder, then a similar thread with good examples was treated here

 

Hopefully this helps.

 

Regards.

Message Edité par Steve Mohamed le 05-15-2009 11:23 AM
Steve M.
0 Kudos
Message 2 of 2
(2,387 Views)