This is a a collection of LabVIEW architectures and design patterns I've authored and used a handful of times.
lv-architecture-config combines some common design patterns I use for storing configuration and accessing it within a LabVIEW application.
For more information, check out README.md
lv-architecture-interface shows some basic patterns for a non re-entrant and re-entrant interface designed for high concurrency.
For more information, check out README.md
lv-architecture-interface-dom-sub attempts to show a specific use case where a main interface is dominate for multiple subinterfaces using subpanels.
For more information, check out README.md
lv-architecture-launcher shows a way to combine one or more interfaces and functional components into a complete application.
For more information, check out README.md