Hi. I have been testing the proximity agent system. My plan is to use it like a photo eye traffic calculator in a AStar model. In most of the cases it seems to work ok but in some cases I don't understand, why the logic doesn't fire (as there is a collision between objects). My guess is that it is somehow connected to the Operator walking too close to the wall. Is there
Pls take a look and run the model attached.
Q1: If the operator moves the pallet to Sink1, why only "TrafficLine3" fires (why TrafficLine1 and TrafficLine2 does not)?
Q2:If the operator moves the pallet to Sink2 (change connection), all the TrafficLines fire ok.
Q3: I have set a Labels to Operator and TrafficLines to calculate the number of enters and exits. Why the Operator's Entry ad Exit logic fires twice as often as the TrafficLines (while TrafficLine gets one entry/exit per operator crossing, the Operator gets two. Except while the operator is returning from Sink2, then it gets only one hit per line).
Q4: Is the proximity agent system reliable enough to be used for the statistics collection or is it only for visualisation purposes?