艺术
美容与健康
工艺
文化与历史
娱乐
环境
食品与饮料
逆向工程
科学
体育
技术
可穿戴设备
Logic Gates from Relays
Ed

创建者

Ed

27. 八月 2026FI
0
0
0
0
0

Logic Gates from Relays

A relay is a switch operated by an electromagnet, invented to repeat telegraph signals over long lines and already in this catalogue for that purpose. It has one property its inventors had no reason to care about: because a relay is a switch that ELECTRICITY operates, the output of one relay can operate the next. That is the whole of digital logic. Claude Shannon noticed in 1937, in a master’s thesis usually called the most important of the century, that a network of such switches behaves exactly like Boolean algebra — series contacts are AND, parallel contacts are OR, and a normally-closed contact is NOT. Suddenly a body of mathematics from 1854 became a design method for circuits, and circuit design stopped being intuition and became algebra you could simplify on paper before touching a soldering iron.
中级
5 hours 30 minutes

说明

1

Start from the telegraph relay

Build or re-read the relay first. It was invented to solve a completely different problem — a telegraph signal too weak to travel further, restored by using it to operate a local switch on a fresh battery.

Note the property that matters here and mattered not at all to its inventors: the thing that operates the switch is the same KIND of thing the switch controls. A lever needs a hand; a relay needs only another relay. That closure under composition is what makes logic possible, and it was sitting unused in telegraph offices for eighty years.

2

Wire AND, OR and NOT from contacts

Three circuits, and every digital device ever built is made of them.

  1. AND: wire two relay contacts in SERIES between supply and lamp. The lamp lights only if both coils are energised.
  2. OR: wire two contacts in PARALLEL. The lamp lights if either coil is energised.
  3. NOT: use a normally-CLOSED contact. The lamp lights when the coil is NOT energised.
  4. Build all three and fill in a truth table for each by trying every input combination.

Series is AND, parallel is OR, normally-closed is NOT. That is Shannon's entire correspondence, and it is worth pausing on how unreasonable it is that a topology of wires should match an algebra of propositions.

Now the payoff: because it IS algebra, you can simplify circuits symbolically. De Morgan's laws say NOT(A AND B) equals NOT A OR NOT B — which means the same function can be built two different ways, and you pick whichever needs fewer contacts. Engineers had been optimising relay circuits by intuition; after 1937 they optimised them by algebra.

此步骤所需材料:

Relay (12V DPDT)Relay (12V DPDT)4
LED Indicator SetLED Indicator Set1
Resistor KitResistor Kit1 套件
Perfboard / ProtoboardPerfboard / Protoboard1
Hookup Wire (22 AWG)Hookup Wire (22 AWG)1 reel

所需工具:

Soldering Station (Temperature Controlled)Soldering Station (Temperature Controlled)
Digital Multimeter (Lab Grade)Digital Multimeter (Lab Grade)
Adjustable Bench Power Supply (30V/5A)Adjustable Bench Power Supply (30V/5A)
Clear Safety GlassesClear Safety Glasses
3

Build the same logic as blocks

Blockly 工作区

Loading Blockly workspace...

所需工具:

Desktop ComputerDesktop Computer
4

Simulate, simplify, and count the contacts

Loading Jupyter Notebook...

所需工具:

Desktop ComputerDesktop Computer
5

Measure the switching time, and find the ceiling

Relay logic works perfectly and is slow. Measure exactly how slow, because that number ends the era.

  1. Drive a relay coil with a square wave and put the oscilloscope on both the drive and the contact output.
  2. Measure the delay from coil energising to contacts closing, and again for release.
  3. Watch the contact closure closely at high sweep speed.
  4. Chain three relays so each drives the next, and measure the total delay.

A relay takes something like 5 to 20 milliseconds to switch, and the contacts BOUNCE for a millisecond or two after closing. Chain them and the delays add, so a computation passing through fifty gates takes most of a second.

The bounce is its own problem: a single logical transition arrives as a burst of several, and any counter downstream counts them all. Debouncing exists because a mechanical contact does not close once.

So the ceiling is mechanical, not logical. The algebra is fine and the relay is honest; it simply has mass, and mass takes time to move. The escape is a switch with no moving parts at all — the vacuum tube, which switches in microseconds, and then the transistor, which does it without the heat. That is the rest of this batch.

此步骤所需材料:

Relay (12V DPDT)Relay (12V DPDT)3
Resistor KitResistor Kit1 套件

所需工具:

Oscilloscope 2-Channel 100MHzOscilloscope 2-Channel 100MHz
Function Generator 10MHzFunction Generator 10MHz
Digital Multimeter (Lab Grade)Digital Multimeter (Lab Grade)
Adjustable Bench Power Supply (30V/5A)Adjustable Bench Power Supply (30V/5A)

材料

5

所需工具

7

CC0 公共领域

此蓝图以 CC0 协议发布。你可以自由复制、修改、分发和使用此作品,无需征得许可。

通过购买蓝图中的产品支持创客,他们将获得 创客佣金 (由供应商设定),或创建此蓝图的新版本并将其作为连接包含在你自己的蓝图中以分享收入。

讨论

(0)

登录 加入讨论

加载评论中...