question

Mary P avatar image
0 Likes"
Mary P asked Matthew Gillespie commented

different size of boxes

Hi

I'm trying to set different sizes of boxes according to there type. I have the sizes on GlobalTable1 and i tried to add the size in the Process flow in change visual but it's not working. Any ideas?

inventories-size-4forum.fsm

FlexSim 19.2.4
process flowboxessize of box
· 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.

1 Answer

Matthew Gillespie avatar image
1 Like"
Matthew Gillespie answered Matthew Gillespie commented

You were most of the way there. In the Change Visual activity you were setting the item's location and not the size. So click on the drop down in the Set Location, Rotation, or Size popup and change it to Size.

I also changed the token.Type references to token.row. Your Type numbers are numbers 1000 - 1008, but what you need for these pickoptions is a number between 1-8. So I just used your row label that was already there.

sizeitems.fsm


sizing.png (16.3 KiB)
sizeitems.fsm (58.6 KiB)
· 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.