Is there a method to get an object reference to something located at or nearest a set of location coordinates? I am working on a model that will receive live data (locations, states, etc.) from the real system and be used for short term predictive planning. More specifically, to determine the bullwhip effect of events as they might flow through the system. The location data is not mapped to FlexSim object names, and I need a method to prime the system with flowitems to approximately the correct location.
How could I search for an object using coordinates? The model is mostly linked conveyor sections. Once I have a reference, the distAlong node can be changed to input objects at the correct location on the conveyor. The example model below will insert items along the length of the first conveyor section, but I am having difficulty inserting things further down the system.
Another possible method is to force the items through the system instantaneously until everything is at its prime location when the model starts, if that is more easily accomplished.