SECS/GEM is an industry standard, that defines standard process of communication between equipment and fab host software for controlling and monitoring purposes. By connecting SECS/GEM equipment, fabs can immediately gain operational benefits. Factory hosts can collect data in multiple ways. Along with event reports, the fab host often requires to poll the equipment for current data values. The host can directly request Data values , or can be sampled periodically in a trace report this process is called Data Polling
There are 3 categories of Data Items defined in SECS/GEM standards:
Status variables are data items that identify the status of the equipment, or any of its components, such as sensors, meters, etc. Examples of status variables for process equipment are – Temperature, Pressure, Gas Flows, RF Forward Power, Spin Speed, etc. These data items are generally not attached to events such as lot start, wafer start, etc. A factory host can query the status variables to the equipment any time or can define trace data setup through which it asks the equipment of supplying status variables at regular intervals. A factory host cannot change status variables of the equipment.
Data value variables are data items that are related to a certain event, such as lot start, alarm/error occurring on the equipment, wafer processing/measurement complete, etc. Examples of data value variables are – LotID, SlotNumber, CurrentRecipe, etc. These variables change only when a certain event occurs, such as selecting a recipe, starting lot processing, etc. A factory host queries Data Value variables through defining reports and associating the reports to events.
Unlike status variables, data value variables may not have a value. For example, one of the data value variable is AlarmID, which designates the ID of the most recent alarm. However, it can be empty if there haven’t been any alarms since the equipment was turned ON. A factory host cannot change the data variables of the equipment.
Equipment constants are data items related to the configuration of the equipment – they could contain items related to the equipment hardware, software or SECS/GEM software. Unlike status variables and data value variables, a factory host can change equipment constants through SECS messages. Examples of equipment constants are – PumpDown Time Limit, Equipment Standby Time, Pins Up Wait, etc.
Data Properties:
The Data types listed above have similar properties so that it’s convenient to define the data. The equipment supplier is required to provide these properties in a SECS/GEM manual so that the fab host will be able to understand and communicate with the data. Below are some of the important data properties of the Data Types:
Alarms & Collection Events (CE) also have IDs and names for their identification.
Data Polling :
The fab host often gets data on a regular intervals through event reports & trace reports and that it defines. SECS/GEM also provides a system for the fab host to poll data based on its needs.