question

Akhil raja rao K avatar image
0 Likes"
Akhil raja rao K asked Akhil raja rao K commented

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

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

FlexSim 19.1.0
process flowpeople flowobject creationperson flowmultiple objects from single source
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

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Akhil raja rao K commented

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

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

and the other reference

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


· 1
5 |100000

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

Akhil raja rao K avatar image Akhil raja rao K commented ·

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

0 Likes 0 ·

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.