05-23-2025 03:34 AM
@SC_boy wrote:
Jörg, I'm attempting to be more controlled when starting my child modules
[...]
I think it is working but wanted to ask here if there's something I'm overlooking with how the DQMH modules start and are synchronized.
It does look good to me. Just to reiterate:
DSH Pragmatic Software Development Workshops (Fab, Steve, Brian and me)
Release Automation Tools for LabVIEW (CI/CD integration with LabVIEW)
HSE Discord Server (Discuss our free and commercial tools and services)
DQMH® (Developer Experience that makes you smile )
06-03-2025 04:27 PM
Make your boolean nodes on your for loops indexed arrays, because the way you have wired them, they will only use the last value of the boolean array...
Only the first Start Module will return true, the rest should return false.