05-22-2014 07:16 AM
Hello,
I am trying to create a digital signal and view it with the oscilloscope. I have started with an analog one, converted it with DWDT Analog to Digital and when I am trying to connect it with the oscilloscope (DAQ Assistant) via the NI PXIe-6363 card and SCB-68A connector, I have the following error:
What is wrong with my design?
Thanx a lot in advance!
05-22-2014
07:19 AM
- last edited on
03-19-2024
10:18 AM
by
Content Cleaner
You're simulating an analog signal and the DAQ Assistant is configured to output a digital signal.
To create a digital waveform, look for an example or checkout functions available in 'Digital Waveform VIs and Functions' sub-palette.
Or you can also think of spending some money on buying 'NI Digital Waveform Editor'.
05-22-2014 07:34 AM
Thank you for the fast reply. I thought that there was a conversion to digital form. So in that way, which element should I use to create a digital signal and observe it with the oscilloscope. I tried 'Build wavform' and 'Build digital' modules but none worked!
Thank you
05-22-2014 07:36 AM
The error tells you exactly what is wrong. The DAQ Assistant is looking for a 1D Array of Digital Waveform. You are just giving it a scaler Digital Waveform. So throw in a Build Array resized to only one input.