Difference between revisions of "The Analog Thing FAQ"

From TheAnalogThing
m
m
Line 39: Line 39:
  
  
What is a minion chain?
+
'''What is a minion chain?'''
  
 
THAT is designed to allow an extensive range of applications with a small set of calculating elements. When applications require additional calculating elements, it is possible to link multiple THATs in a "minion chain" using their "MASTER" and "MINION" ports. Connecting the MINION port of a THAT to the MASTER port of another THAT with a ribbon cable makes the first THAT the "master" and the second THAT its "minion" so they can work together and share the calculating elements of both devices in the same program. There is no limit to the number of THATs that can be linked in a minion chain.
 
THAT is designed to allow an extensive range of applications with a small set of calculating elements. When applications require additional calculating elements, it is possible to link multiple THATs in a "minion chain" using their "MASTER" and "MINION" ports. Connecting the MINION port of a THAT to the MASTER port of another THAT with a ribbon cable makes the first THAT the "master" and the second THAT its "minion" so they can work together and share the calculating elements of both devices in the same program. There is no limit to the number of THATs that can be linked in a minion chain.

Revision as of 08:33, 30 July 2021

What can I do with THAT?

THAT is typically used to model dynamic systems, i.e., systems that change in time according to some causal relationships. Technically, THAT solves (sets of) differential equations by way of integration, and it produces results in the form of graphs representing relationships between dependent and independent variables. If you are not familiar with differential equations, then THAT is an excellent tool to familiarize yourself with them. If you understand differential equations, you can use THAT for a variety of purposes: You can use it to predict in the natural sciences, to control in engineering, to explain in educational settings, to imitate in gaming, or you can use it for the pure joy of it. THAT can help you understand what is (models of), and it can help you bring about what should be (models for). More fundamentally, THAT allows you to explore a non-digital computational paradigm hands-on!


Is THAT a general purpose computer?

Yes and no. The term general-purpose computer usually describes devices that can be programmed to mimic the logical procedures performed by other, comparable devices. THAT is different because it solves (sets of) differential equation(s) instead of processing logical procedures. It is a general-purpose analog computer in as far as it can solve any (set of) partial differential equation(s). In doing so, a single THAT is limited by its number of calculating elements. By connecting multiple THATs in "minion chains," it is possible to implement large analog computer programs involving any number of calculating elements.


How can I program THAT?

Programming analog computers is about modeling change in time. Typically, this process starts by translating change in some dynamic systems into one or more differential equations. These equations are then translated into patterns of wire connections between the analog computing elements on THAT's patch field. These patterns of wire connections are analog computer programs. When a program is run, THAT solves the programmed differential equations and outputs their solutions as time-varying voltages.


How can I obtain output from THAT?

THAT outputs the solutions of differential equations as time-varying voltages. In control applications, these can be used to drive actuators such as motors or valves. In lab or classroom settings, they are often visualized as graphs using oscilloscopes or plotters. In hybrid computing (where analog and digital computers work in tandem), analog-to-digital converters and digital-to-analog converters turn time-varying voltages into digital data and vice versa. The best way to read the output of your THAT is to connect it to the sound card of a digital computer which can then be used to visualize the output using digital oscilloscope software and to record, analyze, or otherwise process it.


With outputs varying between -10V to 10V, how can I use THAT to model quantities that are much larger or much greater?

Translating patterns of change in dynamic systems into mathematical representations and further into analog computer programs commonly involves the scaling of quantities. Quantities are represented on analog computers in a voltage or current interval with fixed boundaries called the machine unit. On THAT, this interval is -10 V to +10 V. For the sake of simplicity, the machine unit is generally thought of as ± 1, regardless of the actual voltage or current interval of a given analog computer. To model arbitrary quantities on THAT, they can be scaled to make efficient use of the machine unit. Output can then be converted back to the original scale.


How can I use THAT to create useful models of very fast or very slow phenomena?

Translating patterns of change in dynamic systems into mathematical representations and further into analog computer programs commonly involves the scaling of speed. THAT allows compressing or stretching the independent variable time by several orders of magnitude. In this way, the instantaneous decay of a volatile compound can be simulated slowly enough for observation and interactive manipulation, while population dynamics occurring over decades or centuries can be simulated in the blink of an eye.


What calculating elements are available on THAT?

THAT is designed to allow a wide range of interesting applications with a minimal set of analog calculating elements. It offers five integrators, four summers, four inverters, two multipliers, and eight coefficient potentiometers. In addition, it offers four comparators, four precision resistor networks as well as capacitors, diodes, and Zener diodes. Where more calculating elements are needed for a particular application, multiple THATs can be connected in minion chains.


How precise is THAT?

THAT is precise to about three positions after the decimal point, relative to its machine unit. This is perfectly appropriate for most applications. It is important to note that the precision of analog computers should not be compared to the precision of digital computers. Digital computing involves rounding, and hence rounding errors which can quickly add up in iterative loops. Analog computers do not have this problem. Their precision remains mostly unaffected by the size or runtime duration of their programs. In other words: the great precision of digital computers helps minimize a problem that is specific to digital computing.


What is a minion chain?

THAT is designed to allow an extensive range of applications with a small set of calculating elements. When applications require additional calculating elements, it is possible to link multiple THATs in a "minion chain" using their "MASTER" and "MINION" ports. Connecting the MINION port of a THAT to the MASTER port of another THAT with a ribbon cable makes the first THAT the "master" and the second THAT its "minion" so they can work together and share the calculating elements of both devices in the same program. There is no limit to the number of THATs that can be linked in a minion chain.