question

Majid A avatar image
0 Likes"
Majid A asked Joerg Vogel commented

Optimal Palletizing and operator moving around pallet

palletizing-process.fsm

Is there an easy way to have the operator go around the queue when he places boxes on the far side of the queue? Also, I would want the boxes to be stacked up optimally.

FlexSim 17.1.4
queue load
palletizer.png (688.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

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel commented

There isn't an easy way doing what you want to do, because you have to evaluate the size of the object, the size, location and rotation of the shape, the attributes of the draw surrogate objects of the item. All this has to be done with the object you want to place and the previous already placed object. There are only simple methods placing items in the queue or on an item.

· 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.

Ireneusz Kaczmar avatar image Ireneusz Kaczmar commented ·
How to get a parameter that talks about the height of the loaded boxes in the queue. For example, I want to end the loading process when the height of the boxes is more than 2 meters.
0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Ireneusz Kaczmar commented ·

Items are objects. You can look for the properties of objects to get the size and the location.

FlexScript Class Reference tree object

If you want to get references of items inside the tree or inside of objects you look for the properties of the treenode class, for example "last"

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.