05-04-2010 11:44 PM
Hi,
I am using PXI5124 digitizer to capture signals. We found that we could not set the vertical range less than 2Vpp. We have tried in oversampling and normal sampling modes. In the 5124 specificaion we should be able to set the range to 0.2Vpp to 10Vpp.
We set the vertical range by setting the niScope_ConfigureVertical() in C++ . Then we read back the getting NISCOPE_ATTR_VERTICAL_RANGE. We found the report vertical range is always 2Vpp when we set the range below 2Vpp.
Then we tested the range by inputting a 4vpp signal wave to the channel. Based on the clipping, we determined the actual vertical range. We had the same results of 2Vpp range.
For range larger than 2Vpp, it works fine.
Any suggestion?
05-05-2010 10:10 AM
05-05-2010 08:10 PM
I have already tried that. Whenever I set the range below 2Vpp, such as 0.2V, 0.4V, 1V range. The vertical range was still 2Vpp.
05-06-2010 08:43 AM
05-06-2010 11:05 PM
Attached please find the code. This is an example came with NI_scope. The sampling rate is 10MHz. Probe attenuation is 10.
Also attached xls file is the captured waveform by the program with ranges 0.2V to 10V. Input signal was 5Vpp sinewave with offset 0V. You can see that the signal clipped at +/- 1V for range 0.2V to 2V.
Hope this help.
Thanks!
05-06-2010 11:18 PM
05-07-2010 01:48 AM
I just done a test. It seems that we can only set the range below 2V range if we switch the probe to x1. For X10, the range can only be down to 2V.
Can anyone confirm this?
Or is there any way to set the range below 2V for probe X10?
05-07-2010 07:43 AM