Hello.
I wanna continuously give a job to certain agv(ex. agv_1) at work.
but, In PF Basic agv logic, The new job is given to the waiting agvs.
The way i tried that When token searched for a job in CP in the main control loop,
I changed the token's agv label to certain agv(agv_1) in the token using custom code, but to no avail.
What should I do?
Thank you.