question

Claire Krupp avatar image
0 Likes"
Claire Krupp asked Claire Krupp commented

Transporter moves to cab of truck to unload

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!

1653411600178.png

1653411696886.png

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?

Unload into truck.fsm

Also, please change your documentation of Flow Item Types, to include the Truck in the Task Executor category:

1653412064819.png

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

FlexSim 22.1.2
unloadtrucks as a task executor
1653411600178.png (25.2 KiB)
1653411696886.png (74.1 KiB)
1653412064819.png (59.0 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jacob W2 avatar image
1 Like"
Jacob W2 answered Claire Krupp commented

Hi @Claire Krupp,

You can change the location of the transporter by adding a trigger to the truck in the FlowItem Bin. By adding a place offset trigger, when the transport arrives to place the items in the truck, it offsets the placement location of the transport. I have included the some images that show how I set up the trigger and what it looks like when the model is run.

offset-trigger.jpg

trigger-data.jpg

transport-in-truck.jpg

You can change the location by manipulating the X and Y values on the trigger.


· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Claire Krupp avatar image Claire Krupp commented ·

Yep! That's perfect. Thanks @Jacob W2

The only thing I did different was make the Object the "unloader" instead of "current" to be sure that the transporter was the object that was placed.

1653419774873.png

1 Like 1 ·
1653419774873.png (8.9 KiB)
Claire Krupp avatar image Claire Krupp commented ·
That looks pretty easy! I'll try it.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.