From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Voltage of the counter output is low

Hello,

 

I am using a PCIE-6353 DAQ. I tried to use an oscilloscope to measure the voltage output of a counter from the MAX and my labview code. I found it is only about 0-2.6V. I wonder if there are any software methods (like some specific property nodes) to increase this clock output to trigger other devices.

 

BTW, I attached an image of parts of my code, where I used the digital input to detect both the rising and falling edges of an external trigger signal and then use the ctr0 to generate a clock with the double frequency. The new generated clock is almost synchronized with the orginal trigger (200 ns delay). But if I insert an Implicit (Finite Samples, 1 sample) between the CO Pulse Freq and Start Digital Edge, there was a sinificant delay. So now I need to delete it. When I should use the Implicit? Also, if I used an oscillioscope (500MS/s) to detect the Dev1/PFI0, which was generated from the Export Signal VI, I found the amplitude of the short pulse trains seemed very unstable although the output from the ctr0(PFI12) seemed stable. Is there any way to increase the amplitude and pulse width of the output pulses of Dev1/PFI0?

 

Thanks a lot!

 

0 Kudos
Message 1 of 5
(3,480 Views)

@lyzhab wrote:

I am using a PCIE-6353 DAQ. I tried to use an oscilloscope to measure the voltage output of a counter from the MAX and my labview code. I found it is only about 0-2.6V.


What impedence do you have the oscilloscope set up for?  Make sure that is set to the 1MOhm setting.

 

What else do you have this counter connected to?  This is typically a current limit issue.  The digital lines are limited to 24mA.  At 2.6V, this comes out to around 100 Ohms.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 5
(3,451 Views)
Hello, thanks for your suggestions. I will double check the oscilloscope. The counter is also connected to a Alazar digitizer as a trigger input.
0 Kudos
Message 3 of 5
(3,435 Views)

Hello, if I just use the oscilloscope with 1MOhm to measure the output clock, it is 0-5V although there are some sharp peaks at the edges. If I also connect it to the trigger input of a Alazar digitizer, the measurement from the oscilloscope becomes 0-2.5V. Maybe you are right, it just a current problem. I think the impedence of the digitizer is 50Ohm though. But anyway, if I only plug this counter output to the digitizer (no oscilloscope), then it should be fine, right?

0 Kudos
Message 4 of 5
(3,407 Views)

@lyzhab wrote:

I think the impedence of the digitizer is 50Ohm though. But anyway, if I only plug this counter output to the digitizer (no oscilloscope), then it should be fine, right?


The 50 Ohm from the digitizer will also be a problem.  You will want an op-amp or some kind of digital line buffer that can give you more current output if you really need the 5V at the digitizer.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 5 of 5
(3,399 Views)