03-12-2015 05:20 PM
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.
03-12-2015 08:09 PM
03-12-2015 08:34 PM
03-12-2015 09:27 PM
03-13-2015 01:41 PM
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.