01-16-2019 06:27 AM
Hello,
I have a value signaling on a boolean indicator at the begining of my code to trigger an init event in my thread.
It's working as usual in developpement system but when running in EXE, my value signaling is triggering the event several times (3).
I use Labview 2017 SP1.
Where does this come from ?
Margaux
01-16-2019 06:32 AM
01-16-2019 06:39 AM
It's only showing when I debug the EXE (Menu -> Operate)
01-16-2019 06:47 AM
Hi Y,
It's only showing when I debug the EXE (Menu -> Operate)
Just from running the EXE I cannot see the problem…
So the problem seems to be related to debugging the EXE!?
Maybe the debugging restarts the EXE in an uncommon way? (And what is the resulting problem from this behaviour?)
01-16-2019 06:50 AM
01-16-2019 08:10 AM
Put a one-button dialog in that event and add indicators for "source" and "Type".
Not that I know what is happening but I am a curious animal.
Ben