system.mes.oee.abortRun

Sepasoft MES Module Suite

system.mes.oee.abortRun(equipmentPath)

Abort the changeover or production segment that is currently running at the specified equipment. If multiple operations are running at the specified equipment, the last operation started will be aborted, the remaining operations will continue. 

Aborting runs is a destructive process that does not save the production data for said operation. This is an emergency activity.

Syntax

system.mes.oee.abortRun(equipmentPath)

Parameters

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

Returns

Nothing

Scope

All

Code Example

Python
eqPath='[global]\Nuts Unlimited\Folsom\Mixing\Mixing Line 1'
system.mes.oee.abortRun(eqPath)

Sepasoft MES Module Suite