question

Junxian A avatar image
0 Likes"
Junxian A asked Junxian A commented

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

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

FlexSim 20.1.3
conveyorcombinercontainer
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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Junxian A commented

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/ScheduleSource.html

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

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


· 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.

Junxian A avatar image Junxian A commented ·
Thank you so much! I'll try it.
0 Likes 0 ·

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.