Hello,
I would like some guidance/direction on the following:
Background:
I'm new to Test Stand and I'm working on an sequence which makes use of a fixture with two slots. This is to test two UUT at the same time.
The test station has 4 programmable DC power supplies and 4 programmable Electronic Load Units. Each UUT uses two dedicated DC Power supplies and two Electronic Loads.
Inside the fixture there is a 120VAC to 24VDC power supply. The 120 VAC will be provided by a programmable AC Source. This AC source is the only instrument that is being shared.
I wrote my sequence such that the main sequence prompts for the serial number, part number, operator ID etc...
Then it calls a sub sequence to turn on the AC source for the fixture
Then it runs a separate sub sequences to run the tests for UUT1 and UU2.
The Sub sequence 1 (UUT1) has a precondition to run for test socket 0,
The Sub sequence 2 (UUT2) has a precondition to run for test socket 1,
Then then sequence goes to clean up to disable the DC power supplies, AC Source, and Electronic Loads.
Question
- Am I going the right way on implementing this?
- Is there an easier way of implementing this?
- Do I need to use locks on the shared AC Source?
- Does parallel mode mean, run the exact same sequence in parallel?
- If so, how do I use it such that the AC Source is Turned on by one sequence, then DC source 1 and 2 are used for testing UUT1, and DC Sources 3 and 4 are used for testing UUT2?
Thank you,