The zip archive contains a top-level SimEvents library called
'se_process.mdl'
four sub-libraries:
1. 'se_batching.mdl'
2. 'se_conveyor.mdl'
3. 'se_math.mdl'
4. 'se_utilities.mdl'
and three test bench models:
1. 'test_accumulate.mdl',
2. 'test_batching.mdl', and
3. 'test_conveyor.mdl
The 'se_batching' sub-library includes blocks for batching and unbatching entites in SimEvents. The approach used by these blocks has the advantage that it is completely scalable to virtually any size batch that you might want to create or disassemble.
There are, however, a two important limitations. The first is that the blocks do not replicate or pass along any attributes that may be attached to the entities, although it would not be difficult for the end user to reattach them if desired. The second limitation is that the batch size for the “Unbatch” block can only be specified as a mask parameter, not using an attribute attached to the batch entity itself.
Revision 04 - August 5, 2011
|