05-14-2012 04:53 AM
Hello,
I have a VI which send voltage level (0,1,2, ... 24, ... 2,1,0) via an SMU. I want to get voltage measurement for each command.
I have created a graph which displays my data. On the additional results menu, i checked the Y to include it in the report generation.
My problem is that TestStand don't display in the report the 1D array it should appear.
Any comment on that issue ?
BR,
Vincent
05-14-2012 02:17 PM
Vincent,
The value to log column looks empty as per picture 1.
The name can be for ex "Waveform_value" ( in quotes)
The value should containt the y as selected in the name column.
Please try it out.
05-15-2012 02:45 AM
Hello,
Thank you for your answer but in the help it is written that if 'Value to log" column is empty it takes the variable name (here Y).
Anyway i tried your thought out, it seems i can't modify the Value to log column in the Additional results menu.
Any further ideas ?
BR,
Vincent
05-15-2012 03:45 AM
You can try the following ( i have checked this 😞
define a numeric array locals.x
In the modules tab enter(link) locals.x against the y value
In the additional results tab add one more element using the plus button on the RHS of the tab.
Here you can add the locals.x in the log to value column.
You can disable the first entry i.e. parameter by unchecking.
This should print in your y arrray as a graph.