01-13-2010 04:30 AM
01-13-2010 04:50 AM
I able to modify report header. My question was how can configure such that the report file name looks as e.g Sequence xxx [UUT ID][UUT Rev][UUT serial No].html .
by the way i am using html
01-13-2010 06:28 AM
Hi,
if you are in Report_xxx.seq try to parse/change RunState.Root.Locals.ReportFilePath or
do it in your model entry by pasing Locals.ReportFilePath after c/c++ Step Determine ReportFilePath or
just replace it with a simple statement.
Juergen
01-13-2010 06:59 AM
01-13-2010 09:10 AM
01-13-2010 10:25 AM
IF I excute the TestUUT or Single Pass configuration entry point sequence on its own. I am getting an error as shown in attached doc right at step "Determine Report File Path". I get this error even if i use the standard sequential model sequence avialble at teststand4.xx\components\NI\TeststandModels.
Is this normal as there is no main sequence file selected yet?
01-14-2010 12:56 AM
HI,
[IF I excute the TestUUT or Single Pass configuration entry point sequence on its own..]
Does this mean you are trying to run either the TestUUT or Single Pass sequences using Run TestUUT or Run Single Pass.
If this is the case you should get a prompt saying you can not run these sequences on there own not get an error. The reason you are seeing that error is because ProcessModelClient doesn't exist unless run as a client sequence with Process Model sequence.
You need to add additional checks to check that ProcessModelClient property exist before you use it.
Regards
Ray Farmer