I am loading trucks with racks at a shipping dock. The truck has to be a FlowItem acting as a Task Executer, so that I can get the correct packing inside the truck, and also have the truck move along a network node path. (Ultimately, I want to add a GIS for the travel to the customer.)
I have the Transporter (token.flt) travel to token.Dock, which is the network node underneath the truck, and that is a perfect visual for unloading into the truck, but then when it executes the Unload command, it moves all the way to the front of the cab of the truck, which looks silly!
I can't see a way to choose the x,y, position where transporter should be when it unloads. How can I make it stay where it was to do the unload?
Also, please change your documentation of Flow Item Types, to include the Truck in the Task Executor category:
It took me a lot of searching through the Answers to find out that I could use this to get the packing method to work.
Thanks