system.mes.oee.endOEEProduction

Sepasoft MES Module Suite

Description

End the production segment that is currently running at the specified equipment. This function is only used if a single operation is running at the specified equipment. If multiple operations are running at the specified equipment, use the indexCellProduct function.

Syntax

system.mes.oee.endOEEProduction(equipmentPath)


  • Parameters

String equipmentPath - The equipment path to end the production segment for.

  • Returns

Nothing

  • Scope

All

Code Examples

Code Snippet

Python
eqPath='Nuts Unlimited\Folsom\Packaging\Packaging Line 1'
system.mes.oee.endOEEProduction(eqPath)

Sepasoft MES Module Suite