question

wei-ting L avatar image
0 Likes"
wei-ting L asked Sebastian Hemmann commented

How to make a small change to my model

How to make a small change to my model.

My current model is set up the way that my "custom combiner" can process standard order whenever there is no standard order. (I received this help from a FlexSim Expert). But I want to try many different cases. And I want to keep my current model's other setup (table, arrival rate...).

So I want to change my logic back that standard combiner should only process the standard order. Custom combiner only processes the custom order (by making changes to my current model). I know it should be a small change to my Process Flow. But I am not sure which one to change. Can someone help me with this? base-case.fsm

FlexSim 18.2.2
simulation
untitled.png (81.5 KiB)
base-case.fsm (108.0 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.

1 Answer

·
Sebastian Hemmann avatar image
1 Like"
Sebastian Hemmann answered Sebastian Hemmann commented

Hi,

here is what I´ve changed to make this work:

prioritychange.jpg

I´ve also solved your problem with the still not transfer the "Type" Label to the pallet!

So please also find the attached model.

15339-base-case-sh.fsm


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

wei-ting L avatar image wei-ting L commented ·

Hi Sebastian,

Thanks for helping me with a tiny change of priority.

And also fixing the"Type" label to the pallet.

but another problem occurs, which is that all my custom and standard batches got sent to a standard rack. Do you know what is causing this? custom batch should be sent to the custom rack and standard batches should be sent to the standard rack.

0 Likes 0 ·
untitled.png (174.1 KiB)
Sebastian Hemmann avatar image Sebastian Hemmann wei-ting L commented ·

The idea was to give the pallets a "Type" Label and set the value on 1 if it is Standard and 2 if it is Custom. In the combiner we are saying:

Depending on the number on the label "Type" send the Pallet to the Outputport with this number!

So you´ve connected your standard cpu inventory second and this means, you are sending custom pallets to the wrong rack because you´ve connected the racks in the wrong order.

Change the order and it runs!

0 Likes 0 ·
port-connections.jpg (120.4 KiB)

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.