question

hugror avatar image
1 Like"
hugror asked Jason Lightfoot commented

When 2 given items are on a pallet, combine them into another

Hi,

I have some pallets that can have 2 types of items on it. When 1 item of each type is on a pallet, I want to transform them into one other item.

For instance :

1 item1 + 0 Item2 = 1 item1

0 item1 + 1 Item2 = 1 item2

1item1 + 1 item2 = 1 item3

2items1 + 1 item2 = 1item1 + 1item3

and so on.


Is there any simple way to make the transformation ?

thanks in advance.

FlexSim 23.1.0
combinerpalletitem
· 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.

1 Answer

José Antonio MD avatar image
1 Like"
José Antonio MD answered José Antonio MD commented

Hello @Hugror,

You have different options to achieve your objective: using more objects or modifiying the logic.

An easy way would be to use for example the OnProcessFinish event and customize the logic (see an example using a Trigger in the combiner: by editing the code you will be able to change labels, delete objects, create, etc.). You could also do it using ProcessFlow (although I don't know if you have some knowledge using ProcessFlow).

I hope I have helped you.

23.1. FlexSimExample.fsm


· 8
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.