Complete the following steps to use the InlineQAAlgorithm.seq file, located in the <TestStand>\Components\Modules\NI_SemiconductorModule\Templates directory, as a starting point for an inline QA algorithm sequence file you create.

  1. Copy the InlineQAAlgorithm.seq file from the <TestStand>\Components\Modules\NI_SemiconductorModule\Templates directory to the <TestStand Public>\Components\Modules\NI_SemiconductorModule\InlineQA directory.
  2. Rename the <TestStand Public>\Components\Modules\NI_SemiconductorModule\InlineQA\InlineQAAlgorithm.seq file using the <CompanyName>_<InlineQAAlgorithmName>.seq convention.
  3. Open the inline QA algorithm sequence file.
  4. Add steps to the GetNextInlineQAStateQueueItems callback sequence to populate the NextInlineQAStateQueueItems sequence parameter with a queue of inline QA states.
  5. Save the inline QA algorithm sequence file.