Hello,
I would like to stop server when the running time is bigger than 7h and the Server before is not working anymore.
I was trying to set OperatingThresholdList to 'this.SimTime > 7.5[h] && ![ServerBefore].Woeking && ![ServerThis].Working' and I get an error ""Could not find an Entity named: this.SimTime - Value will be cleared.
My simulation runs for 10 days in a row and I would like to know idle and working time when daily running time is bigger than 7.5h. And machine must be stopped, because no more entitys are comming. Otherwise the machine is always running and I get an output like this (10th day, after 7.5h):

But I need results like this

Is this possible and how?
Thank you
Damjan