Sepasoft MES Module Suite
Description
Constant value for batch reset command.
Can be used with system.mes.batch.queue.executeStepCommand(batchQueueEntry, path, command)
COMMAND_RESET() → String
Syntax
COMMAND_RESET()
- Parameters
No Parameters
- Returns
String constant value.
- Scope
All
Python |
batch_entry = system.mes.batch.queue.getEntry('221205_a') command = system.mes.batch.queue.COMMAND_RESET() system.mes.batch.queue.executeEntryCommand(batch_entry, command) |
Python |
system.mes.batch.queue.executeEntryCommand(bqe, system.mes.batch.queue.COMMAND_RESET()) or system.mes.batch.queue.executeEntryCommand(bqe, 'Reset') |
Sepasoft MES Module Suite