Sepasoft MES Module Suite
AbstractMESEquipment Object
The AbstractMESEquipment object holds information about the path, UUID and schedule of an MES equipment. This object is derived from the MESAbstractObject and inherits all of its exposed properties, methods and events.
Object Creation
AbstractMESEquipment objects are created when the production model is started. Only one AbstractMESEquipment object is created for every production item in the production model.
Object Functions
This object provides the following functions:
getEquipmentPath()
Get the path of the equipment.
getEquipmentPath()
Nothing
String path - Path of the equipment.
All
getEquipmentModeClassUUID()
Get the unique identifier that represents the equipment mode class.
getEquipmentModeClassUUID()
Nothing
String uuid - The unique identifier that represents the equipment mode class.
All
getEquipmentStateClassUUID()
Get the unique identifier that represents the equipment state class.
getEquipmentStateClassUUID()
Nothing
String uuid - The unique identifier that represents the equipment state class.
All
getIgnitionSchedule()
getIgnitionSchedule()
Nothing
String schedule - The schedule defined in Ignition using the Schedule Management component.
All
getLotHandlingMode()
getLotHandlingMode()
Nothing
MESLotHandlingModeTypes modeType - The mode of lot handling corresponding to the equipment.
All
setLotHandlingMode(modeType)
setLotHandlingMode(modeType)
MESLotHandlingModeTypes modeType - The lot handling mode to set for the equipment.
Nothing
All
Sepasoft MES Module Suite