Customizing the LotTestingComplete Callback (TSM)
- Updated2025-01-22
- 1 minute(s) read
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.
- 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.
- 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.