04-23-2015 08:57 PM
Hello~
I use for loop in teststand2014 to get 2 arraies with same loop indicator as attachment(Vi_array=input voltage, Po_array= output power).
how can i build a XY graph with these 2 arraies, Vi_array as X and Po_array as Y?
thanks!
Solved! Go to Solution.
04-24-2015 07:21 AM
You can create a 2 dimensional array out of the 2 arrays you mentioned and use the "DataLayout" and "DataOrientation" attributess for the new array you generated. Please have a look at the attached sequence file created using TestStand 2010 version to know how it can be done. I have tested the graphs in XML reports.
07-22-2015 12:20 AM
hello,
I've tried with this sample with TS2014, it works well.
but i don't know why i get 2 seperate curve in TS2013, attached the graph and the seq file. please help to check again. thank you very much!
07-22-2015 01:14 AM
excuse me, I've add atributs of the array as attachment, but curve still in 2
03-22-2016 05:25 AM