I am using a PF resource as a gate. I set it's (numeric) value to 0 and pre release a set of orders. Then when I am ready for those orders to proceed, I set it's value to one. The problem is, it never re-evaluates the resource because no additional orders are trying to get the resource, and none have it to release it. From the user's manual:
"When in numeric mode, the Count property can dynamically change during the simulation. It will be reevaluated every time a token attempts to acquire a resource and whenever a resource is released."
So when I change the numeric value back to 1 to release the orders, nothing happens. What can I do to trigger it to re-evaluate?