Customizing the LotTestingComplete Callback (TSM)

TSM calls the LotTestingComplete callback sequence, located in the <TestStand Public>\Components\Callbacks\NI_SemiconductorModule\SemiconductorModuleCallbacks.seq or <TestStand>\Components\Callbacks\NI_SemiconductorModule\SemiconductorModuleCallbacks.seq file, when a lot completes testing.

Complete the following steps to override the default LotTestingComplete callback sequence and customize the tasks to complete when a lot completes testing.

  1. Determine whether a sequence file named SemiconductorModuleCallbacks.seq exists in the <TestStand Public>\Components\Callbacks\NI_SemiconductorModule directory. If the sequence file does not exist, create it and ensure that it does not contain any sequences.
  2. Copy the LotTestingComplete callback sequences from the <TestStand>\Components\Modules\NI_SemiconductorModule\Templates\SemiconductorModuleCallbacks.seq file to the <TestStand Public>\Components\Callbacks\NI_SemiconductorModule\SemiconductorModuleCallbacks.seq file and make changes to the copy.