Hi!
I have a simple simulation with an elevator that uses "On Resource Available Change" to make pallets wait for the elevator. The queue next to the elevator represents the elevator's roller conveyor, which picks up two pallets, so pallets can only enter when the elevator is in the down position.
In the "On Resource Available Change" block, "Change rule" I have "Increase to exact value" set. - value 1. If I understand correctly, when the elevator is in use the resource available value is 0 and changes to 1 when the resource is released. Everything works as it should, I only have one problem. When the elevator is in motion and I press reset simulation I get this error:
"exception: Exception caught in evaluation of /Tools/ProcessFlow/ProcessFlow/Elevator>stats/instances/ProcessFlow/resourceAvailable/onChange".
My questions are:
- Do I understand and use the "On Resource Available Change" block correctly in this case.
- Why does this error appear and is it possible to do something about it?