In the well known science fiction film 2001 A Space Odyssey there is a scene in which Bowman and Poole are trying to locate the fault in the AE-35 unit. If memory serves, they use a tool which allows for probing the circuit board and seeing on a monitor in real time some paths in the circuit light up and flash, as well as other information about the circuit's operation. This leads them to conclude there is no fault. My question is whether such a tool now exists in the real world, and if so which companies manufacture it. I have tried various online searches but so far I can't find the answer, so I hope the experts on this forum can answer. This is my first post, and I thank anyone who takes the time to answer.
Asked
Active
Viewed 1,348 times
6
-
12‘I’m sorry Dave, we don’t have that!’ – Kartman Sep 27 '21 at 02:22
-
3It is known as an encabulator. – Math Keeps Me Busy Sep 27 '21 at 02:26
-
1Probably as close as you'd get would be a Digital Signature Analyzer. Made by folks like Fluke, HP etc. Worked well for TTL logic but not useful for todays MCU controlled functionality. – Jack Creasey Sep 27 '21 at 02:49
-
2@MathKeepsMeBusy: Turbo-, retro-, or micro-? – Michael Seifert Sep 27 '21 at 12:41
-
1@MichaelSeifert mini- they didn't have micros back in 2001 – Math Keeps Me Busy Sep 27 '21 at 13:06
-
Maybe some kind of [boundary scan test](https://en.wikipedia.org/wiki/Boundary_scan)? – 2012rcampion Sep 27 '21 at 16:08
2 Answers
9
The movie the tool is a visual prop to help the audience understand that they were analyzing a circuit. It has elements of real devices like continuity meters and board schematic view tools, but is not a real instrument.

user1850479
- 14,842
- 1
- 21
- 43
-
6
-
-
8Hey I found the problem: they forgot to solder components on that orange PCB! :) No wonder HAL is acting up. – Lundin Sep 27 '21 at 06:20
-
1It looks to me like a combination of a logic probe and a schematic. A very simple version of this is something I wish I had when debugging a failed board. That is, ask it to highlight a specific path based on the schematic that it already has, not the board. I can then touch the other probe to any part that it shows lit up and check for connectivity. I eventually turned up a faulty noise reducing inductor. – Joshua Sep 27 '21 at 16:42
-
1@Joshua Sounds like a boardview? I usually make those for any circuits I design, since it makes troubleshooting easier. – user1850479 Sep 27 '21 at 20:44
-
6
There is no tool quite like that. The closest thing is a TDR (time domain reflectometer). This tool sends a voltage pulse down a conductor and by measuring reflections can provide many insights. For example if there was a broken trace on a circuit board, or a component is blown up, you can see that.
It may be possible to probe a good circuit with a TDR to capture known good signatures and then look at a failing circuit for differences.
It's a stretch to liken it too much to that scene but it's somewhat reminiscent.

65Roadster
- 1,255
- 5
- 9