LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

output digital waveform to daq

Hi I'd like to convert an analog signal to a digital signal and output it to a digital port on a BNC2110 through a DAQ 6251.  Could you please point me to some examples that I could use to do this task.  Thanks!

 

 

0 Kudos
Message 1 of 7
(3,885 Views)
Have you used the example finder?  It will give you an example of just about anything you need. 
-Matt Bradley

************ kudos always appreciated, but only when deserved **************************




0 Kudos
Message 2 of 7
(3,880 Views)

I have found an analog to DAQ and a digital to DAQ but no analog to digital to DAQ.  I will continue to look but just thought I'd ping for those who have encountered this problem before.  Appreciate any known solutions.

0 Kudos
Message 3 of 7
(3,875 Views)

Don't have a known solution -- but I would suggest 1) understanding both of the examples and then 2) combining them.

-Matt Bradley

************ kudos always appreciated, but only when deserved **************************




0 Kudos
Message 4 of 7
(3,872 Views)
Can you explain exactly what you want to do? Do you want to convert a single pulse stream that you have stored in an analog format into a single digital pulse stream. Or, do you want to convert a specific analog voltage into x number of bits?
0 Kudos
Message 5 of 7
(3,866 Views)

Say I have a sine wave outputting to DAQ eventually to analog port on BNC2110. 

Then I want to generate a digital waveform off of the sine wave outputting to DAQ to digital port on BNC2110, being able to adjust the phase shift and duty cycle.

 

 

 

 

 

0 Kudos
Message 6 of 7
(3,858 Views)
To output a digital waveform of the same frequency as the sine wave, you would probably be better off using a counter output. The DAQmx Write set to counter has inputs for frequency and duty cycle.
0 Kudos
Message 7 of 7
(3,852 Views)