"MaterialInput" Event Type Properties
- Last UpdatedJun 06, 2017
- 1 minute read
Each "MaterialInput" event type sent from the Batch Server (Source=BatchMngr) has the following properties. This event is triggered at the end of a phase for every Material Input parameter. These properties must be accessed using the GetProperty() method on the client-side Event object.
EventType = MaterialInput
|
Property Name |
Data Type |
Description |
|---|---|---|
|
BatchServer |
String |
Name of the source Batch Server as defined in the EnvEdit system parameters. |
|
CampaignId |
String |
CampaignId for BatchEvent. |
|
LotId |
String |
LotId for BatchEvent. |
|
BatchId |
String |
BatchId for BatchEvent. |
|
RecipeId |
String |
RecipeId for BatchEvent. |
|
FormulaName |
String |
FormulaName for BatchEvent |
|
Train |
String |
Train for BatchEvent. |
|
BatchSize |
Integer |
BatchSize for BatchEvent. |
|
Equipment |
String |
Unit/Connection for BatchEvent. |
|
UnitProcedure |
String |
UnitProcedure for BatchEvent. |
|
Operation |
String |
Operation for BatchEvent. |
|
Phase |
String |
Phase for BatchEvent. |
|
PhaseLabel |
String |
PhaseLabel for BatchEvent. |
|
Parameter |
String |
Parameter name for BatchEvent. |
|
MaterialId |
String |
MaterialId for BatchEvent. |
|
LotCode |
String |
LotCode for BatchEvent. |
|
ActualQty |
Double |
ActualQty for BatchEvent. |
|
TargetQty |
Double |
TargetQty for BatchEvent. |