Hi everyone,
I have a combiner which combines a pallet with one box. Then these pallet get to a conveyor with stations. At the end the boxes are separated from the pallet. The pallet goes back to a queue and then again to the combiner. The boxes are going to a sink.
My problem is, that the box contains an itemtype (1,2,3). The process time at the stations are defined by case and item type. So I need that the pallet get the item type from the box on the combiner. I tried it with the on exit trigger with getitemtype but it doesn't work. How can I reference to the input 2?
Rob