A Person with 2 objects must drop each of them in 2 different locations?

A Person with 2 objects must drop each of them in 2 different locations?

akhil_raja_rao_k
Not applicable
72 Views
2 Replies
Message 1 of 3

A Person with 2 objects must drop each of them in 2 different locations?

akhil_raja_rao_k
Not applicable

[ FlexSim 19.1.0 ]

In this process flow, person with two objects will be generated from a single source, person must travel to a location(Queue2) & drop a bag and should travel to another location (Queue3) and should drop another bag there.

please find the attachment.

person-with-bags.fsm

0 Likes
Replies (2)
Message 2 of 3

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

You need two references to the created items. You can set two different label names or you put the references into an array.

22980-add-reference-item-as-array.jpg

When you move the object you must distinguish between the first or second reference in the array of token.item.

22981-moveobject-2nd-from-item-array.jpg

and the other reference

22982-moveobject-1st-from-item-array.jpg

If you don't need the references of the items in the array of token.item you can always return the first reference and eliminate the entry by shift().

token.item.shift() 

shift-loaded-item-array.fsm

0 Likes
Message 3 of 3

akhil_raja_rao_k
Not applicable

@Jörg Vogel Thank You for the detailed explanation sir.

0 Likes