Hi, I am trying to collect two signals from ads1262evm in the adcpro. but it only allows me to collect the two channels one by one. is there a way to automaticly collecting the two channels data?
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Karl,
If you're okay with collecting the data channels separately, you could combine the results into a text file and use the "File Reader" plugin to import the data.
The text file should have the following (tab delimited) format:
(The yellow arrows indicate tabs). Here's a text file you can reference and overwrite with your data:
[Device Information] EVM Device Name ADS1262 Date and Time 8/24/2016 Notes Number of Channels 2 [Channel Information] Channel Name ADC0 ADC1 Sampling Frequency 8000.000 8000.000 Input Frequency 0.000 0.000 Max Code 2147483647 2147483647 Max Voltage 2.50 2.50 Min Code -2147483648 -2147483648 Min Voltage -2.50 -2.50 Data Format Decimal Decimal [Channel Data] 9280 2186 9280 2177 9540 2079 9830 2078 9450 2091 9540 2053 9570 1986 9590 1988 9500 2006 9610 2118
After you create the text file you'll need to the following:
I hope that helps!
Chris
Hi Chris,
Our goal is to be able to acquire samples from two channels either simultaneously or with a known fixed delay between channels. Sample rate is between 20ksps and 100ksps, resolution needs to be 22-bits or better.
I noticed that ADCPRO has the option of acquiring data from ADC1 and ADC2 if using ADS1263EVM. Would ADS1263EVM meet the criteria listed above?
In advance, thank you for your response.
Hi Guru,
The ADS1263 has a second 24-bit ADC; however, it only goes up to 800 SPS and has an ENOB of 14 bits...For the ADS1262 or ADS1263, the primary 32-bit ADC can operate at 38.4 kSPS, however, the resolution is only 15 bits at this data rate.
ENOBs for fastest ADC1 and ADC2 data rates:
The noise performance of the ADS1262 really shines at the lower data rates, but for this high of a data rate, you might be better off looking into something like the ADS1257 (19-bit ENOB @ 30kSPS) or the ADS131A02 (two-simultaneously sampling ADCS with ~16-17 bits @ 20 kSPS).
Best Regards,
Chris