Turing Tumble Community

Multiplexer problem

https://jessecrossen.github.io/ttsim/#s=13,17&z=48&cc=6&cr=8&t=3&sp=2&sc=0&b=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAASCAYAAACAa1QyAAAAlUlEQVQokc2SywnDMBBEp5QpQaiiPbiQqBQVYsM2tpOTEltem0AIZOGhD/uYy8Ddg2S01oJkmFmQfDH/994DQyIZEg7CYF2hcU+k92Tvk6QP5iBlCw/k4q10NX+S9HsJQHp+n9Rai5n9kpnFDLKuCQqSsWFLu3iS9q3OcPc8aYgZl9IQM9w9AEgLq2qhKhexUAUQbngCLFqW7wwvWGIAAAAASUVORK5CYII=

The two gear bits form a register. As usual, the less significant bit (1) is on top, the more significant (2) below. Zero is pointing to the left, one to the right.

If the register shows 1 then put a ball in the left-hand interceptor.
If the register shows 2 then put a ball in the middle interceptor.
If the register shows 3 then put a ball in the right-hand interceptor.
If the register shows 0 then stop with no ball in an interceptor.

In other words the interceptors are labelled left to right 1, 2 and 3 matching the number in the register.

Note that it’s an easier problem if the interceptors are numbered 3, 2, 1.

Solution on request.

I have tried different gear and gear bit combinations until I found a solution.
Here is the link.
Press here to upload the image.
If you want to see it here, I have a screenshot.
Screenshot 2020-04-23 16.56.06

That’s excellent. More compact than my solution.