MES Lot Selector - Perspective

Sepasoft MES Module Suite

Description

A component to allow auto complete selection of MES Material Lot or MES Material Sublot objects. It contains many properties to filter the MES Material Lot or MES Material Sublot objects to include in the list. The auto complete feature will include only appropriate names that start with what the user has typed. This is very useful so scrolling of large lists does not have to be done and full lot or serial number does not have to be typed in.

There are two possible modes that the MES Lot Selector component can be used. If the Mode property is set to Lot, then the selector will be populated with MES Material Lot objects. If the Mode property is set to Sublot, then the selector will be populated with MES Material Sublot objects.

The Max Results property prevents a huge number of options from being loaded from the database along with all of the overhead of passing then to the client when the user will not use all of them. This along with the Begin Date Time and End Date Time properties, keep from taking up unneeded resources.



Traceability section of
Component Palette



Component Properties

Properties are provided that can be set to affect the operation and look of the component. They can be set through the Perspective Property Editor in the Designer or through scripting. Note that the section prefix is included before the property name (props, position, custom or meta).

Example

Code
self.getSibling("mesLotSelector").props.includeActiveLots = True

PROPS

Component Properties


NameScriptingProperty TypeDescription
Display TextdisplayText

ModemodeInteger

Select what to search:

  • 0=Lot
  • 1=Sublot
Lot Name FilterlotNameFilterStringFilter value, including * and ? wildcard characters, to filter results by lot names.
Sublot Name FiltersublotNameFilterStringFilter value, including * and ? wildcard characters, to filter results by sublot names.
Lot Equipment Name FilterlotEquipmentNameFilterStringFilter value, including * and ? wildcard characters, to filter results by lot location names.
Lot Equipment Path FilterlotEquipmentPathFilterStringFilter value, including * and ? wildcard characters, to filter results by lot location paths.
Lot Equipment Class Name FilterlotEquipmentClassFilterStringFilter value, including * and ? wildcard characters, to filter results by class of lot location names.
Personnel Name FilterpersonnelNameFilterStringFilter value, including * and ? wildcard characters, to filter results by personnel names.
Personnel Class Name FilterpersonnelClassFilterStringFilter value, including * and ? wildcard characters, to filter results by personnel class names.
Material Name FiltermaterialNameFilterStringFilter value, including * and ? wildcard characters, to filter results by material names.
Material Class Name FiltermaterialClassFilterStringFilter value, including * and ? wildcard characters, to filter results by material class names.
Operation Name FilteroperationNameFilterStringFilter value, including * and ? wildcard characters, to filter results by operation names.
Segment Name FiltersegmentNameFilterStringFilter value, including * and ? wildcard characters, to filter results by segment names.
Segment Equipment Name FiltersegmentEquipmentNameFilterStringFilter value, including * and ? wildcard characters, to filter results by segment location names.
Segment Equipment Path FiltersegmentEquipmentPathFilterStringFilter value, including * and ? wildcard characters, to filter results by segment location paths.
Segment Equipment Class Name FiltersegmentEquipmentClassFilterStringFilter value, including * and ? wildcard characters, to filter results by class of segment location names.
Custom Property Value FiltercustomPropertyValueFilterStringList of custom property name and value to filter results by. (E.g. "MaterialLot.CustomPropertyName=Value")
Begin Date TimebeginDateTimeDateTimeThe beginning date and time to include in the results. Only valid when Include Inactive Lots property is set to true.
End Date TimeendDateTimeDateTimeThe ending date and time to include in the results. Only valid when Include Inactive Lots property is set to true.
Include Active LotsincludeActiveLotsBooleanIf true, include lots that are currently being processed.
Include Inactive LotsincludeInactiveLotsBooleanIf true, include lots that are done being processed.
Lot Status FilterlotStatusFilterStringFilter value, including * and ? wildcard characters, to filter results by lot status.
Lot Availability FilterlotAvailabilityFilter

Include Lot SequenceincludeLotSequenceBooleanIf true, include an item for each lot number and sequence combination.
Include Supplemental EquipmentincludeSupplementalEquipmentBooleanIf true, include lots located on supplemental equipment.
Max ResultsmaxResultsIntegerAmount to limit the number of lots to show in the selector.
Selected UUIDselectedUUIDStringThe selected operation UUID.
Selected NameselectedNameStringThe selected operation Name.
Selected Lot UUIDselectedLotUUIDStringThe lot UUID for the currently selected lot.
Selected Lot NameselectedLotNameStringThe lot Name for the currently selected lot.
Selected Sublot UUIDselectedSublotUUIDStringThe sublot UUID for the currently selected lot.
Selected Sublot NameselectedSublotNameStringThe sublot Name for the currently selected lot.



There are also numerous styling properties available:

Each property above can be edited for text, background, margins and padding, border, shape, as well as opacity, cursor and overflow characteristics:

Ignition Style Editor

Information

Refer to the Ignition 8 docs page Style Reference for information on modifying the properties listed below.

NameScriptingProperty TypeDescription
Classesclasses
<<< ???????? >>>
Input Drop Down StyleinputDropDownStyle
<<< ???????? >>>
Themetheme
<<< ???????? >>>

POSITION

Position Properties

The component position properties aren't usually changed by users during runtime, but they can be written and read in the same manner as other properties, if ever needed. Refer to Ignition Perspective Component Properties for details on POSITION properties. 

New user-defined position properties can be created in this section.

User-defined Properties

Information

Best practice: If user-defined properties are required, create them in the CUSTOM section instead of here.

CUSTOM

Custom Properties

New user-defined custom properties can be created in this section.

META

Meta Properties

This section contains the name and visibility properties for the component. 

New user-defined meta properties can be created in this section.

User-defined Properties

Information

Best practice: If user-defined properties are required, create them in the CUSTOM section instead of here.




Event Handlers

Event handlers provide the ability to add custom script when a user interacts with a component.

Refer to the Ignition User Manual for details on using the available event handlers:





Component Functions

This component has no Component Functions.



Sepasoft MES Module Suite