Hello,
I have device which is sending data per each 100ms but I want to log the data end export to excel file only per 1s. Could you give an advice how to do this?
Thanks in advance
PCAN-Explorer - reducing cycle time for data logging
- PEAK-Support
- Sales & Support
- Posts: 1646
- Joined: Fri 10. Sep 2010, 19:34
Re: PCAN-Explorer - reducing cycle time for data logging
Write your code in that way that you
a) write only every 10th CAN Frame
b) summ all CAN Frames over the time and divide by the counter (simple Average)
But this have nothing to do with our Tools - it is a question of programming skills
a) write only every 10th CAN Frame
b) summ all CAN Frames over the time and divide by the counter (simple Average)
But this have nothing to do with our Tools - it is a question of programming skills
--------------------------------
PEAK-System Technik
Technical Support Team
support[at]peak-system.com
-------------------------------
PEAK-System Technik
Technical Support Team
support[at]peak-system.com
-------------------------------