Hi All,
I have a problem with the pull strategy on the entry transfer of a conveyor. The small example situation (see attachment) is that 1 operator brings boxes from 2 conveyors to a single conveyor. The boxes from the two conveyors should be transported in order of creation. I have therefore selected the pull strategy longest waiting on the entry transfer. This however does not work. When you take a look at the code that is behind the longest waiting option you can see some issues. The first problem is that current points to Conveyor System, and not to the conveyor. This can be solved by setting current equal to param(1), but that does not completely solve the problem. tempobject is the exittransfer on the conveyor, and the exit transfer of course has no content.
Is it possible to fix this option from the dropdown menu?
Thanks in advance,
Patrick