Sepasoft MES Module Suite
system.mes.getOperationProductionCount(operationsResponseUUID)
Return the production count for an operations response. The Track Production By setting must be set to a valid material reference.
Syntax
system.mes.getOperationProductionCount(operationsResponseUUID)
- Parameters
String operationsResponseUUID - The UUID of the operations response MES object to return the production count for.
- Returns
Double count - The production count as a double (Float8).
- Scope
All
Code Example
Python |
system.mes.getOperationProductionCount('fb613d7a-e8d0-40b8-8fde-d84294444002') |
Output
Code |
9.0 |
Sepasoft MES Module Suite