question

Lucy avatar image
1 Like"
Lucy asked Jeff Nordgren answered

How can a transporter pickup 5 items per queue in the same trip?

I have 2 queues and i want the transporter to pickup all the items in a single trip.

FlexSim 18.2.0
transporterforklift travelload multiple item
· 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.

Daniel C avatar image Daniel C commented ·

Upload the model to understand better what you're talking about

0 Likes 0 ·
Lucy avatar image Lucy Daniel C commented ·

Sure, here is the example. Hope it can help you visualize the problem

transporter.fsm

0 Likes 0 ·
transporter.fsm (23.9 KiB)
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

The Break To function needs a setup in the Transporter properties. Please open the Template editor. It is the first right icon next to function area. It shows a hand and a page.

The field Object Queueing TaskSequences is set to current. The tasksequences are queued in the dispatcher. You need to change this here. Press the small black down arrow, choose Connected Objects

	current.inObjects[1]

If you use the Sampler instead you can choose directly the dispatcher in your model view and select the reference.

5 |100000

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

Jeff Nordgren avatar image
0 Likes"
Jeff Nordgren answered
@Lucy

Attached is your model with the changes that I've made to it. To get it to do exactly as you described, I had to manually code the task sequences to do it. Most of the code is in Queue1 in the Use Transport field. The rest of the code is in the OnMessage triggers of each queue.

If you have any questions or problems, please ask. Take a look at the model. If it does not do what you are wanting it to do, please explain what needs to change.

Thanks.

transporter-jn1.fsm


transporter-jn1.fsm (23.5 KiB)
5 |100000

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

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.