question

Matheus Rosa avatar image
1 Like"
Matheus Rosa asked Kavitha S commented

How to make the forklift transport more than one item per time

I have a queue that will stack 50 objects. I would like to make my forklift wait until this amount is achieved to make the transportation between the queue and the sink.

Thanks.

FlexSim 16.0.1
queuetransporterflowitemforklift
5 |100000

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

Matthew Gillespie avatar image
1 Like"
Matthew Gillespie answered Matthew Gillespie commented

Attached is a model where I used Process Flow to control the Transporter.

The queue pushes to an Item List and the token in the Process Flow tries to pull off a specified number (you can set it in the Number Required activity). Once there's that many items in the queue the Transporter is acquired and used to travel to the queue, load all the items, travel to the conveyor, and unload all the items.


multitransport.png (143.2 KiB)
multitransport.fsm (31.0 KiB)
· 10
5 |100000

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

Phil BoBo avatar image
1 Like"
Phil BoBo answered Kavitha S commented

You could just check the Perform Batching box on the Queue's Properties and set its Target Batch Size to 50.

Then set the Capacity of the Transporter to 50.


· 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.