How can I configure my model so that it meets certain criteria that I require, for example I require my operator to randomly supply material, first 5 of type one, then 6 of type 2, then 8 of type 3 and finally 9 of type 4.
How can I configure my model so that it meets certain criteria that I require, for example I require my operator to randomly supply material, first 5 of type one, then 6 of type 2, then 8 of type 3 and finally 9 of type 4.
Hello @ivan,
I implemented a pull strategy on the entry transfer for the conveyor. It is similar to the following post.
I added two labels onto the entry transfer that would hold the sequence of items to pull and the index to keep track where in the sequence it is.
/**Custom Code: Port Sequence*/ int Port = 0; Array PortSequence = current.PortSequence; int Index = current.PortSequenceIndex; Port = PortSequence[Index]; current.PortSequenceIndex++; if (current.PortSequenceIndex > PortSequence.length){ current.PortSequenceIndex = return Port;
Hola Iván,
Una segunda alternativa sería utilizar un "Arrival Schedule" y de esta manera configurar tus llegadas de producto con su respectiva cantidad y etiqueta.
De esta manera primero se procesarían los 5 materiales de "Type 1", después los 6 materiales de "Type 2" y así sucesivamente de acuerdo al orden en cómo se configuró la llegada de producto dentro del Source.
De igual forma te adjunto el modelo: procesador_1.fsm
14 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