Can't trigger on 2 channels simultaneously on oscilloscope =/

  • Thread starter Thread starter Nano-Passion
  • Start date Start date
  • Tags Tags
    Oscilloscope
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 14K views
Nano-Passion
Messages
1,291
Reaction score
0
I'm not sure where to put this so mods feel free to move it as needed.

I'm working on this oscilloscope trying to measure two signals from the detectors. To extract the signficiant signals, I need to use the trigger mechanism. However, the oscilloscope is not letting me (or I don't know how) apply the trigger to two channels at the same time. It has only been working with one trigger at a time.

The oscilloscope type that I am using is Tektronix DPO4104. Help would be very appreciated because I've spent many hours not being able to get this to work.
 
Last edited:
Engineering news on Phys.org
You can't trigger two signals at once (with some exceptions) on oscilloscopes. The trigger can only come from a single source, either a channel or an external source. Once the scope is triggered, everything, on all channels is recorded.
 
You can make a single trigger signal that is the combination of the two input signals -- you just have to do that with a separate circuit. What do the two analog signals look like? What kind of combination trigger signal would work for you?

It might be as simple as using two resistors to make a combination signal, or two diodes to OR the signals, or two comparators to detect separate trigger levels, and then OR the two comparator outputs, etc.
 
Topher925 said:
You can't trigger two signals at once (with some exceptions) on oscilloscopes. The trigger can only come from a single source, either a channel or an external source. Once the scope is triggered, everything, on all channels is recorded.

Oh.. that would explain a lot!

berkeman said:
You can make a single trigger signal that is the combination of the two input signals -- you just have to do that with a separate circuit.

What do the two analog signals look like? What kind of combination trigger signal would work for you?
I'm assuming you are asking what the signals look like on the oscilloscope. It is a negative pulse with sort of a vertical fall followed by a rugged rise on a slope (like a triangle).

Forgive me if I'm interpreting your second question wrong as well. The combination that I would like is straight forward -- just edge triggering on both channels (with noise reduction coupling), with negative slope. I would like the two trigger levels to differ however, one around 100 mv and the other around 28mv.

It might be as simple as using two resistors to make a combination signal, or two diodes to OR the signals, or two comparators to detect separate trigger levels, and then OR the two comparator outputs, etc.

Hmm, simple in practice of course. I am a complete beginner, I would love if you can send me a source that can guide me in this.

Thanks a lot for your help! :approve:
 
Hi Nano-P. Normally you only trigger on one channel or the other. If the two signals are synchronized then they will both appear as a stable trace on the scope. If however they are asynchronous (different unrelated frequencies for example), then only the trace you trigger can be stable, and the other one will "dance" around.

Sometimes in this situation you can use a storage scope with a 'one-shot" trigger to make more sense of what's going on.
 
Good suggestion by uart -- does your 'scope have a memory? Then you can store with one trigger and one-shot later with the other, and superimpose the two waveforms.

Why do you want to trigger on a combination of the two signals? Are they repetitive, or do they vary? Can you say more about what you are trying to do?

Worst case you can make a couple of amp/comparator circuits to do your own triggering on the two waveforms, and make the overall combined trigger signal as a combination of the two comparator outputs...
 
Uart, I do apologize but I'm not familiar with some of the lingo. And bekerman, I'll expound on what I am doing in the following.

I have a scintillator set up in connection to a photomultiplier, and I am measuring the output voltage from the photomultiplier. I am looking for a significant signal (ie a certain voltage) to tell me that I have measured a muon particle which interacts with the scintillator.

Now what happens is, there is too much noise and I can not extract any meaningful information without setting up trigger criterias. I have two different scintillators set up, each with their own photomultiplier connected with BNC cables onto the oscilloscope.

The signals are not repetitive. There is a lot of noise in the middle and every once in a while (I would estimate once per second) there is a pulse caused by the trigger. I have a attached an image for you to see.

uart said:
Hi Nano-P. Normally you only trigger on one channel or the other. If the two signals are synchronized then they will both appear as a stable trace on the scope. If however they are asynchronous (different unrelated frequencies for example), then only the trace you trigger can be stable, and the other one will "dance" around.

Sometimes in this situation you can use a storage scope with a 'one-shot" trigger to make more sense of what's going on.

berkeman said:
Good suggestion by uart -- does your 'scope have a memory? Then you can store with one trigger and one-shot later with the other, and superimpose the two waveforms.

Why do you want to trigger on a combination of the two signals? Are they repetitive, or do they vary? Can you say more about what you are trying to do?

Worst case you can make a couple of amp/comparator circuits to do your own triggering on the two waveforms, and make the overall combined trigger signal as a combination of the two comparator outputs...
 

Attachments

  • tek00001.png
    tek00001.png
    41.8 KB · Views: 1,019
Wow, that is challenging. Small waveforms and fast timescales. My idea of discrete amps and comparators probably is not practical for this.

Do you have any other oscilloscopes? Some 'scopes and logic analyzer / scope combination units have a "Trigger Out" BNC port. If you had 2 other scopes with Trigger Outupts, you could logically combine those two trigger signals into one to feed into your primary scope's External Trigger input...
 
berkeman said:
Wow, that is challenging. Small waveforms and fast timescales. My idea of discrete amps and comparators probably is not practical for this.

Do you have any other oscilloscopes? Some 'scopes and logic analyzer / scope combination units have a "Trigger Out" BNC port. If you had 2 other scopes with Trigger Outupts, you could logically combine those two trigger signals into one to feed into your primary scope's External Trigger input...

Yes, that sounds like a good idea. Thanks.