question

Paúl Alejandro R avatar image
0 Likes"
Paúl Alejandro R asked Jeff Nordgren commented

different capacity of the tote

I have a combiner that their capacity is specified by a Global Table, in the trigger on entry, I´m using “Update Combiner Component List”. But I need that the component list just to specify the maximum capacity of the tote. I don’t want the totes are only restricted to fill to the specified in the global table, I want the totes to have variable capacity. For example, it can be filled minimum of 1 box and maximum of what is specified in the global table. How can I do that?

FlexSim 17.2.5
combinertotedifferent capacity
· 4
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

Jeff Nordgren avatar image
1 Like"
Jeff Nordgren answered Jeff Nordgren commented

@Paúl Alejandro R

You didn't attached your model or a sample model of the problem area. But I have created a sample model that will do what I think you are asking. Take a look at the model and see if it will work for your situation. If not, maybe you could send your model or a sample model so that we can look and see what the model is doing.

Thanks.

paul-sample1-jn1.fsm

Amended answer based on your comment above:

So I took a shot in the dark and decided that you wanted a maximum amount for each item type for each tote. So as you can see below:

If the tote is an itemtype 1, then the maximum items for type 1 would be 3, for type 2 would be 2, for type 3 would be 1, for type 4 would be 5 and for type 5 would be 4. Of course the maximums can be changed to whatever you need them to be.

Then it was just a matter of changing the code in the OnEntry field of the Combiner to check to see what the tote type is and then assign a value from the Global Table above for each item type. I hope this is what you were after? Take a look at the attached mode and see if something like this would work for you.

paul-sample1-jn2.fsm


totemaxamts.png (18.7 KiB)
· 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.