Sepasoft MES Module Suite
Response Supplemental Equipment Resource Property
This object has the information about supplemental equipment (any equipment that is not part of the production model but could be used in the process) that may be a part of the operation and is stored as a complex property object of a response segment .
|
This object is not derived from the AbstractMESObject. Instead it derives from AbstractMESComplexProperty object and inherits all its functions and properties. |
Object Creation
This object is primarily created when using the MES Object Editor component. The following object methods can be used to create or return this type of object.
Python |
obj = system.mes.loadMESObject('OEE Production', 'ProcessSegment') ppty = obj.createComplexProperty('SupplEquip', 'SupplEquip1') print ppty |
>>> {EquipmentOptional=false, EquipmentProductionSelectable=true, EquipmentRef=, EquipmentRefUUID=null, EquipmentRefType=null, EquipmentUse=, EquipmentQuantity=0.0, EquipmentUnits=} >>>
Use
This object is not a parameter for any scripting or object functions.
Object Properties
These properties are accessible through the MES Object Editor component and with the provided object functions, but not directly as obj.properties. The setting name is what appears in the MES Object Editor component and the script name is what is used to set or get the value using script.
See AbstractMESComplexProperty for details about accessing values using script. Property values can be accessed and changed for an object by using the getPropertyValue() and setPropertyValue() method.
|
Setting Name |
Type | Scripting | Description |
|---|---|---|---|
| Name | String | SupplEquip | The name of the custom property that can be used to reference this supplemental equipment in script. |
| Optional | Boolean | EquipmentOptional | If the property defined here is always required, then leave this setting unchecked. If this property is optional, then select it. |
| Production Selectable | Boolean | ProductionSelectable | This box is checked by default. If this setting is unchecked then this property selection will not be visible to the operator in the MES Material Selector component. |
| Equipment Reference | String | EquipmentRef | This can be set to a Equipment Class or a Equipment, Line, Line Cell, Line Cell Group or Storage Unit. By setting this to Equipment Class will cause the operator to be prompted for the specific equipment for this equipment resource. If set to a specific equipment item, then the selection will be automatically selected. |
| Use | String | EquipmentUse | Currently this is here for reference and is included to align with the ISA-95 standard and will become significant in the next phase of the Track and Trace Module. |
| Quantity | Float8 | EquipmentQuantity | Currently this is here for reference and is included to align with the ISA-95 standard and will become significant in the next phase of the Track and Trace Module. |
| Units | String | EquipmentUnits | This specifies the units for the quantity setting. |
| Custom Properties | To add new custom property, select this row and click add button on tool bar. |
Object Functions
This object provides the following functions:
getEquipmentRef()
Sepasoft MES Module Suite