question

Henna N avatar image
0 Likes"
Henna N asked Kavika F commented

only one pull from list for same part numbers stored in the list

Hi

I have a model where I am pulling the items. When part arrive at combiner1 it matches value referring to global table and pull part from Queue1 to Queue2. When Part arrive at Queue2 it should be pulled from Queue4 the part arrive at Queue2 then that part should move to Queue4. I have created a process flow where only one pull from list is used where instead of moving part from Queue1 to Queue2 some part are moving to Queue2 and also directly to Queue4.

I hope this is happening due to same part number stored in the list. How can I fix this process do help.

Thank you

Pull.fsm

FlexSim 20.0.10
list pullpush to list
pull.fsm (43.6 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.

Kavika F avatar image Kavika F ♦ commented ·

Hello @Henna N, if I understand your problem correctly, once a part has arrived at Queue2 and is then used, you want it to move to Queue4? For example, when a token spawns from the right source (attached to Queue2), at the end of the process you want to move that part to Queue4 as well?

1672169039954.png

1672169106554.png


0 Likes 0 ·
1672169087770.png (97.9 KiB)
1672169116642.png (179.0 KiB)
Henna N avatar image Henna N Kavika F ♦ commented ·
Yes @Kavika F your right. I want then further move that particular part to move to Queue4 through pull from list itself as this Is just example.
0 Likes 0 ·

1 Answer

·
Kavika F avatar image
0 Likes"
Kavika F answered Kavika F commented

Hey @Henna N, I think I got the behavior you're looking for. I rearranged some of your Process Flow so that it performed some additional behavior if a box entered Queue2.

1672270858315.png

I started by copying the behavior for items entering the Combiner - lookup the alternate name, pull it from Queue1, but instead of putting it onto Queue2 I put it onto Queue4 (because that's the desired destination for boxes queried from Queue2). Then I loaded the box from Queue2 that just got "used", and unload it at Queue4 as well.

pull_1.fsm


1672270858315.png (39.3 KiB)
pull-1.fsm (45.0 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.

Henna N avatar image Henna N commented ·
@Kavika F Can i add a priority to the process Example: I want transporter to consider to pull part from Queue2 to Queue4 part as always a first priority?
0 Likes 0 ·
Kavika F avatar image Kavika F ♦ Henna N commented ·

@Henna N you can add a label called "Priority" to the tokens spawned by the Sources and have their values represent your desired behavior. For example, parts arriving at the Combiner will have priority 2 while parts arriving at Q2 will have priority 1.

1672785905355.png

Then you can have a Queue Strategy in your Resource to pull based on Priority.

1672785938228.png

This will have it so whenever an item comes into Queue2, it will fulfill that request before any other request from the combiner.

0 Likes 0 ·
1672785905355.png (24.1 KiB)
1672785938228.png (15.6 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.