item-transfer-by-lift-and-agv-autosave.fsm
Hi everyone
I have some question about my project, the task concept is transport the item from
Queue1→Conveyor1 (transported by ASRSvehicle1)
Conveyor1→Queue2 (item transported by lift first and then agv will load item at lift)←how to do that
Queue2→Processor1(without transport)
waitng for Processor1 process finish, it will pull item from Queue1 (I use custom code pullitem to ask the box, but i think it's not a good way in this case, dose anyone have the good idel about that Queue2 asks the box from Queue1).
Hope to get the help, Thank you.