question

Ulaş A2 avatar image
0 Likes"
Ulaş A2 asked Jeanette F commented

Pull using list

Hello to everyone. The simulation I prepared is more complex, but I prepared such a model to explain my problem. I have 2 different output conveyors. I have 2 processors on each output. I have some restrictions.

1- 1 of each processor group can be used. For example, if processor 1 is full, processor 2 should be empty.

2- There should always be 2 extra products on the conveyor that will go to the 1st exit and the 2nd exit

In short, what I want is 1 box in processor 1 or processor 2, 1 box in processor 3 or processor 4. and on the conveyor there should be 1 box to go to exit 1 and a box to go to exit 2.

Since my real system is more complicated, I want to pull items to the conveyor with a list.

Sorry for the long and confusing explanation.Example.fsm

FlexSim 21.1.4
conveyorlistflexsim 21.1.4
example.fsm (44.5 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Jeanette F avatar image
0 Likes"
Jeanette F answered Jeanette F commented

Hello @Ulaş A2,

I understand your first requirement. I set up on entry and on exit triggers to open and close the paired processors so they only ever have one item in either processor at a time. In the triggers, I reference the paired processor by a center port connection. If this does not logistically work for your larger model you could create a label on each processor that points to its paired processor and then use that label as the reference in the triggers.

exampleModel_JF.fsm

Could you try explaining your second requirement again?


examplemodel-jf.fsm (43.9 KiB)
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.