Repeating Each Arrival In Schedule Source

Repeating Each Arrival In Schedule Source

roald_w
Not applicable
173 Views
2 Replies
Message 1 of 3

Repeating Each Arrival In Schedule Source

roald_w
Not applicable

[ FlexSim 23.0.10 ]

(T,S).fsm

Good day, I trust you are well 🙂

1692723211039.png

I am wondering if there is a way to repeat the arrival of each arrival from the scheduled source. Instead of repeating the whole schedule before line 1 gets repeated can I repeat line one for example every 357120 seconds instead of it waiting for the whole schedule to finish? Therefore line 2 will also repeat every 366904 seconds and remain independent from other arrivals.

I understand this can be achieved by separate sources, but I don't wish to create a 74 sources or do 74 time by case.

Any help is appreciated!


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

Matthew_Gillespie
Autodesk
Autodesk
Accepted solution

The Scheduled Source activity can't do this by itself. But you could use a simple loop with a Delay activity to create repeating arrivals.

RepeatingArrivals.fsm

For example, in this model I moved the arrival time column to a new Interval label column and set all the arrival times to 0.

1692736364980.png

I then have those tokens wait in the delay for token.Interval seconds before creating an item. The token then loops back to the delay activity to begin delaying again.

1692736427163.png



Matthew Gillespie
FlexSim Software Developer

0 Likes
Message 3 of 3

roald_w
Not applicable
Thank you!
0 Likes