====== Queue ====== The Queue element is a simple for-loop to iterate through the workflow. ===== Usage ===== The Queue is draged into a [[eyes:flowcontrol:group|]] and connected with in- and outputs of the logics. In the properties window the maximal number of iterations is set. ===== Example ==== {{ :eyes:logics:queue.png?nolink&600 |}} **Properties Window** |< 100% 10% >| ^ ^ ^ | {{:eyes:flowcontrol:a.png?nolink&30 |}} | At first the Queue takes the input from the Import logic and passes it to BoxManipulation. In the second round the output IO from the logic BoxManipulation is passed by the Queue to become the input IO for the same logic. Here the maximal iteration number was set to 5.| ===== Parameters and I/O ===== |< 100% 30% >| ^ Input ^ Description ^ | FirstInput | Input, which starts the Queue | | SecondInput | Input to close the Queue | |< 100% 30% >| ^ Output ^ Description ^ | FirstOutput | Output of the i-th run of the Queue |