AbstractMESEquipment

Sepasoft MES Module Suite

AbstractMESEquipment Object

The AbstractMESEquipment object holds information about the path, UUID and schedule of an MES equipmentThis 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()

Description

Get the path of the equipment.

Syntax

getEquipmentPath()

  • Parameters

 Nothing

  • Returns

 String path - Path of the equipment.

  • Scope

All

 

getEquipmentModeClassUUID()

Description

Get the unique identifier that represents the equipment mode class.

Syntax

getEquipmentModeClassUUID()

  • Parameters

 Nothing

  • Returns

 String uuid - The unique identifier that represents the equipment mode class.

  • Scope

All

 

getEquipmentStateClassUUID()

Description

Get the unique identifier that represents the equipment state class.

Syntax

getEquipmentStateClassUUID()

  • Parameters

 Nothing

  • Returns

 String uuid - The unique identifier that represents the equipment state class.

  • Scope

All

 getIgnitionSchedule()

Description

Get the schedule that is defined by using the Schedule Management component.

Syntax

getIgnitionSchedule()

  • Parameters

 Nothing

  • Returns

 String schedule - The schedule defined in Ignition using the Schedule Management component.

  • Scope

All

 

getLotHandlingMode()

Description

Get the assigned lot handling mode.

Syntax

getLotHandlingMode()

  • Parameters

 Nothing

  • Returns

 MESLotHandlingModeTypes modeType - The mode of lot handling corresponding to the equipment.

  • Scope

All

 

setLotHandlingMode(modeType)

Description

Set the lot handling mode for the equipment. See lot handling mode

Syntax

setLotHandlingMode(modeType)


  • Parameters

 MESLotHandlingModeTypes modeType - The lot handling mode to set for the equipment.

  • Returns

 Nothing

  • Scope

All

Sepasoft MES Module Suite