I am trying to read analog voltage from 52 channels (7 DAQ MCC 128 16-bit, 100 KS/s, 8 SE/4 DIFF Analog Inputs, Multiple Input Ranges heads mounted on a single Raspberry Pi 4) synchronously. I would like to collect samples at a rate of 5KS/s from each channel.
I have just started learning PYTHON.
Is it possible to export the data or to log the data of all the 52 channels into an Excel sheet? If yes then how should I code the microprocessor.
Or else is it possible to get the data into LABVIEW using the ethernet port? If yes then what code should be used to transmit the data from the microprocessor to LABVIEW using the ethernet port.
I have used the sample codes provided on github and i was able to read the channels but at a much lower sampling rate. If the sampling rate was increased the program gets crashed.
Question
ArjunNarayanan
Hi !!!
I am trying to read analog voltage from 52 channels (7 DAQ MCC 128 16-bit, 100 KS/s, 8 SE/4 DIFF Analog Inputs, Multiple Input Ranges heads mounted on a single Raspberry Pi 4) synchronously. I would like to collect samples at a rate of 5KS/s from each channel.
I have just started learning PYTHON.
Is it possible to export the data or to log the data of all the 52 channels into an Excel sheet? If yes then how should I code the microprocessor.
Or else is it possible to get the data into LABVIEW using the ethernet port? If yes then what code should be used to transmit the data from the microprocessor to LABVIEW using the ethernet port.
I have used the sample codes provided on github and i was able to read the channels but at a much lower sampling rate. If the sampling rate was increased the program gets crashed.
Eagerly waiting for your helpful reply.
Regards
Arjun
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now