OnGenerateCustomLabelName
Problem to be Solved
Composite containers can hold only one sublot at a time. If the composite container holds a sublot with the label "LABEL_1" and a sublot with the label "LABEL_2" is added to the container, the sublots are assumed to be mixed together and become a single sublot. What label should the mixture be assigned?
This insertion point allows the customer to define the label to be assigned to a sublot when two sublots with different labels are combined by a composite container.
Specifics About this Routine
This insertion point is only called when sublots with different labels are being combined by a composite container. These are the parameters to this function:
Param Name | Data Type | Direction | Description |
---|---|---|---|
DistributionAmount | Double | In | Amount of the distribution |
MaterialName | String | In | Material Name |
DistributionLabelName | String | In | Label name given to the distribution sublot |
AreaName | String | In | Area Name |
StepName | String | In | Step Name |
ProcessCell* | String | In | Process Cell Name |
UnitName* | String | In | Unit Name |
BatchID | String | In | Batch ID |
EqModule | String | In | Equipment Module |
RecipePath | String | In | Recipe Path Name |
ContainerName | String | In | Container name of the distribution |
ExistingLabelName | String | In | Label name that exists in the Container |
CustomLabelName | String | Out | Returned value from the event This value represents what the custom Label name will be based on the business rules in the insertion code. |
Related insertion points
Other insertion points that could work with this function include:
- OnGenerateCustomLotName
- AfterSublotDelete
- AfterSublotInsert
Provide Feedback