Hello,
I really need help about how can I open or close an input port of the processor when the another input port changes its item type (the processor has 2 input ports in total).
The attached model has one processor which has two input port (the queue and the separator), the function of the model that I want is this:
- First, the queue send 4 cylinders to the processor until its content==0 and close.
- Now, the separator starts sending items to the processor until the item type changes, in this moment, the separator close its output to the processor and reopen the queue.
every time the separator changes the item type, closes this port and immediately the first input (the queue) opens and begins the delivering to the processor.
- and so on.
Any help would be much appreciated.