Is it possible been inserting a processor in the model that: Every 300 seconds delivered 8 pieces at once?
Is it possible been inserting a processor in the model that: Every 300 seconds delivered 8 pieces at once?
If 8 items enter the processor and you want to release only these items in an time interval of 300 then you close the output of the processor first, send a delayed message to create the event of time interval and open the output on that event. On that trigger you can create the next time event by sending the delayed message again. After the 8th item exits the processor close the output again. The capacity of the processor has to be set to 8.
Easier is the approach to use a queue to batch the items.
If one item enters the object and you want to split that item into 8 items then you insert the separator into the model instead of a processor.
A processor can release multiple items at once, too. You must write source code or you build a ProcessFlow that creates the number items. Probably the place to create those items should be the next object. Otherwise the items are handled as normal flow items and are processed in the processor.
10 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved