PDA

View Full Version : Input/Output Impedance Clipping Voltages


mcleung
Oct20-11, 09:19 AM
Hey guys,

I’m trying to do a simple experiment where both my DAQ (Data AcQuisition) card and my microcontroller trigger off the same signal.
The trigger source is from the Agilent 33210A which is a 50 Ohm impedance output.
From that source, I have connected it to both the AlazarTech DAQ card (50 Ohm Impedance) and my microcontroller (9S12E128) (Set to High impedance)
I’ve noticed that my microcontroller is not triggering properly. When I disconnect the DAQ card, it works fine.

I am suspecting that the low impedance on the DAQ card is clipping off the high voltages.
I’m wondering if you guys have any ideas on how to fix this. I wouldn’t want (But if needed then I will) to introduce opamps or other circuits because it will create delays in the trigger signal.

berkeman
Oct20-11, 12:21 PM
Hey guys,

I’m trying to do a simple experiment where both my DAQ (Data AcQuisition) card and my microcontroller trigger off the same signal.
The trigger source is from the Agilent 33210A which is a 50 Ohm impedance output.
From that source, I have connected it to both the AlazarTech DAQ card (50 Ohm Impedance) and my microcontroller (9S12E128) (Set to High impedance)
I’ve noticed that my microcontroller is not triggering properly. When I disconnect the DAQ card, it works fine.

I am suspecting that the low impedance on the DAQ card is clipping off the high voltages.
I’m wondering if you guys have any ideas on how to fix this. I wouldn’t want (But if needed then I will) to introduce opamps or other circuits because it will create delays in the trigger signal.

Can you look at the waveforms with an oscilloscope?

mcleung
Oct20-11, 12:28 PM
Can you look at the waveforms with an oscilloscope?

Yes I have. I sent my oscilloscope to high impedance, and I notice that when I plug the trigger line into my DAQ card the trigger signal gets reduced SIGNIFICATLY.

It drops down from about 4.11 V (peak to peak) to 2.77 V.

berkeman
Oct20-11, 12:45 PM
Yes I have. I sent my oscilloscope to high impedance, and I notice that when I plug the trigger line into my DAQ card the trigger signal gets reduced SIGNIFICATLY.

It drops down from about 4.11 V (peak to peak) to 2.77 V.

Yes, that is how things work with a 50 Ohm source driving a 50 Ohm load. The open circuit voltage of the voltage source is reduced to half when it is terminated into a matching impedance.

You would need to find out what the Vih spec is for the logic you are driving, and set the signal source to > 2x that voltage.

mcleung
Oct20-11, 12:51 PM
You would need to find out what the Vih spec is for the logic you are driving, and set the signal source to > 2x that voltage.

What is "vih"? I suppose you are referring to the logical HIGH and logical LOW values that the micro controller uses?

Also, I can't change the signal source, the Agilent function generator is fixed. (can't change the impedance, nor the voltage)
I can't change the impedance of the DAQ card either.

yungman
Oct20-11, 12:53 PM
Yes, that is how things work with a 50 Ohm source driving a 50 Ohm load. The open circuit voltage of the voltage source is reduced to half when it is terminated into a matching impedance.

You would need to find out what the Vih spec is for the logic you are driving, and set the signal source to > 2x that voltage.

Are you living in Newark Ca? I see from your HAM radio stuff below by neither link work. I live in Sunnyvale.

Back to the question, Depend of the speed of the trigger signal, if the rate is slow, maybe is safer to remove the 50ohm termination from the DAQ so the signal don't get loaded down. I just afraid by accident the DAQ is removed and the Microcontroller will be cooked by to over voltage.

yungman
Oct20-11, 12:55 PM
What is "vih"? I suppose you are referring to the logical HIGH and logical LOW values that the micro controller uses?

Also, I can't change the signal source, the Agilent function generator is fixed. (can't change the impedance, nor the voltage)
I can't change the impedance of the DAQ card either.

We wrote at the same time. Look at the Agil for another output to drive the controller separately. Then you can safely raise the voltage output.

berkeman
Oct20-11, 12:57 PM
Are you living in Newark Ca?

Yep! PM me if you want more info.

mcleung
Oct20-11, 12:59 PM
I'm using a 500MHz aquisition rate on my DAQ.

berkeman, I found this on my microcontroler

V_CC 5.0
V_OH 4.2
V_IH 3.25
V_IL 1.75
V_OL 0.5
Gnd 0

**V_OH 4.2, not 5.2

berkeman
Oct20-11, 01:02 PM
What is "vih"? I suppose you are referring to the logical HIGH and logical LOW values that the micro controller uses?
Yes

Also, I can't change the signal source, the Agilent function generator is fixed. (can't change the impedance, nor the voltage)
I can't change the impedance of the DAQ card either.

Why can't you set the 33210A amplitude and offset? It is able to put out 10Vpp into 50 Ohms:

http://www.home.agilent.com/agilent/redirector.jspx?action=ref&lc=eng&cc=US&nfr=-536902257.793368.00&ckey=1000032746:epsg:dow&cname=AGILENT_EDITORIAL

.

berkeman
Oct20-11, 01:10 PM
I'm using a 500MHz aquisition rate on my DAQ.

berkeman, I found this on my microcontroler

V_CC 5.0
V_OH 5.2
V_IH 3.25
V_IL 1.75
V_OL 0.5
Gnd 0

Yeah, setting the 33210A to 2.77Vpp (with offset voltage half of that) will not meet those CMOS logic levels.

If you're stuck with the 33210A setting for some reason, you could use a high speed comparator as the buffer between the signal generator and your logic input...

mcleung
Oct20-11, 01:11 PM
Why can't you set the 33210A amplitude and offset? It is able to put out 10Vpp into 50 Ohms:

http://www.home.agilent.com/agilent/redirector.jspx?action=ref&lc=eng&cc=US&nfr=-536902257.793368.00&ckey=1000032746:epsg:dow&cname=AGILENT_EDITORIAL



You are looking at the output. Yes the output can go up to 10v p-p. I'm using the sync output as the output is used to output the function I want the Acquisition card to sync to.


We wrote at the same time. Look at the Agil for another output to drive the controller separately. Then you can safely raise the voltage output.
The Agilant fn Generator has:
BNC Output (Used)
BNC Sync (Trigger out-What I am having difficulties with)
BNC Trigger In (Also used)
BNC Modulation In - for other purposes.

berkeman
Oct20-11, 01:43 PM
You are looking at the output. Yes the output can go up to 10v p-p. I'm using the sync output as the output is used to output the function I want the Acquisition card to sync to.



The Agilant fn Generator has:
BNC Output (Used)
BNC Sync (Trigger out-What I am having difficulties with)
BNC Trigger In (Also used)
BNC Modulation In - for other purposes.

The Trigger Output is not meant to drive a 50 Ohm load. It is meant to drive logic inputs. The datasheet that I linked to lists it as having a "5V Zero-Going Pulse".

mcleung
Oct20-11, 01:51 PM
The Trigger Output is not meant to drive a 50 Ohm load. It is meant to drive logic inputs. The datasheet that I linked to lists it as having a "5V Zero-Going Pulse".

Trigger output is used to trigger other systems. I'm using it to trigger my DAQ card (Below) and the microcontroler.

TRIG IN (External Trigger) Input
Input impedance 50 Ω
Coupling DC only
Bandwidth (-3dB) DC - 250 MHz
Input range ±3 V
DC accuracy ±10% of full scale input
Input protection ±8V (DC + peak AC without external
attenuation)
http://www.alazartech.com/products/ATS9350_v_1_1b.pdf

berkeman
Oct20-11, 02:04 PM
Trigger output is used to trigger other systems. I'm using it to trigger my DAQ card (Below) and the microcontroler.

TRIG IN (External Trigger) Input
Input impedance 50 Ω
Coupling DC only
Bandwidth (-3dB) DC - 250 MHz
Input range ±3 V
DC accuracy ±10% of full scale input
Input protection ±8V (DC + peak AC without external
attenuation)
http://www.alazartech.com/products/ATS9350_v_1_1b.pdf

If the trigger input is always 50 Ohms and not configurable, then you will need a beefy buffer to drive it. You could use a 74AC244-type gate to do it (or a single gate version).

mcleung
Oct20-11, 02:09 PM
If the trigger input is always 50 Ohms and not configurable, then you will need a beefy buffer to drive it. You could use a 74AC244-type gate to do it (or a single gate version).

Ok thanks for your help!

This is what I feared is that I'd require a amp. Hopefully I can find one with response times in the 500+GHz range also or else I'll need to decrease my acquisition frequency.

berkeman
Oct20-11, 02:14 PM
Ok thanks for your help!

This is what I feared is that I'd require a amp. Hopefully I can find one with response times in the 500+GHz range also or else I'll need to decrease my acquisition frequency.

In the which-what frequency range?!