question

Breno Bogéa avatar image
0 Likes"
Breno Bogéa asked Jason Lightfoot commented

Release item in conveyor


During the simulation, the souce goes on inserting new items in the conveyor. Noting that the queue which the items are being placed has a maximum capacity of 1, how can I release the box that is still waiting on the conveyor so the proccess can continue normally?

1709649407955.png


The DP's current trigger:
1709649620616.png

FlexSim 22.0.16
robotsimulationconveyorsystem
1709649407955.png (190.2 KiB)
1709649620616.png (8.8 KiB)
· 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.

1 Answer

Gustavo Teodoro avatar image
0 Likes"
Gustavo Teodoro answered Gustavo Teodoro commented

There are two options:

If the objective is to release the queue where items are being placed, it is necessary to add a connection after the queue. The queue has the property of holding the item, and if there is no connection after it, the item cannot exit, and the items will not allow for flow.

The second option is, in the "Send Item" trigger, to check whether the queue is empty or not. If it is empty, the robot can move the item. In case it is occupied (occupation = 1), the item must recirculate.

For this purpose, in the DP condition, it is necessary to check the occupation with the following code:
1709658857559.png

Attached is an example.
FX_ReleaseItemConveyor.fsm


· 4
5 |100000

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