TomGeorge:
Hi,
What is the application that needs 10,000 samples per second?
What is the input quantity and magnitude?
Thanks.. Tom...
hi,
The application are basically sensors that are monitoring internal parameters of an electrical turbine. The sensors are clocking 10,000 samples per second hence forming a wavelength with 10 KHz frequency.
The input quantity is a float value and is recorded 10 k times per second.
dave-in-nj:
Can you give a bit more information about the whole process ?
I know that it is not 100% pertinent to the solution, but it helps us understand the big picture.
the subject line says 100+ sensors.
would that mean you would have a data point with 2 or 3 pieces of information
sensor #, time of reading, reading of temperature , 10,000 total reading per second
Yes sorry, it is basically 100 different sensors each recording readings at 10 k samples per second. I can setup a different board for each sensor as long as i can send 10k samples per second either over to internet or to a common local controller.
and the data points are around 120 but each is recording same amount of data.
byte, unsigned long, float ? x 10,000 ?
If we just focus on 1 sensor first, than it is reading per 0.0001 sec and there are 10k total readings per second.
it will be float x 10,000
another question is the duration of the readings. is this a batch, runs for a short period, or is this continuous ?
and the batch will be run continuously, so can i have it stored somewhere locally and than synced with the online database.