Hi!
I deleted my post by mistake so here it is again.
I am trying to model an operating room.
I want to:
- compute the time the resource were used during their shift (utilization)
- compute the time the resource were used during the breaks (overtime)
My problems is that the utilization graph provided in the library computes the utilization during the shifts AND the breaks... and that it is a percentage instead of being in minutes.
I though of a possible solution. I want to create of twin of each of my resource. Every time the initial resource is on break, the twin will be used instead. Thus, the utilization of the twin will be the overtime of the initial resource. Thus raises another question though: how can I change resource when a process is ongoing? The following figure illustrated my proposition.
Is this solution relevant / the best way to go? If yes, how can I implement it? If not, can you provide with another idea?
Thanks in advance,
Leah