Creating a Sequence in TestStand with LabVIEW APIs
- Updated2025-04-25
- 1 minute(s) read
Creating a Sequence in TestStand with LabVIEW APIs
Note Before you begin, you must create a
PCBATT LabVIEW project. Refer to Launching the Toolkit in LabVIEW for
details. You will use the path to your project in the following procedure.
- Launch TestStand.
- Select to create an empty sequence file.
- Insert LabVIEW VIs in the sequence. Refer to the PCB Assembly Test
Toolkit for LabVIEW sequence templates as you implement
your test sequence.
- You can access PCB Assembly Test Toolkit for LabVIEW LabVIEW VIs from your PCBATT LabVIEW project.
- PCB Assembly Test Toolkit for LabVIEW sequence templates are available in the following location: C:\Users\Public\Documents\National Instruments\PCB Assembly Test Toolkit for LabVIEW\TestStand\Automation
Note You can use both physical and virtual channels. Refer to the Automation Test Sequences topic to understand naming conventions for virtual channels. - Use test steps to perform limit checks on measured values for your test cases. Use flow control steps to control the execution of test steps according to your test needs.
- Select to save your sequence file.
Running Your TestStand Sequence
Complete the following steps to run a test sequence that is open in TestStand.
- Select to run the test sequence.
- When the execution completes, click review the report in the Report pane.
- (Optional) select to run the sequence again.
Related Information
- Launching the Toolkit in LabVIEW
PCB Assembly Test Toolkit for LabVIEW provides measurement and generation libraries to enable common actions performed in PCB assembly electrical functional test.
- Automation Test Sequences
PCB Assembly Test Toolkit for LabVIEW provides test sequences built in TestStand using toolkit measurement libraries. These test sequences demonstrate basic electrical functional testing. Reuse or modify these test sequence to meet the requirements of your own application.