FlexSim 16.1
Traffic Control has triggers for OnEntry and OnEntryRequest, but Control Areas don't have anything similar. I want to be able to provide acceptions to the Max Allocations based on the states/directions of AGVs.
If I have a Control Area with Max Allocations of 1 and AGV1 is in the area and traveling its length, then no others can enter. But if AGV2 is trying to enter simply to cross over, I might allow it if AGV1 has already passed that crossover point.
I'm sure I can change the Max Allocations with code, but I don't know how I would trigger execution of that code.