question

joey avatar image
0 Likes"
joey asked joey edited

maximum for content

I have 3 types of items. Items will be sent from the queue to the rack.

I want to know that in the rack Can the item be received in different quantities?

Item 1 has a capacity(minimum content) of 600.

Item 2 has a capacity(minimum content) of 500.

Item 3 has a capacity(minimum content) of 400.

Can set according to this condition?

Thank you for your help.

FlexSim 19.0.2
rackcontent
jet0.fsm (54.8 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.

Jeff Nordgren avatar image
2 Likes"
Jeff Nordgren answered joey rolled back

@joey ,

Attached is your model with the changes that I've made. You really can't set a Rack "minimum" but you can set a Rack "maximum" for content. I'm hoping that is what you are referring to?

All that was needed was to add code to the OnEntry trigger of each Rack. If it is the first flowitem into that rack, the maximum rack quantity is changed, based on the the flowitems itemtype. No other changes were needed in the model.

Take a look at the model and see if this is what you had in mind.

Thanks.

jet0-jn1.fsm


jet0-jn1.fsm (55.2 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.

Joshua S avatar image
1 Like"
Joshua S answered joey commented

You could add a label to the items called minimum. Then in your process flow you could have a decide that looks at this label on the objects in the rack in question, and if the content amount is above the label amount, move them, if not keep filling.

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