03-26-2021 08:14 AM
Hi,
I'm wondering why doesn't the code below capture the Module Did Init broadcast of the module? The module has another broadcast (button press on the FP) which is captured by the same event structure.
(I'm completely new to DQMH, just started experimenting with it so I'm pretty sure that it's something trivial)
thanks,
Istvan
03-26-2021 08:34 AM
eh... nevermind. It seems that because I forgot to run the Stop module VI at the end of my code the module were possibly running in the background. Once I stopped the module the did init was captured.