AIO - Sampling rate

Topics about the Hardware of Revolution Pi
Post Reply
Railmonitor
Posts: 2
Joined: 16 Aug 2018, 11:35
Answers: 0

AIO - Sampling rate

Post by Railmonitor »

Hello

I am working on a project, where we are looking to sample an analog accelerometer at a rate of 8000-9000 Hz. Is the AIO module able to sample on the analog input at this rate? If yes, how do I access the data on my RPI?

Thanks for the help
Jacob
mdingena
Posts: 6
Joined: 15 Aug 2018, 12:47
Answers: 0

Re: AIO - Sampling rate

Post by mdingena »

I'm certainly no expert, but doesn't the core module have a cycle time of 5 milliseconds? That would mean it's running at 200 Hz?
User avatar
volker
Posts: 1046
Joined: 09 Nov 2016, 15:41
Answers: 1

Re: AIO - Sampling rate

Post by volker »

Please read the technical data sheet:
https://revolution.kunbus.de/wp-content ... i_AIO.pdf
(can be found in our shop at the AIO product page).
There you can read:
Input conversion time (data rate in process image): 8…1000 ms (adjustable)
Therefore your aimed signal frequency revolution is far out of range for our AIO which is more a high precision (and therefor slow) analogue input device.
Unser RevPi Motto: Don't just claim it - make it!
Railmonitor
Posts: 2
Joined: 16 Aug 2018, 11:35
Answers: 0

Re: AIO - Sampling rate

Post by Railmonitor »

That was what I figured, but I was hoping I read it wrong. Thanks for the answers!

Enjoy your weekend
Jacob
wennemer
Posts: 1
Joined: 03 May 2019, 16:03
Answers: 0

Re: AIO - Sampling rate

Post by wennemer »

Hi,
well the AIO module is not made to be used with accelerometers.

But will there be a suitable module in the near future?
User avatar
dirk
KUNBUS
Posts: 1926
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: AIO - Sampling rate

Post by dirk »

Dear wennemer, it depends on the sampling rate of your application if the AIO module is fast enough to handle accelerometer data. Sure for motion applications the cycle time in general is the performance gap here, not a specific module... btw you may read out the cycle time in not rounded ms with

Code: Select all

piTest -r RevPiIOCycle
We'll announce new modules and other things by using the information channels you may subscribe so that you'll have the information immediately.
kobusnell
Posts: 1
Joined: 23 Aug 2019, 08:13
Answers: 0

Re: AIO - Sampling rate

Post by kobusnell »

I also have a question on the sampling rate of the AIO module.

8ms -> 125Hz. Will this be attainable on all channels if all channels are used, or will I only get ~30Hz per channel?

Thanks.
Post Reply