Update...
1. Another possible cause or contributor is the fact that the setup I was measuring was all connected to a APC Smart UPS 600. I didn't even think of that before.
2. I have been hearing about Arduino, mostly from the ARRL Amateur Radio magazine. But I knew virtually nothing about Arduino. I read about the Nano, then about the language. Then I started looking at demo's, especially the code. It all looked very easy. I have programmed in C. So I bought a Nano, breadboards, LEDs, resistors, wires with pins. I successfully completed several simple projects, making LEDs blink and flash in several different ways. Then I got a Grove latching relay and got a simple intervalometer working. It can fire two cameras or two Time Machines, reliably. My simple test program fires for 200ms every 5 seconds. I am opening a closed circuit for 200 ms and that is the reliable way to fire the Time Machines. Now I have written a program that makes the relay behave like a Triggerbox, except NC rather than NO. It fires reliable using serial communication via the USB from my Intervalometer program I wrote for the Esper Triggerbox running on a windows computer, and sends a reply back to the program. This all solves one major problem I had. So I am about to make this into a permanent black box.
3. While I see the power of Arduino, I still don't know how to define the signal I am trying to duplicate. Is it an incredibly short closing of an open circuit ? If I could define this signal I could figure out if the Nano could produce it. This is what I was hoping someone on the forum could tell me.
4. I have been meaning to reproduce the oscilloscope images in a clean environment so there is no 60hz hum, to get a better and cleaner image to show. I hope to get to that today, or very soon.
5. I may now be addicted to Arduino. I have several unrelated projects already in the works.
So primarily, I need someone to tell me what sort of signal this is. Obviously it is some sort of pulses. They are 1ms apart. The code is simple. If I set the Time Machine to 44 steps per frame, the signal will have 44 pulses. Although I am not new to electronics, I have little experience with circuit level work. I have never seen a signal like this. How can it go straight down, and never up ? Is this an incredibly short square wave ? Perhaps I will understand if someone knows a catch word or phrase for this sort of pulse. Or perhaps someone could explain how this signal could be created mechanically.