07-12-2013 03:20 AM
Hello,
This may seem a dumb question, but i really need your help regarding this.
I am currently developing a sequence for power efficiency on a buck converter. Everything is running great, the voltage/current sweep loop, instrument initialization, measurements, etc.
Unfortunatly, i do not have knowledge strong TS/LabVIEW knowledge, and certain things appear to be rocket science for me.
Description of sequence:
Sweeping voltage/current from PS, measuring voltage/current with DMM.
Results i obtain after each loop iteration are numeric.
I would like to plot the measurement results as an XY graph (eighter excel, or HTML TS Report).
Thanks for your input regarding this.
Best regards.
07-18-2013 11:34 AM
Hello GAMESENSE,
If your data is stored in an array it should be fairly simple to have it display as a graph in your TestStand HTML report. All you need to do for that is go to Configure>Result Processing then open the report options. Under the Contents tab, make sure that Incluse Step Results and Include Measurements boxes are checked. Then select the Insert Graph option from the Include Arrays drop down.
Hope this helps.
07-18-2013 02:33 PM - edited 07-18-2013 02:34 PM
Hi Tarek,
Thanks for the reply.
So my data was not stored in an array at the time i opened this topic. I have managed earlier today to get the measurement results in an array, and i will try tomorrow to pass it to LabVIEW using TS Api, or to use the TS HTML report option to build graphs based on arrays.
I knew about the HTML report option to include arrays but i didnt had arrays, just simple numeric measurements.
Will let you know if i encounter any issues.
Best regards,
A.