Sepasoft MES Module Suite
Description
End the changeover segment that is currently running at the specified equipment. After the changeover segment is ended, the production segment will begin.
Syntax
system.mes.oee.endOEEChangeover(equipmentPath)
- Parameters
String equipmentPath - The equipment path to end the changeover segment for.
- Returns
Nothing
- Scope
All
Code Examples
Code Snippet
Code |
eqPath='[global]\Nuts Unlimited\Folsom\Receiving\Nut Unloading\Cell B' system.mes.oee.endOEEChangeover(eqPath) |
Sepasoft MES Module Suite