Page 1 of 1

Combinator UPS

Posted: Thu Aug 15, 2019 5:46 pm
by csduff
Does anyone know which of the following would be gentler on UPS?

EACH + 0 --> EACH
or
EACH * 1 --> EACH

I know, the reality is that they are fairly low, but (among other things) using LTN I have them setup at basically each station.

Re: Combinator UPS

Posted: Thu Aug 15, 2019 5:54 pm
by DaveMcW
There is no UPS difference.

But for style, I like to use + to represent a no-op. The + operator is not really used for anything else, since most addition operations are done in the wire.

Re: Combinator UPS

Posted: Fri Aug 16, 2019 7:45 am
by quyxkh
My isolators are Each - 0 ⇒ Each, subtraction is very rare in my circuits otherwise so it makes the layouts easier to read. Accumulators are Each + 0 ⇒ Each.