Within a single operation, the Scheduler can split a load into smaller loads to allow multiple resources to work on the items. This processing is basically the same as with overlapping operations, except it occurs only within a single operation.
For example, if you have an operation that grinds 100 items, and you have five grinders, you could specify that the Scheduler break the load up into 5 groups of 20.
To enable operation splitting, specify the load split size in the Split Size field on the Operations form.
NOTE: A Split Size of 0 disables operation splitting. Also, the Scheduler ignores operation splitting if it is defined on an overlapped operation.
When a load arrives at an operation that can be split, the Scheduler processes the operation as follows: