Sepasoft MES Module Suite
Overview
These script functions are used to verify the production settings.
Method options:
system.mes.oee.verifyProductionSettings(processSegment)
Description
Verify production settings for the segment object. If the equipment item of the segment object is a line item and production settings properties corresponding to the line item and its descendant equipment items are not set, then default production settings properties corresponding to the equipment items will be set.
Syntax
system.mes.oee.verifyProductionSettings(processSegment)
- Parameters
MESProcessSegment processSegment - The process segment object.
- Returns
The process segment object.
- Scope
All
Code Examples
Code Snippet
Code |
|
system.mes.oee.verifyProductionSettings(operationsSegment)
Description
Verify production settings for the segment object. If the equipment item of the segment object is a line item and production settings properties corresponding to the line item and its descendant equipment items are not set, then default production settings properties corresponding to the equipment items will be set.
Syntax
system.mes.oee.verifyProductionSettings(operationsSegment)
- Parameters
MESOperationsSegment operationsSegment - The operations segment object.
- Returns
The operations segment object.
- Scope
All
Code Examples
Code Snippet
Code |
|
Sepasoft MES Module Suite