How to let the operator transport container according to time schedule?

How to let the operator transport container according to time schedule?

junxian_a
Not applicable
46 Views
2 Replies
Message 1 of 3

How to let the operator transport container according to time schedule?

junxian_a
Not applicable

[ FlexSim 20.1.3 ]

Hello!

I want to know how to make the operator move the tote by schedule.

Here is a simple example.

The operator will move tote to the Queue when it has 20 items inside. How to make totes be transported at 9:00, 9:05 and 9:20, no matter whether it is full or not? And is there any way to close the conveyor at 9:30?

Thank you!

packaging and tranport.fsm

0 Likes
Accepted solutions (1)
47 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Explorer
Explorer
Accepted solution

You can create tokens in a process flow a specific times with the "Schedule Source" or "Date/Time Source".

https://docs.flexsim.com/en/20.1/Reference/ProcessFlowObjects/TokenCreation/ScheduleSource/ScheduleS...

https://docs.flexsim.com/en/20.1/Reference/ProcessFlowObjects/TokenCreation/DateTimeSource/DateTimeS...

These tokens can then release the current tote from the combiner (regardless of content) or close the input of the conveyors entry transfer (alternatively you could close the output of the sink). Both of these functions are available as options in the "Custom Code" activity. "Control -> BasicFR -> Release Item" and "Control -> Close and Open Ports" respectively.

1648809296018.png

Attached is an example in which the tote is released from the combiner at 08:04 and the conveyor input is closed at 08:10.

packaging-and-tranport-fm.fsm

0 Likes
Message 3 of 3

junxian_a
Not applicable
Thank you so much! I'll try it.
0 Likes