Counting error frames.

Comprehensive CAN monitor for Windows® and its add-ins: Plotter, CANdb Import, Instruments Panel, and J1939
Post Reply
PMJ
Posts: 13
Joined: Mon 9. Jan 2012, 12:44

Counting error frames.

Post by PMJ » Thu 15. May 2014, 13:17

Hi,
I'm testing battery pack with different supplied voltage. For this tests i need count error frames in VBA macro and later use it to generating answer pack work ok or not. .
Is it possible?

K.Wolf
Software Development
Software Development
Posts: 141
Joined: Wed 22. Sep 2010, 15:37

Re: Counting error frames.

Post by K.Wolf » Fri 16. May 2014, 09:30

Yes, you could control a tracer in your macro that has a message filter assigned that lets only Error Frames pass through. The tracer.Messages.Count property then gives you the required information.

Post Reply