Page 1 of 1

PCAN-Explorer - reducing cycle time for data logging

Posted: Wed 16. Mar 2016, 16:58
by Piotr
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

Re: PCAN-Explorer - reducing cycle time for data logging

Posted: Thu 17. Mar 2016, 10:21
by PEAK-Support
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