I have six hundred data with 16 bit to received from CAN line,
I plan to recived about one hundred data in the first 50ms, the sencond hundred in the second 50 ms...... ,the sixth hundred in the sixth 50 ms, Is it OK?
The second question, I need to log the five hundred data with 16 bit, I need to log these data in one minutes, I will log these data about five hours. Is it Ok? If it is OK, How should I set the max log size?
Thanks
Data
- jmorgan
- Enovation Controls Development
- Posts: 15
- Joined: Tue May 10, 2011 9:47 am
Re: Data
Hi liulanger521,
If I understand correctly, you are collecting 600 16bit variables at the rate of 100 at 50 ms intervals. Furthermore you are wanting to log these 600 variables once per minute.
The datalogger is not effected by the sample rate of the collection. This would be subject to CAN limitations.
Second, the max log file size would be >= 600 * 16bit * 1minute * 60 minutes * 5hours = 2880kb.
John Morgan
Test Engineer
FW Murphy.
If I understand correctly, you are collecting 600 16bit variables at the rate of 100 at 50 ms intervals. Furthermore you are wanting to log these 600 variables once per minute.
The datalogger is not effected by the sample rate of the collection. This would be subject to CAN limitations.
Second, the max log file size would be >= 600 * 16bit * 1minute * 60 minutes * 5hours = 2880kb.
John Morgan
Test Engineer
FW Murphy.