I'm trying to trigger an event using the Value(Sgnl) property. My primary VI loads and runs a second VI containing a random number generator in a loop. When the random number exceeds a constant it changes the value of a control from zero to one using the Value (signaling) property. The control is registered in the main VI using Event Dynamic registration. Please see the enclosed code.