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.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @Breno Bogéa,

We haven't heard back from you. Were you able to solve your problem? If so, please add and accept an answer to let others know the solution. Or please respond to the previous comment so that we can continue to help you.

If we don't hear back in the next 3 business days, we'll assume you were able to solve your problem and we'll close this case in our tracker. You can always comment back at any time to reopen your question, or you can contact your local FlexSim distributor for phone or email help.

0 Likes 0 ·

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.

Breno Bogéa avatar image Breno Bogéa commented ·

Thanks Gustavo! The idea is to recirculate in case of the Queue is full (maximum capacity of 1). Just one more thing, would be possible for you to upload your model on FlexSim 22.0.16 Version? I wasn't able to take a look on it due to it's version.

Thanks again!

0 Likes 0 ·
Gustavo Teodoro avatar image Gustavo Teodoro Breno Bogéa commented ·
1 Like 1 ·
Breno Bogéa avatar image Breno Bogéa Gustavo Teodoro commented ·

Thanks again!

Testing some other methods of items arrival, noticed that depending on the arrival method or queue's maximum capacity, the trigger may fail and add more than one item on the queue. Do you have any idea on what's the problem? Or I'm actually doing something wrong?

Have a great day

0 Likes 0 ·
Show more comments

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.