Hi All,
I have created a model that involves a single UAV which works based on the GT (Global Table) generated in Python. The UAV is designed to pick up items from a single queue and deliver them to multiple queues. Currently, the UAV picks up 10 items and randomly drops them off in each assigned queue. However, I am facing a challenge in generating random dynamic demand for each queue. I would like to implement a system where the items are dropped off based on the specific requests of each queue, instead of randomly.
Also, in my model I would like to use "Decide" , in order to put condition if there is things to do in a global table make it if not release UAV.
I would appreciate any suggestions or guidance on how to achieve this objective.