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.

Ulaş A2 avatar image Ulaş A2 commented ·

Hi @Jeanette F ,

Thanks for your answer. There can be a maximum of 2 boxes on the conveyor. One of these boxes should be for output 1 and the other box should be for output 2. I hope I could explain

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ Ulaş A2 commented ·

Hello @Ulaş A2,

The easiest way to limit flow items based on a label is to use a zone.

1630697558474.png

And set the partition to be the Exit label and then to limit each partition.

1630698024843.png

1630697980377.png


exampleModel_JF_1.fsm

0 Likes 0 ·
1630697558474.png (23.8 KiB)
1630697980377.png (25.5 KiB)
1630698024843.png (16.5 KiB)

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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