question

Jim Counts avatar image
0 Likes"
Jim Counts asked Matthew Gillespie edited

Time tables taking control of the wrong resource

I'm having a situation where i have weekly timetables established for multiple groups of staff. The time tables are set to a weekly repeat. They appear to work as intended for the first day, but as soon as the next day starts in the model, certain staff become owned by a time table that they are not a member of. To complicate matters worse, the time table that acquires the resource isn't the same time table every time...any ideas?

FlexSim 19.1.1
timetables
· 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.

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

It would help to see the model. Can you post it here or in a private question?

0 Likes 0 ·

1 Answer

·
Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered Matthew Gillespie edited

This is a bug. We'll look into it and get it fixed for the next bug fix release.

For now, we can avoid the issue in your model if you add this line of code to the Off Schedule down behavior's Down Function before the call to shiftscheduledownfunction().

downobject.stats.state("Availability").valueString = "Acquired";

The reason this is happening is the interaction of two different things. First, the time table has the staff set to be Off Schedule from 2 to midnight and then from midnight to 6 as two separate events. So right at midnight the time table releases the staff and then reacquires the staff again for the second set of time. Second, the Staff Resource has a feature where if you try to acquire a specific person, but they are Unavailable (i.e. Off Schedule) then the staff request will be rerouted to the group where that person was last pulled from, or, if you acquired the person directly, from the person's first group. So when the second OffSchedule shift happens at midnight the time table tries to acquire the staff, but this happens right before the time table releases the staff the first time. Since the time table hasn't released the staff yet they are Unavailable and so the request gets rerouted to the Staff group. The workaround changes the staff's Availability state so that they aren't Unavailable when the time table tries to acquire them again and so the request isn't rerouted.

Thanks for pointing this out and sorry for any inconvenience!

5 |100000

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

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.