To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This code is an event driven master / slave structure where the event-structure is also used for error handling with a dynamically created even
Description
Clean error handling in a Producer/Comsumer, Master/Slave and other highly parallel architectures can be a pain.
Here is a simple example for an event driven master / slave structure where the event-structure is also used for error handling with a dynamically created event. The initialization of the error-handler is done inside the timeout-case of the Event handler
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Block Diagram
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.