Page 1 of 1

Counting error frames.

Posted: Thu 15. May 2014, 13:17
by PMJ
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?

Re: Counting error frames.

Posted: Fri 16. May 2014, 09:30
by K.Wolf
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.