PCAN-Explorer - reducing cycle time for data logging

Comprehensive CAN monitor for Windows® and its add-ins: Plotter, CANdb Import, Instruments Panel, and J1939
Post Reply
Piotr
Posts: 7
Joined: Wed 9. Mar 2016, 15:10

PCAN-Explorer - reducing cycle time for data logging

Post by Piotr » Wed 16. Mar 2016, 16:58

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

User avatar
PEAK-Support
Sales & Support
Sales & Support
Posts: 1646
Joined: Fri 10. Sep 2010, 19:34

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

Post by PEAK-Support » Thu 17. Mar 2016, 10:21

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
--------------------------------
PEAK-System Technik
Technical Support Team
support[at]peak-system.com
-------------------------------

Post Reply