Unified block for entity

Unified block for entity

laitriminh
Not applicable
28 Views
4 Replies
Message 1 of 5

Unified block for entity

laitriminh
Not applicable

[ FlexSim 19.0.0 ]

I want Transporter2 when loading and unloading goods, instead of loading and unloading each box (until reaching 150 boxes). Is there a way for Transporter2 to load and unload goods (150 boxes) at once as a unified block?

Load and unload.fsm1.png

0 Likes
Accepted solutions (1)
29 Views
4 Replies
Replies (4)
Message 2 of 5

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

The load/unload task is in intended for single items since it may include offset travel that is dependent on the exact location of the object. It also invokes the loadtime as specified on the task executer.

You can alternatively place all your items in a container and load/unload that.

Or load/unload the first item and then move the others with a moveobject activity (to which you can pass an array of items).

0 Likes
Message 3 of 5

laitriminh
Not applicable

I've understood your point. Could you please elaborate more on the solution of placing all items in a container for loading and unloading?

0 Likes
Message 4 of 5

jason_lightfootVL7B4
Autodesk
Autodesk
For example, have them stacked in a pallet.
0 Likes
Message 5 of 5

laitriminh
Not applicable
Thank you, Jason.
0 Likes