ASRSvehicle sends Items to different ports by label value

ASRSvehicle sends Items to different ports by label value

leona_e
Not applicable
17 Views
2 Replies
Message 1 of 3

ASRSvehicle sends Items to different ports by label value

leona_e
Not applicable

[ FlexSim 17.2.2 ]

Hi,

I am new at flexsim. I tried out some ideas but I didn´t have effort to realise the following situation.

An asrsvehicle pick up items from a Queue 1. At this Point the asrsvehicle should send the items to three different destinations (processor 1, processor 2 or Queue 2) depending on a label value (1,2 or 3) of the item.

I am using a process flow for the transportation task.

How can I realise this?

0 Likes
Accepted solutions (1)
18 Views
2 Replies
Replies (2)
Message 2 of 3

arunTTT2P
Explorer
Explorer

Hi Leona E,

Here's a simple model using process flow. Mainly, I used some task sequence, resource and decide activities to model your scenario.

9698-support.png

support-model-pf.fsm

Regards,

Arun KR

Message 3 of 3

mischa_spelt
Advisor
Advisor
Accepted solution

And here is a version of @Arun KR's model that doesn't duplicate the same flow three times over, using an Object Group and an Assign Labels activity to get the destination from the Object Group and put it on a label token.Destination.

9699-support-model-pf-ms.fsm

9704-9699-screenshot.png