question

Kevin Megee avatar image
0 Likes"
Kevin Megee asked Joerg Vogel commented

Scheduled Pickup

Flexsim Community,

In the model attached, I'm struggling to create a trigger for the transporter to pick up items from the "Finished Goods" queue and deliver the item to the "Warehouse" queue every two hours (or X amount of time). The goal would be to see the accumulation in the finished goods queue based on the warehouse scheduled pickup and try to find the most efficient schedule. The full model I'm creating does not use Process Flows. I'm more comfortable using Triggers, so if the solution could use triggers, that'd help greatly. Thanks

warehouse-pickup.fsm

FlexSim 19.1.1
scheduled arrivalqueue output port control
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·

I won’t argue against process flow, but if you aren’t familiar with this logic procedures you can add model user events, that got a replication interval of 2 hours. Or and that is a similar workaround for process flow, you create a process of 3D objects that control partly your model. You would put those objects into a plane to hide them while your model runs. It isn’t a clever approach, because a 3D process consumes more computing capacity than a process flow.

1 Like 1 ·

1 Answer

·
tannerp avatar image
0 Likes"
tannerp answered

Hi @Kevin Megee,

Process Flow is going to be your best friend in situations like this. 3D objects aren't going to produce triggers every X number of hours like Process Flow sources can. Starting with an Inter-Arrival Source, you can create a token every two hours (I used 2 minutes), acquire the transporter, move the items (I assumed that you'll move them all at once), and you're good to go. Thank you for uploading a sample model. I've updated it to reflect the logic I described.

warehouse-pickup-example.fsm


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.