I'm trying to send agents (let's say pallets) being created in one single source to various end nodes. I am using a simple seize, moveTo, and release command for all the agents, and having workers complete the task. What would be the best way to do the following:
Source creates 10 pallets 1. The first 5 is sent to rectangular node 1 2. The second 5 is sent to rectangular node 2
Ideally, I would love to do this using an imported database using the parameter destination for the 10 pallets (similar to how tecnomatix uses the attribute "destination"), but I can't seem to make this work - or even know whether this is possible. Thank you so much for any input!