03-04-2018 07:55 AM
@Freelion8 wrote:
Here how multiple data sets are shown on XY graph (check out the attached vi). You can add more [XY] data sets and connect them to the array so that it will also be shown on the XY graph.
Thanks! But I think my problem is how to take out he data from the 3D array acquired from the hardware directly.
Thanks,
Mei
03-04-2018 11:40 AM
wrote:
Thanks! But I think my problem is how to take out he data from the 3D array acquired from the hardware directly
Didn't we already discuss array operation earlier? Again, you don't need an xy graph. Using a waveform graph is significantly less complicated and can show exactly the same as long as the x-values are spaced regularly, as they are here.
03-04-2018 03:26 PM
I will change XY graph into waveform graph, but can you please make more detail about the array operation? I am still confused about how to take out the data.
Thanks,
Mei
03-05-2018 10:03 AM
Hi
In my vi, I explained how to draw multiple XY lines on an XY graph. It does not matter in you have 3D or 5D or 2D data. All you need to do is to know how to process your 3D data and feed it into your XY graph. I am attaching another vi which explains how possibly you can process your 3D data and feed it to your XY graph. I hope this will help you to understand the concept.
03-06-2018 07:36 AM
@Freelion8 wrote:
Hi
In my vi, I explained how to draw multiple XY lines on an XY graph. It does not matter in you have 3D or 5D or 2D data. All you need to do is to know how to process your 3D data and feed it into your XY graph. I am attaching another vi which explains how possibly you can process your 3D data and feed it to your XY graph. I hope this will help you to understand the concept.
Hi,
Thanks very much!
Mei
03-06-2018 11:01 AM
did it work for you?
03-06-2018 01:18 PM
Yes! Your sample inspired me! I can take out data from a 3D array and display multi lines in graph five minutes ago! Thanks again!
Mei
03-06-2018 02:19 PM
I am happy to help, hit me a Kudo if it deserves one:)