NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to add features such as "UUT ID" "PCB revision level" to already existing "UUT Serial Number" Pre UUT sequence call back

Solved!
Go to solution

Hi,

 

This is dependent on your report postfix.

 

Open ReportGen_xxx.seq and take a look into Sequence AddReportHeader

There you can add it

 

 

Juergen

 

 

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 11 of 17
(2,105 Views)

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

0 Kudos
Message 12 of 17
(2,104 Views)

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 

 

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 13 of 17
(2,099 Views)

Hi


Try this Example

Only working if SerailNumber is present !! 

 

Juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 14 of 17
(2,093 Views)
Solution
Accepted by topic author prav
I have modified the base name (Report Options)  to include UUT ID and Revision level . I have done this in configuration entry points sequences i.e. single pass, Test UUts sequences .
Message 15 of 17
(2,086 Views)

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?

0 Kudos
Message 16 of 17
(2,077 Views)

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

Regards
Ray Farmer
0 Kudos
Message 17 of 17
(2,058 Views)