question

Hayder avatar image
0 Likes"
Hayder asked Hayder edited

Floor Storage problem

im using source with boxes and theres 3 types of boxes , also am using source for Pullet and a queue to store the pullets and i combined the pullet with the boxes , now i want to store this combined boxes with pullet into floorstorage and every row of the floor got one type of the boxes but i cant theres always an error , i used slot.Type? == item.first.Type? in matching labels and still nothing , any solutions ? and thnks

FlexSim 24.1.0
floor storagestorage slotstorage object
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·
@Hayder, please attach your model or a model showing what you have achieved. Thanks!
0 Likes 0 ·
Hayder avatar image Hayder Joerg Vogel commented ·

Projet_Sim.fsm heres the project

0 Likes 0 ·
projet-sim.fsm (50.6 KiB)

1 Answer

·
Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered Hayder edited

The "Type" label would be read on the pallet in the Slot Assignment Strategy. The pallets do not have any labels in your model.

The default slot sizes are also too small for the default pallets. If "Slot Must Have Space" is checked, no pallets would be pulled to the Floor Storage.

I'm also unsure how the pallets would be ordered by type, if more or less all of them would contain a mix a types?

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

Hayder avatar image Hayder commented ·

Thnks man , the problem was in "Slot Must Have Space" is checked so i unchecked it and its working .

and also for the Type that would be read on the pallet , No the pallet have a product on it so when i did slot.Type? == item.first.Type ? the type would be read on the product on the pallet.

and also about the pallet will contain a mixes types of product , no i have a queue before the combiner that order the product in types and give it to the combiner and then to the Floor Storage . Anyways Thnks .

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.