question

Rober G avatar image
0 Likes"
Rober G asked Rober G commented

Repeating Each Arrival In Schedule Source

(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!


FlexSim 23.0.10
source schedulearrival tablearrival times
1692723211039.png (11.1 KiB)
ts.fsm (99.2 KiB)
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

·
Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered Rober G commented

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


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

Rober G avatar image Rober G commented ·
Thank you!
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.