06-20-2006 02:41 AM
06-21-2006
02:33 PM
- last edited on
11-24-2025
10:22 AM
by
Content Cleaner
Hi, Adam.
The size of your Read and Write Config VIs is great. In terms of the architecture of your application, it sounds like you probably want to use one of the following design patterns:
Producer/Consumer - commonly used when acquiring multiple sets of data to be processed in order
Master/Slave - commonly used when responding to user interface controls while collecting data simultaneously
State Machine - used in applications where distinguishable states exist
They each have their pros and cons; I recommend reading over the tutorials to see which one is most applicable to your situation. If you have more questions, please let me know.
Have a nice afternoon!