LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data Sort


@hiNI wrote:

Hello,

 

Can you assist me in finally extracting the data  from the "sorted" array to plot based on the last post above?

 

Thanks,

hiNi



They are all strings so you need to convert to numerics. What do you want to plot and how (graph, xy, etc.)? Please clarify!

 

Looking at your "sort" subVI, you have an incredible amount of duplicate and unecessary code. The only thing that belongs inside the case structure is the unbundling operation, nothing else. Right? Why do you have so many FOR loops??? You have 10(!!) FOR loops and all you really need is two! 🙂

 

Here's how it could look like. Also note that the terminals belong on the toplevel diagram, not inside structures.

 

 

 

Download All
Message 21 of 22
(861 Views)

For a Given DESC, DUT, TEMP and LO Freq, plot either Hz or dB vs, Audio Freq.

 

Thanks,

hiNi. 

0 Kudos
Message 22 of 22
(835 Views)