Click or drag to resize

ResourceState Enumeration

Endpoint state model. Based on SEMI E10 and E58.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum ResourceState
Members
Member nameValueDescription
PRD1,000 Productive Time. A period of time when the resource is performing its intended function.
PRD_RegularWork1,100 Productive Time. Regular Work.
PRD_WorkForThirdParties1,200 Productive Time. Work for Third Parties.
PRD_Rework1,300 Productive Time. Rework.
PRD_Engineering1,400 Productive Time. Engineering.
SBY2,000 Standby. A period of time, other than non-scheduled time, when the resource is in a condition to perform its intended function, but it is not operating.
SBY_NoOperator2,100 Standby. No Operator.
SBY_NoProduct2,200 Standby. No Product
SBY_NoProductBlocked2,201 Standby. No Product (Resource is Blocked)
SBY_NoProductStarved2,202 Standby. No Product (Resource is Starved)
SBY_NoSupportTool2,300 Standby. No Support Tool (A required Tool is missing. For example, a stencil on a stencil printer.).
SBY_AssociatedClusterModuleDown2,400 Standby. Associated Cluster Module Down.
SBY_NoHost2,500 Standby. No Host. (Communication with a critical upper level controller or system has been lost, and resource cannot operate).
ENG3,000 Engineering. A period of time when the resource is in a condition to perform its intended function (no equipment or process problems exist), but it is operating to conduct engineering experiments.
ENG_ProcessExperiments3,100 Engineering. Process experiments.
ENG_EquipmentExperiments3,200 Engineering. Equipment experiments.
SDT4,000 Scheduled Downtime. A period of time when the resource is not available to perform its intended function due to planned downtime events.
SDT_UserMaintenanceDelay4,100 Scheduled Downtime. User Maintenance Delay. Waiting for required maintenance personnel.
SDT_SuppliedMaintenanceDelay4,200 Scheduled Downtime. Supply Maintenance Delay. Waiting for parts required to perform maintenance.
SDT_PreventiveMaintenance4,300 Scheduled Downtime. Actively working on Preventive Maintenance procedures.
SDT_ChangeOfConsumables4,400 Scheduled Downtime. Scheduled changed of supply materials.
SDT_Setup4,500 Scheduled Downtime. Scheduled setup time.
SDT_ProductionTest4,600 Scheduled Downtime. Scheduled production testing.
SDT_FacilitiesRelated4,700 Scheduled Downtime. Facilities related.
USD5,000 Unscheduled Downtime. A period of time when the resource is not available to perform its intended function due to unplanned downtime events.
USD_UserMaintentanceDelay5,100 Unscheduled Downtime. User Maintenance Delay. Waiting for required maintenance personnel.
USD_SuppliedMaintenanceDelay5,200 Unscheduled Downtime. User Supply Delay. Waiting for parts required to perform maintenance.
USD_Repair5,300 Unscheduled Downtime. Repair underway.
USD_OutOfSpecInputMaterial5,400 Unscheduled Downtime. A condition necessary for proper production is not in order.
USD_ChangeOfConsumables5,500 Unscheduled Downtime. Supply material is empty, and needs to be changed.
USD_FacilitiesRelated5,600 Unscheduled Downtime. Facilities related.
NST6,000 Non-Scheduled Time. A period of time when the resource is not scheduled to be utilized in production, such as unworked shifts, weekends, and holidays (including startup and shutdown).
NST_UnworkedShifts6,100 Non-Scheduled Time. Unworked shifts.
NST_EquipmentInstallation6,200 Non-Scheduled Time. Equipment installation.
NST_EquipmentModifications6,300 Non-Scheduled Time. Equipment modifications.
NST_OfflineTraining6,400 Non-Scheduled Time. Offline training.
NST_ShutdownAndStartup6,500 Non-Scheduled Time. Shutdown and Startup.
See Also