LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

different plots on same graph

Hello,

 

In the attached VI, from the "Test List" I am able to plot the graphs depending on which "Test" that I select from the list (you can select more than 1 Test from the Test list and get the respective plots).  I would like to also have the added benefit of getting the different Temps also plotted.  So say for example, if I select Test "Power", I would like to also have a plot of Power over the different Temps of RM and +100 or -30.  Basicially I would like to get 3 sets of data (i.e. all the RM data, all the +100 data and all the -30 data) formatted in such a way that I can then select the Temp data the same way that I select the "Test" data

 

I am stuck as to how I should format the data to get a 3d array?? Will that help to get the desired result??

 

Thanks,

hiNi.

Download All
0 Kudos
Message 1 of 5
(2,865 Views)
Didn't you like the answers you got the first time you asked this?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 5
(2,843 Views)
I want to add extra functionality to my code to make the program more versatile. I cannot get the previous solution to work correctly in this new strategy I am trying to implement.

Can you offer a method to get the functionality to make the code work by selecting one, two or three of the temp selection and then plot the respective graphs?

Thanks,
hiNi
0 Kudos
Message 4 of 5
(2,817 Views)

Hello,

 

I have been trying to modify the code to get the Temp selection to work also, however, I have still been unsuccessful.  I seperated the Temp data and got a 3D array in the data_test2.vi.  However, now I lost some of the control that I had in the data_test1.vi.  In the data_test2.vi, I am having problems parsing the data correctly.  Can you offer some advice as to how to make a selection for the Temp also (added functionality from the data_test1.vi)?

 

Thanks,

hiNi.

0 Kudos
Message 5 of 5
(2,774 Views)