Sepasoft MES Module Suite
Binding Function | Lot Summary
The Lot Summary binding function is used to retrieve information for a lot based on the filter parameters listed in the image below. It can be used to display and report lot details including Lot UUID, Lot Number and Lot Sequence.

Function Name
Lot Summary
Parameters
| Name | Description | Property Type |
|---|---|---|
| Lot UUID | The lot UUID to return the lot information results. Optionally Lot Name can be used but not both. See UUIDs for more information. | |
| Lot Number | The lot number to return the material lot object for. | |
| Lot.Sequence | The lot sequence number to return the material lot object for. 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. |
Table Columns
The lot summary results are returned as a Dataset with the following columns.
| Column | Description | Data Type |
|---|---|---|
| MESMaterialLotUUID | Unique identifier for the material lot | String |
| LotNumber | Number assigned to the material lot | String |
| 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. | Integer |
| InQuantity | Quantity of material feeding into a segment that will be part of the finished goods | Double |
| OutQuantity | Quantity of a specific item moved out of the segment that is or will be part of the finished goods | Double |
| Scheduled | Quantity of a specific item within a schedule | Double |
| NetQuantity | Net quantity of a specific item. Net Quantity = inQuantity - outQuantity | Double |
| Units | Units for the quantity setting | String |
| Location Name | Name of location | String |
| Location UUID | Unique identifier representing the location | String |
| Location Type | Type of location | String |
Sepasoft MES Module Suite