Also power-supply related
I have had one weird issue with the power supply of a Leica fluorescence microscope in the 1990s. I was developing and supporting an image processing package that supported three different frame-grabber/image-processing boards, either the Matrox PIP1024(A/B variants), which were fairly basic, or the more powerful Matrox MVP/AT-NP boards, equipped with a neighborhood processor (NP), that could perform GPU-like stuff way back in 1992 (video-rate 3x3 convolutions and the like). Both PIP1024 variants run happily on the same software, but the MVP/AT-NP needed a different library linked to the executable. Three systems lived happily in the Department of Medical Microbiology, and another, with an MVP/AT-NP board was installed at the Department of Dermatology. This caused no end of trouble. Code that ran happily at the microbiology department caused crashes on the same hardware at dermatology. I got seriously suspicious when they people at dermatology mentioned that whenever the UV lamp's power supply was switched on, the computer crashed. They developed a protocol that they first switched on the power supply of the microscope, and then booted up the computer. Clearly, the power supply was causing spikes on the mains voltage when switched on. I then surmised that when my code ran on this fast processor, RFI from the power supply was at fault. Indeed, when the power supply was switched off, all my code ran sweetly. On a hunch, I linked the library for the MVT/AT (but not NP) board to the code for dermatology, and all was well. Bit of a bummer we could only use the expensive NP unit when the microscope was not being used.
No problems with coffee (or tea) fortunately.