Simple Shape Sorter
By Dunkeroni.
This is a sorter that can filter out a specific shape from one lane of input. Just set the shape you want to let through and anything else will go to trash. It works by latching the last seen shape and comparing against the desired shape.
To do this, the input belt needs to be split into 3 lanes to reduce the throughput on each filter. It will not work if the output backs up, so make sure you have overflow prevention downstream if the consumption is expected to vary.
Note: This is not the correct way to filter items unless you need a setup that can allow multiple specific shapes through or are using the memory latch for some other processing to make the divert decision.
SHAPEZ2-1-H4sIAO7IzGYA/7SYb2vbMBDGv4vYSwdmywrM0Be1046MdqxplrWMvhCxkgo8OcgyI4R899mxnTqxnfnOLYGEkPv5Tv8ePZcdWRDP/vyFWcT/Qbwd+WS2G0E84qcyCqVaE4tMl7HKf5pww4n3m8jsu1f9nhBLpVFUvJHklW+EF6TFi7zsLXKjjJYiycAdecpyWWSeP15EZiJWPI3Mbaz/ch1OlRFa8WjBteTKkL11iKfAeAcYPwIDtRHMBA+FLrGz+HupdaxFeOAq4FZGphdQVvZcfMyO47qL13L5lRsxXXXV5xaYfcDKYn9JLcqsd2Jl/oOeZOyJOvWstIF+S9XSyFh14fSI9xwlrZdqg/I1ZueYLoj/bLgW55BFgizq+uHqqr4J3h7TnKlAx0nSUXobGsQqMVnMo1xnQPv+KMvw1zd+cO1Pwp/f7Qe6eAqrsp7fNvNEJpuIbzueczYGzBSWKwA7OC4QKHZjWdhc8+T18oBoPb53FhtFOXCqiJ+1URcOVrlILlw2MZiDw0ZYrjm63pJ6xoGUFTk7lT66qC02orjFoMBNlgPQXUZxFbonWI8jipxA8EKxltsITDuDaIqmc+BxE0mTRdjzmF5O1KUpvap0hsAUBReHAadnODlDqhlSzJBahpUyp7aOUI9I0RYR7xDpIINIgf4QaQ/pu7hDijaH9AO8IcIaDnCGmPPjorCCYkCXyFCqxVD6w4AXOIPf35UBG+N6RYbvFcf4XpEN6xUZtFccI3tF9j69IsP3iuwjesUxolccIxWBHX1fqydq2SyNi45V6gA9GzhZYR3UhUSsecEB0zkDWHsAO3IxS3JidG1cYmcIbGPhPP5e6LXQdB7bjbgXi/hScb1dCJ3I/M/P/B/S/f6fAAMAUeyaSi0VAAA=$
Click to enlarge…
Hopefully this guide helped you!
Be the first to comment