12-08-2010 05:03 PM
i am more than new to Teststand, have read the whole answers that might match my question but i found no way to have my problem solved!!
in most answers there were reffered to ReportOptions thing which i could not find at all ..
so how could i pass the report name which i need to a vi .. and is it bad to put this step in the cleanup .. as to be sure that all other steps in the main section were executed!??
thanks alot ...
12-11-2010 12:01 AM
Just use this expression "RunState.Root.Locals.ReportFilePath", in your Main Sequence, it will return the Path of the Report File, you can pass directly this string to the LabVIEW modules.
AshwiN,