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?
Counting error frames.
Re: Counting error frames.
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.