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.

Jeff Nordgren avatar image Jeff Nordgren commented ·

@joey,

Also, in answer to your question here, you can't just increase the amount of transporters to use in the PF block. You have to have "physical" objects associated with the number of resources that you have. In the attached model (above), I added another transporter (through use of a Group) to use for loading the Racks.

Take a look at the model and see if this is what you had in mind. Please let us know if there are any problems or concerns.

Thanks.

jet0-jn2.fsm

1 Like 1 ·
jet0-jn2.fsm (59.4 KiB)
joey avatar image joey Jeff Nordgren commented ·

Hi @Jeff Nordgren

From the model you attached is what I want.

But I tried to increase the number of transporters,That moves from the rack to the queue4.

I don't understand where I am wrong?

I want you to help see which model is wrong.

Thanks for the help,Thank you for understanding my question,Thank you very much.

jeff-jet1.fsm

0 Likes 0 ·
jeff-jet1.fsm (61.7 KiB)
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.

joey avatar image joey commented ·

Thank you very much.

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.