Difference between revisions of "Mechanical computation"

From apm
Jump to: navigation, search
m (testing element (gate))
Line 17: Line 17:
  
 
=== testing element (gate) ===
 
=== testing element (gate) ===
 +
 +
The input moves a blocking part in the way of the output.
 +
(Instant chain logic gates work differently)
  
 
=== sequencing mechanism ===
 
=== sequencing mechanism ===

Revision as of 17:41, 29 July 2014

This article is a stub. It needs to be expanded.


With a single type of universal logical gate any 'programmable logic arrays' (PLA) can be made by putting many of them together in disjunctive or conjunctive normal form (DNF / CNF)


Basic elements

differentials

One of the most important things in any computer are wires and forks of them.

The mechanical elements that correspond to simple electrical connections (solder points) are mechanical differentials (that includes planetary gear assemblies and linear versions). The angular speed (corresponding to electrical current) distributes proportional to the loads ([current divider). (Simple splitups of geartrains act like Voltage dividers)

testing element (gate)

The input moves a blocking part in the way of the output. (Instant chain logic gates work differently)

sequencing mechanism

Reversible mechanical logic

Reversible mechanics means: whenever an elastic element (a spring) is de-tensioned it must feed back its stored energy into the energy source.

Testing a clocked reversible mechanical gate is done via pulling pushing turning twisting or whatever against a potential steric hindrance obstacle that was put in place (or not) by the precedent gate . As long as the outputs are in use the inputs cannot be removed. If they would be removed all consecutive outputs would snap back - BAD. Thus the testing clock signal must rise like a bar graph display.

This is best done till an appropriate computation result is reached that has way viewer bits than the intermediate computation steps that lead there. This result can then be copied into a storage register and the output deleted. Meaning a view testing springs snap back irreversible and release their energy into the background heat bath.

Finally one let the bar graph clock signal stepwisely recede letting go of the testing gates in reverse order and pushing back the energy into the energy source (e.g. a flywheel). One could say one un-computes the intermediate data garbage.

This hole process is called a retractile cascade

The energy swings back and forth between the energy storage and the many logic gates. Tree like distributed though mechanical differenials.


In a programmable logic array (PLA) first the gates in the AND-plane and then the gates in the OR-plane must be evaluated in sequence. The results may be fed back into other yet unevaluated parts of the PLA for a second and further rounds.

If the negated bits are always computated in parallel the the energy stored in the springs in the gates when in evaluated state is always the same. Swing overshoot can be made minimal. [Todo: explain in more detail]


Drive for retractile cascade

Assuming rotative logic a possible method to generate the "bar graph display clock signal" may be like follows:

A binary tree of differentials to a locked chain of gears (blocked gears or geneva drives may be usable). All gears are spring loaded and only the first one is unlocked. the torque propagates through the differential tree and turns the first gear till the endstop. This in turn unlocks the second gear. Then comes the third and so on and so forth.

Concrete implementations

  • rod logic
  • rotative logic
  • pure flexture logic
  • ...

Benefits of low friction

Mechanical logical gates can either be elements that form instantaneous chains or elements that must be by a testing clock signal. Due to the exceptionally low friction of nanomechanical bearings it should be no problem to make instantaneous chains quite long. Also Differential gear trees with log(n) depth shouldn't pose a problem out of this reason.

Usage as analogous devices

  • differentials act as analog adders
  • gear ratios act as fixed ratio multiplication
  • there's a linkage mechanism for continuous multiplication

External links