12-09-2024 03:47 AM
Hi,
i'm using a dqmh module to start, stop and receive error information from all dqmh modules of my application.
these are key functionalities of that module
1) Obtain Broadcast Events for Registration of every dqmh module of application, outside EHL
2) execute start + synch and registration of every dqmh module of application, inside EHL
3) to be registered to "error Reported" broadcast event of every dqmh module of application, inside EHL
4) stop all modules of application, inside MHL
i need to understand if there is a way to execute 1, 2, 3, 4 programmaticaly, to save wire ad readability of block diagram. i'm searching something like this: write in a txt file the list of name of dmqh modules and then execute 1-4 actions
i know that inside Get Module Main VI Information.vi there is static vi reference of main.vi
that prevent me to have issue during build executable (included file....). if there is a solution for the programmatic management of all modules, is it possible to keep this feature?
thank you for the support
best regards
Michele
Solved! Go to Solution.
12-09-2024 06:14 AM - edited 12-09-2024 06:14 AM
You should have a look at the HSE Application Template where modules are called dynamically via a config file.