JKI-State-Machine icon indicating copy to clipboard operation
JKI-State-Machine copied to clipboard

Warnings are never cleared

Open Tom-McQuillan opened this issue 7 months ago • 6 comments

If a warning occurs (for example, if the number of VISA bytes read matches the buffer size a warning is injected), it can never leave the error shift registers.

Proposal: In the template create a new Warning Handler (along side the existing Error Handler) state. The default behavior will be to clear the warning.

Tom-McQuillan avatar Jul 02 '24 16:07 Tom-McQuillan