question

Cayo E avatar image
0 Likes"
Cayo E asked Braydn T edited

queue output per hour

I need a help.

How I configure my process that Queue 1 release the items only 16 P.M.

Thus, the boxes wait to 16 P.M. to the output.

FlexSim 18.2.3
queueoutputhour
capturar.png (52.2 KiB)
model.fsm (24.1 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.

1 Answer

·
Jeff Nordgren avatar image
0 Likes"
Jeff Nordgren answered Braydn T edited

@Cayo E,

Attached is your model with the changes that I've made to it.

In Queue1, I changed it so that it does not batch anymore. And I added two triggers. The OnReset trigger which closes the output port of Queue1 on reset. Then the OnMessage trigger, which will be received by the User Event "ReleaseFromQ1", to re-close the output port.

Then I added the User Event mentioned above. What it will do is fire initially at 16:00 PM (because the model starts at 08:00 AM), which will open the output port of Queue1. Then it sends a message to Queue1, which will close the output port as described above. The User Event will then repeat that action every 24 hours.

Is this what you had in mind? If you have any questions or problems, please let us know.

Thanks.

cayo-model-jn1.fsm


cayo-model-jn1.fsm (23.0 KiB)
· 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.

Cayo E avatar image Cayo E commented ·

That's exactly what I was looking for, but, I could not understand where you released the 16 PM output.

0 Likes 0 ·
Braydn T avatar image Braydn T Cayo E commented ·

Hey @Cayo E

There is a User Event in the Toolbox that opens and closes the output port at a certain time called ReleaseFromQ1.

0 Likes 0 ·
Cayo E avatar image Cayo E Braydn T commented ·

This Event not available in demo license?

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.