Sublot Trace

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.

Boolean

Sublot Name The sublot name to return the trace details results. Optionally Sublot UUID can be used but not both.

String

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.

String


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

String

LotName

Name of 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

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

String

LotUse

Use setting for the material lot.

Options
In - is used for material feeding into a segment that will be part of the finished goods

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

String

LotBeginDateTime

Date and time that this lot resource started

Date

LotEndDateTime

Date and time that this lot resource ended

Date

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.

Double

MaterialUUID

Unique identifier for each material object

String

MaterialName

Name of the material object

String

LotLocationUUID

Unique identifier for location

String

LotLocationName

Name of location

String

SegmentUUID

Unique identifier for the segment

String

SegmentName

Name of the segment

String

SegmentBeginDateTime

Date and time for the segment to begin

Date

SegmentEndDateTime

Date and time for the segment to end

Date

SegmentLocationUUID

Unique identifier for the segment location

String

SegmentLocationName

Name of the segment location

String

PrevSegmentUUID

Unique identifier for the previous segment

String

NextSegmentUUID

Unique identifier for the next segment

String

SegInCount

Input count into the segment

Integer

SegOutCount

Output count from the segment

Integer

LotInCount

Input count into the lot

Integer

LotOutCount

Output count from the lot

Integer

LotContainsSublot

True if lot contains sublot and False otherwise

Integer



Sepasoft MES Module Suite