‎09-18-2019 11:40 AM
Hi there,
I am new to LabView. I have been watching tutorials, but they didn't help me. I want to read a 12 bit Digital signal from . I have USB-6501 and I connected it to ground and connected [port0 line 0] to 5 volts. I used DAQ assistant>acquire signal>digital input> 1 line input>port 0 line 0. I set the acquisition mode to 1 sample. Then I created an indicator for the DAQ assistant. Now whenever I hit "Run", the indicator light goes on, so my DAQ system is fine. Now I am not sure how to receive the 12 bit messages from the CN-0350 amp/ADC. can anyone help me?
Solved! Go to Solution.
‎09-18-2019 07:51 PM
Is the 12bit message a form of command?
Configure to measure 12 lines on USB-6501.
You can get 12 signals, convert it to numeric using Array to Num function.
‎09-18-2019 08:14 PM
I have an analog sensor that sends a signal to a CN-0350 amplifier/ADC circuit. The output of the circuit is a 12 bit signal. The circuit outputs the signal using SPI pins. I want the signal to go through the NI USB-6501 digital I/O device, and display the signal as decimal values in LabView. I read somewhere that the the NI USB-6501 model uses software timing which makes it harder. Is there anyway to do it?
‎09-18-2019 08:16 PM
Here's a link to the CN-0350 if that helps:
Thank you!!!
‎09-18-2019 08:26 PM
I'm surprised that the user interface shown on figure-5 is developed using LabVIEW.
As you know, 6501 is software timed product, it is difficult to read time critical signal.
You cannot do SPI reading with the device. Hardware timed product or FPGA are required.
Even if you could develop the software with USB-6501, there must be a jitter caused by Windows status,
it doesn't work well.
Here is an example to achieve the feature with hw timed DAQ.
‎09-18-2019 08:31 PM
Thanks a lot! You are amazing ^__^