Displaying Specific Site Numbers in Operator Interfaces (TSM)
- Updated2025-04-10
- 1 minute(s) read
You can disable specific sites or use the particular connections of a pin map that match the DIB for the test station.
When you disable sites in the default Configure Lot Settings dialog box or use the AvailableSiteNumbers property on the NI_SemiconductorModule_StationSettings data type to specify which site numbers from a pin map for a test program to use when running the test program, the default TSM operator interfaces display only the sites you specify.
TSM 2016 and earlier default operator interfaces and custom operator interfaces based on those versions display site numbers starting at 0 and increasing by 1, up to the number of sites. You must make the following changes to custom LabVIEW or C# operator interfaces based on the TSM 2016 and earlier operator interfaces to display the configured site numbers when you disable sites in the default Configure Lot Settings dialog box or use the AvailableSites station setting:
- Query the Semiconductor Module Manager to retrieve information about which site numbers the running test program includes.
- Update the site status labels to show the correct site numbers.
- Update the bin table to show the correct site numbers.
- Update code to avoid an error in the case that the Semiconductor Module Manager is using 0 sites, which can happen only when you disable sites in the default Configure Lot Settings dialog box or use the AvailableSites station setting.