Hello everyone,
I have 4 sources feeding a combiner. One of them releases a Tote, and the other ones will release a diffetent type of raw material (type 1, 2, 3). I want the combiner to do the following:
- It must combine according to the item type of the raw material that enters first. Lets say item type 1 enters first, so the combiner must grab 4 items. If item type 2 enters first, it should combine 8 items, and so on.
- Next, it should assign the item type value to the tote, because I will use that information to determine which port the combination must go. I tried using using an OnExit trigger, to set the item type of the combination according to the first item that entered the tote (item.first.value), but this is not working because no value is assigned to the tote.
Is the logic I am trying to build even possible? What am I doing wrong? I am attaching a model of what I am trying to do. The model version I am using is 17.2.2.
Any help is appreciated,
Thanks!