Hi, I have the following situation: I added my TS in Rack6's Flow properties. I managed to pick up the blue and Aqua Item types (As needed). I want to add a code to tell the Forklift to unload the blue and Aqua at the Queue. Every time I activate the Travel and Unload tasks " 2 lines in the end of the mentioned code" it messes up the whole logic.
My thinking out of the trial and error is: I should replace the "Involved1" which is "Item" in this case to something that would only point to blue and Aqua. I have no clue how to do it though.
inserttask(ts,TASKTYPE_UNLOAD,item (should be changed), destination,opipno(current,port));
Thanks- Mohamed
(Question related to another here)