question

KHAIRUL MUAZ avatar image
0 Likes"
KHAIRUL MUAZ asked Felix Möhlmann commented

How do i control the batching more.

SV3_27.03.2024.fsmCurrently in my model, the items are batched by their BladeQty label until it reaches 300 blade. How do i set that the machine supposedly can process up until 640 blade but now we want to batch until 300 blade for now. And if let say it 3 box would equate to 284 blade but if added another box it would be more than 300, how do i set so that it will run only the 3 box and hold the other box to be batch with other box.

FlexSim 19.1.2
batching
sv3-27032024.fsm (116.5 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.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @KHAIRUL MUAZ,

We just want you to be aware that your FlexSim version is past its End-of-Life date and is no longer eligible for paid technical support. For more information, please see the article "Lifecycle and End-of-Life".

Community members here may still be able to offer advice, but please be aware that many features have been added and bugs fixed in the years since your software version was released. You may find that an offered solution that works in more recent versions of the software is not compatible with your old version, or that a posted sample must be opened in a recent version.

Contact your local FlexSim distributor for information on upgrading or getting a trial license.

Good luck!

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered Felix Möhlmann commented

You could try to use a structure as shown in the attached model. Before an item is send to a processor, the token has to enter a zone. The zone possesses a subset for each of the processors and each subset only allows token up to a given total value of the blade qty label to enter.

1711541523609.png

The tokens try to enter each subset in order. If it can enter none, it loops back and waits for a token to exit to then try again.

What happens when a the batch quantifier moves past the target is set in the "Overflow" option. See the documentation for further information.

1711541583225.png

sv3-27032024(1).fsm


1711541523609.png (27.7 KiB)
1711541583225.png (7.8 KiB)
sv3-270320241.fsm (122.4 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.

KHAIRUL MUAZ avatar image KHAIRUL MUAZ commented ·
Hi, in the model that you attached, the item is being pushed into the machine endlessly, it was supposed to just push a complete batch to be processed by a single processor and the next batch will only be allowed to enter after the first batch is complete. Is there any way to do this or I have to keep the previous process flow.
0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann KHAIRUL MUAZ commented ·
Ok, I guess I misunderstood your question then. All you'd need to change in your original model should be to increase the limit in the subset constraints of the zone around the tokens using the processors.
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.