Sepasoft MES Module Suite
Binding Function | Sublot Trace
The Sublot Trace binding function is used to retrieve trace information for a sublot based on the filter parameters listed in the image below. It returns the same data that the Trace Graph component used to display its information.
Function Name
Sublot Trace
Parameters
| Name | Description | Property Type |
|---|---|---|
| Enable | If true, results will be retrieved. This provides a method to disable the retrieval of lot information results and the associated overhead. | |
| Sublot Name | The sublot name to return the trace details results. Optionally Sublot UUID can be used but not both. | |
| Sublot UUID | The sublot UUID to return the trace details results. Optionally sublot Name can be used but not both. See UUIDs for more information. |
Lot Trace Results
The sublot trace results are returned as a Dataset with the following columns.
|
Column Name |
Description |
Data Type |
|---|---|---|
|
LotUUID |
Unique identifier for the material lot | |
|
LotName |
Name of the material lot | |
|
LotSequence |
The sequence property is incremented every time a new Material Lot is created for a given lot number. If it is less than zero, then the lot holding the maximum value is returned and if the same lot number is used for multiple segments, each lot with the same lot number will be assigned a different lot sequence number. | |
|
LotStatus |
The status of the Material Lot. It can be either Active or Complete. When active, there is a response segment to create this material lot that is currently running | |
|
LotUse |
Use setting for the material lot.
Options
Out - is used for material feeding out of a segment that is or will be part of the finished goods Consumable - is used for material feeding into a segment that is not part of the finished goods By-product - is used for material feeding out of a segment that is not part of the finished goods |
|
|
LotBeginDateTime |
Date and time that this lot resource started | |
|
LotEndDateTime |
Date and time that this lot resource ended | |
|
LotQuantity |
Actual quantity for this lot resource. This can be the current quantity at anytime during the life of a Response Segment, but will equal the final production quantity when this lot resource is finalized. | |
|
MaterialUUID |
Unique identifier for each material object | |
|
MaterialName |
Name of the material object | |
|
LotLocationUUID |
Unique identifier for location | |
|
LotLocationName |
Name of location | |
|
SegmentUUID |
Unique identifier for the segment | |
|
SegmentName |
Name of the segment | |
|
SegmentBeginDateTime |
Date and time for the segment to begin | |
|
SegmentEndDateTime |
Date and time for the segment to end | |
|
SegmentLocationUUID |
Unique identifier for the segment location | |
|
SegmentLocationName |
Name of the segment location | |
|
PrevSegmentUUID |
Unique identifier for the previous segment | |
|
NextSegmentUUID |
Unique identifier for the next segment | |
|
SegInCount |
Input count into the segment | |
|
SegOutCount |
Output count from the segment | |
|
LotInCount |
Input count into the lot | |
|
LotOutCount |
Output count from the lot | |
|
LotContainsSublot |
True if lot contains sublot and False otherwise |
Sepasoft MES Module Suite