question

TalHzf avatar image
0 Likes"
TalHzf asked TalHzf commented

Change the order on machines

Hi all,

I am doing a simulation of a rework process:

Items 1,2 are processed on machine 1

Item 3 is processed on machine 2

Items 4,5 are processed on machine3

Now I want to change the order of items on machines:

Item 1 should be processed the first time on machine 1 and the second time on machine 2.

Item 3 should be processed the first time on machine 2 and the second time on machine 1.

The others stay the same.

Thank you.

I am using the Express Version.

Modell 3 Machines- Mod2- 15032023 -.fsm



FlexSim 22.2.0
rework flowrework priority in queue
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

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

Hey @TalHzf, you could try setting up some logic using labels on the items that get processed. You already have a "Type" label, but you can add another label like ("NeedsRework") to your items. You can have your Queue4 (the one they're all outputting to) send items to a port depending on some condition; you can set the condition to check the Type and whether it needs rework or not. Something like this:

1678918303850.png

Then you would have Queue4 outputs to the previous Queues.

You could also try building a PF for sending items to their respective queues based on a similar criteria like above. Something like this:

1678919217079.png

1678919236253.png

I can't really help more than this due to Academic Integrity, but I hope this is enough to get you off on the right track.


1678918303850.png (14.2 KiB)
1678919217079.png (32.5 KiB)
1678919236253.png (56.0 KiB)
· 5
5 |100000

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