12-08-2009 10:37 PM
12-09-2009 02:10 AM
12-09-2009 10:19 PM
For the whole knowledgebank for dizitizers check this out.
In LabVIEW you use SCOPE VI's or Use the softpannel of NI-SCOPE to view the data from the digitizers.
Hope that helps!
12-09-2009 10:51 PM
Thanx for your responses friends.
But I want to know whether I will be getting ADC data out of the digitizer so that I could use that in different applications. What I guess that instead of ADC sample values it will give me voltage levels at different point of time. Lets say I want to acquire ADC data for some period and want to store it in a text file.
Can I do that.
12-10-2009 10:03 AM
Hello 9966658175,
When you say that you want to get the ADC data, do you simply mean binary values as opposed to scaled voltages? If so, you can fetch the data from the digitizer such that you will be getting binary data. The same fetch function will return a gain and offset value, which can be used to scale the binary data to a voltage value (shown below).
Further information on the different instances of the niScope Fetch function can be found here in the online help. Once the binary data is fetched as an array, you can easily write this to a file by wiring it to a LabVIEW File I/O function. Hope this helps,
12-10-2009 10:20 AM
Also, I forgot to add a note that the binary data that will be fetched does not account for the ADC normalization and calibration data that is required to obtain proper, scaled voltage values. The gain and offset values returned in the wfm info do account for this and must be used to properly convert the binary values to voltage values.
Regards,