question

Travis Hill avatar image
0 Likes"
Travis Hill asked Jeanette F commented

rack transporter issue

In 22.0.08, loading a default rack with a pallet of flowitems using a transporter does not work properly. With the default Slot Assignment Strategy, the transporter loads everything into bay 1, level, 1, slot 1. Using an operator the logic seems to be correct. Choosing the random with space option with the transporter causes the same effect as the default option, except that the pallets are placed in in random bay, level, but the slots are still overloaded.

Not completly sure, but stepping through the code behind the pick list option seems to point to an issue in the slot.hasSpace method.


rackissue-22008.png

rack_Transporter_Issue_22.0.8.fsm

In 22.1.3,using the operator has the same problem as the transporter in the previous version.

rackissue-22103.png

rack_Transporter_Issue_22.1.3.fsm

Note: the other rack variants seem to function correctly in these same scenarios.

FlexSim 22.0.8
racks
· 1
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

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jeanette F commented

It's working correctly in 22.0.8 since the logic is meant to allow exactly fitting pallets into the bay. The rack has never considered the pallet contents as part of the size.

If you don't want them to stack vertically then remove Z+ from the stacking progression.

· 3
5 |100000

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