MES Artifact Selector - Perspective

Sepasoft MES Module Suite

A component to allow selection of MES Artifact objects. It contains a Name Filter property to filter the MES Artifact objects to include in the list.

This component would generally have its Selected MES Object property bound to the Selected MES Object property of an MES Object Selector.


Production 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 Property Editor in the Designer or through scripting.

Example

Code
self.getSibling("mesAnalysisTable").props.previousDrilldownEnabled = True

PROPS

Component Properties

NameScriptingProperty TypeDescription

displayTextStringDataset that contain the analysis results.

nameFilterStringFilter value, including * and ? wildcard characters, to filter results by names.

selectedMESObjectMESObjectLinkThe selected MES Object Link.

disabledBooleanIf true, disables selection box.

mesObjectTypeStringType of MES object

mesObjectUUIDStringUnique ID to the MES object

nameStringName of the MES object

equipmentPathStringThe equipment path as defined in the Equipment Manager to the object.

selectedArtifactNameStringThe selected artifact name.





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.

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.











Component Functions

This component has no Component Functions.







Sepasoft MES Module Suite