Data Dictionary
>
FPSBASE Tables
> FPSBASE.EQP_BADGES
Table FPSBASE.EQP_BADGES"
Configuration of tool badges for display in NextMove.
-
Schema: FPSBASE
-
Tablespace: FPSDATA
-
Primary key: TOOL
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
TOOL |
VARCHAR2(16) |
N |
Tool is generally just the main tool. The exception is when different entities on the tool run completely independently and it is physically impossible to run wafers of the same lot across multiple entities. In this exception case, we may want to assign the entities to different eqp_types and therefore we should define each entity as a tool. Please note that when we do this there is no indication whatsoever that these different entities are on the same tool. (* from FPSINPUT.EQP_TOOLS) |
|
BOTTOM_LEFT_BADGE |
VARCHAR2(20) |
The badge to display on the bottom left of the tool icon. |
|
|
BOTTOM_RIGHT_BADGE |
VARCHAR2(20) |
The badge to display on the bottom right of the tool icon. |
|
|
IS_LOAD_TIMER_COMBINED |
CHAR(1) |
Flag indicating whether a load and unload timer will be displayed, or just a single combined load timer. |
|
|
TOP_LEFT_BADGE |
VARCHAR2(20) |
The badge to display on the top left of the tool icon. |
|
|
TOP_RIGHT_BADGE |
VARCHAR2(20) |
The badge to display on the top right of the tool icon. |