Hi all,
Im simulating a relatively complex process using multiple containers to move entities around. For my results im using the state assignments a lot to keep track of where the containers are and for how long.
The problem:
My containers approach an 'AddTo" block and get the assignment "Loading". When they are full they leave and their state changes accordingly. This is great but now my AddTo block is influenced by a threshold. Every n hours the AddTo cannot operate for m hours. We call this daylight restrictions.
What I need is the state of the container to change at this point to "waiting due to daylight restrictions" or something like that. When the threshold is lifted the loading starts again and the state can be "Loading" again.
I have not been able to figure out how to get this done in Jaamsim. I feel like this problem is not too exotic so if you have encountered this and found a solution I would love to hear.
Many thanks in advance.
Max