question

Ghizka avatar image
0 Likes"
Ghizka asked Ghizka commented

Scheduling source

Hallo flexsim community

I want to ask how to organize sources in order to produce goods at a certain time.

For example: every hour the source immediately create 100 items (I use this as a buffer), and when it's break time the source stops create items. The arrival is done in 1 time not in inter-arrivals time. And I will repeat this scheduling within 1 week.

The scheduling that I want:

08.00 arrive 100 items

09.00 arrive 100 items

10.00 arrive 100 items

11.00 arrive 100 items

12.00 arrive 0 items

13.00 arrive 100 items

FlexSim 24.0.0
schedulingsources
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

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Ghizka commented

This is a job for process flow, because a 3D source is not capable to do this kind of request by standard settings. It is possible to tweak a 3D source to accomplish your request, but then it is easier to realize it in process flow by a datetime source activity, other activities and a 3D Queue object.

Edit:create_item_scheduled_repeated_JV.fsm


· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Ghizka avatar image Ghizka commented ·

can you give me example with flexsim using datetime source activity? because idk how to use the item and can you help me to give the example of this if the model have more than one source?

0 Likes 0 ·
Ghizka avatar image Ghizka commented ·

thank you for the example and explanation. Can you tell me how to connected the multiple source with those process flow or i should create one by one? cause when i follow your step, the process flow isn't working.

0 Likes 0 ·