Programmable Logic Controller Unit deprecated


Manipulate your signals just like a PLC

Content
6 years ago
0.16
19
Circuit network

i NAND?

6 years ago

I'm, kind of surprised this wasn't in the list and had to improvise, but... No NAND command? No NOR? One can waste a LOT of command lines and registry memory names having to manually apply NOTs

Otherwise, just finished working out how to utilize this interface and got a decent module up and running. Kudos to providing a tool that's easier to work with than that mess of wires you have to figure out with Combinators. Put together a simple device to check the levels of Heavy Oil, Light Oil, and Petroleum in tanks, compare them against each other to find who's highest, and select that tank. WITH a Tiebreaker code for those times when they're all the same, and a basic pulse so it only executes once every ten seconds (Which can be later adjusted).

Just took some time for me to remember my PLC classes. Input Registry, process registry, output registry. One command line, one operation. Registry writes overwrite anything done above them.

New response