The settings table on the right side of the default operator interface displays common lot and station settings. You can configure the list of settings to display in the table by editing the OISettingsTable.cfg file located in the <TestStand Application Data>\Cfg\NI_SemiconductorModule directory. The <TestStand>\Components\Schemas\NI_SemiconductorModule\OISettingsTable.xsd schema file describes the format of the configuration file.

The SemiconductorModuleManager class in the TSM Application API uses the OISettingsTable.cfg configuration file to determine the list of settings the GetSettingsToDisplay method returns. All default TSM operator interfaces use the GetSettingsToDisplay method to populate the settings table.

Note The default operator interface reads the OISettingsTable.cfg file only at startup. You must restart the operator interface each time you make a modification to the OISettingsTable.cfg file.