Common Attribute
- Last UpdatedFeb 15, 2021
- 2 minute read
You can use common attributes to get the name of the Formula/Recipe assigned to a piece of Equipment and the Equipment status.
|
Attribute Name |
Description |
Run-time Access |
|---|---|---|
|
EquipmentModel |
Contains an XML representation of the Equipment model. |
Read-Only |
|
EquipmentName |
Contains the name of the Equipment. |
Read-Only |
|
EquipmentVersion |
Contains the version of the Equipment. |
Read-Only |
|
FormulaName |
Contains the name of the currently assigned Formula. |
Read-Only |
|
FormulaVersion |
Contains the version of the currently assigned Formula. |
Read-Only |
|
RecipeName |
Contains the name of the currently assigned Recipe. |
Read-Only |
|
RecipeVersion |
Contains the version of the currently assigned Recipe. |
Read-Only |
|
BatchSize |
Contains the size of the currently assigned Recipe/Formula. The default value is 0. |
Read-Only |
|
BatchUnitOfMeasure |
Contains the Unit of Measure Name of the currently assigned Recipe/Formula. |
Read-Only |
|
Status |
Indicates the current status of the Equipment. Valid values are: Idle – No Formula/Recipe is assigned to the Equipment. Assigned – A Recipe/Formula is assigned to the Equipment. Initializing – The execution layer is connecting to the IO layer. Writing Parameters – The Recipe/Formula values are in the process of writing IO. Running – In Formula download, the execution layer is waiting for StatusCompleted/StatusStopped
bits In Recipe execution, the execution layer is waiting Complete – All values have been written to the IO layer. Unknown – All values have been written to the IO layer. Aborting - The Formula/Recipe is in the process of aborting. Aborted - The Formula/Recipe was aborted by the operator. Requesting Start - The Formula/Recipe is requested to start by the operator. Requesting Hold - The Formula/Recipe is requested to hold by the operator. Holding - The active Formula/Recipe is in the process of holding. Held - The Formula/Recipe is held by the operator. Requesting Restart - The Formula/Recipe is requested to restart by the operator. Restarting - The active Formula/Recipe is in the process of restarting. Requesting Pause - The Formula/Recipe is requested to pause by the operator. Pausing - The active Formula/Recipe is in the process of pausing. Paused - The Formula/Recipe is paused by the operator. Requesting Resume - The Formula/Recipe is requested to resume by the operator. Requesting Abort - The Formula/Recipe is requested to abort by the operator. Requesting Stop - The Formula/Recipe is requested to stop by the operator. Stopping - The active Formula/Recipe is in the process of stopping. Stopped - The Formula/Recipe is stopped by the operator. Requesting Reset - The Formula/Recipe is requested for reset by the operator. |
Read-Only |