I have a model which has many identical task executors (robots). How would I assign same load time and unload time to all robots with minimum efforts? One trivial way is to go and change these times for each robot manually which is definitely not a preferred way. I have created a global table which has those values.
Thanks!