04-13-2006 04:28 AM
04-13-2006 04:59 AM
Hi,
You would need to use Reports On-the-Fly . There is an example of this in the TestStand examples folder plus information in the TestStand User Manual.
Regards
Ray Farmer
04-13-2006 05:35 AM
Hello Ray,
I can see
• PropFlags_IncludeInReport
• PropFlags_IsLimit
• PropFlags_IsMeasurementValue
mentioned in Teststand reference manual but not at all sure what these are/how to use, but they seem to indicate they could be usefull when trying to drop specific text/values etc in to the test file. I noticed the on the fly feature doesnt change the final report whether set or not , according to the manual. If set to fly on the wall, does it provides the function of allowing the process variables, created midway through the vi to be slipped in?
Could you mention the name of the "Report on the fly" in the examples, please.
If you know of a abc.seq file that shows just one value from a vi being passed to a report file I would be gratefull.
Regards Chris
04-13-2006 06:15 AM
Hi,
this example may help with regards to adding data to the ResultList.
For 'on the Fly', if you are using TestStand 3.x, there should be an example suitable title TestStand\Examples.
For the following:
• PropFlags_IncludeInReport
• PropFlags_IsLimit
• PropFlags_IsMeasurementValue
These properties you generally don't need to worry about, if you are using the default Step Types.
Regards
Ray Farmer