Equipment WIP

Sepasoft MES Module Suite

Binding Functions | Equipment WIP

Retrieve Material Lot information using filter parameters. Display Lot details such as Equipment Path, Supplemental Equipment Name and Equipment Class Name.

Parameters

NameDescriptionProperty Type
Equipment Path, Supplemental Equipment Name, or Equipment Class Name.The Equipment Path, Supplemental Equipment Name, or Equipment class name used to filter the results.

String

Lot Number FilterThis is optional. Custom lot number to filter results. Filter value, including * and ? wildcard characters, to filter results by lot number.

String

Lot Status Filter

This is optional. Custom lot status value to filter results. Filter value, including * and ? wildcard characters, to filter results by lot status.

Error

If you leave this field blank, only lots with status 'Complete' is returned.

String

Include Supplemental Equipment

When set to TRUE, Supplemental Equipment with the matching Equipment Path will be included in the filter results. Defaults to FALSE.

Boolean

Information

For more information on scripting, see system.mes.getLotInventoryByEquipment().

Table Columns

The results are returned as a Dataset with the following columns.

ColumnDescriptionData Type
MESMaterialLotUUIDUnique identifier for the material lotString
LotNumberNumber assigned to the material lotString
LotSequenceThe 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
MaterialUUIDUnique identifier for each material objectString
MaterialNameName of the material objectString
MaterialDescriptionDescription for material objectString
InQuantityQuantity of material feeding into a segment that will be part of the finished goodsDouble
OutQuantityQuantity of a specific item moved out of the segment that is or will be part of the finished goodsDouble
ScheduledQuantity of a specific item within a scheduleDouble
NetQuantityNet quantity of a specific item. Net Quantity = inQuantity - outQuantityDouble
UnitsUnits for the quantity settingString
Location NameName of locationString
Location UUIDUnique identifier representing the locationString
Location TypeType of locationString



Sepasoft MES Module Suite