From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Running PreUUt

I need to run pre-uut, but i have to
run it with a single step and not with the
TestUUT, is there anyway i can use the single step
with the preUUT or something suitbale.
0 Kudos
Message 1 of 2
(4,707 Views)
Absolutely. I recommend modifying the Single Pass execution entry point
sequence (you said 'single step', but I think you meant Single Pass).
To modify the Single Pass sequence, do the following.
1. Using Windows Explorer, copy the TestStandModel folder from
TestStand\Components\NI\Models to TestStand\Components\USER\Models.
TestStand will automatically use components in the Components\User directory
instead of components in the Components\NI directory because the search
paths use this directory first. You can configure the search paths in
Configure>>Search Directories.
Note: You should make a copy instead of modifying the default components
because future installations of TestStand will overwrite your modifications.

2. Open TestStand\Components\USER\Models\TestStandMod
el.seq.
3. From the View ring, select the Single Pass sequence. You can add any
steps or variables that you need to this sequence. If you add any steps,
make sure that you disable Record Results for that step.
4. I recommend opening the TestUUTs sequence and copy the PreUUT sequence
call step to the Single Pass sequence.

Paul Mueller
National Instruments

assaf wrote in message
news:390E8F61.56EC0700@visonic.com...
>
>
> I need to run pre-uut, but i have to
> run it with a single step and not with the
> TestUUT, is there anyway i can use the single step
> with the preUUT or something suitbale.
>
0 Kudos
Message 2 of 2
(4,707 Views)