Hello,
If I click a button, its value changes from 'false' to 'true', and the corresponding event executes.
Now if I do not click the button. If the DAQ acquired value is above a threshold, the value of this button is set to 'true' (without external mouse clicking), but the event structure does not recognize the button value change, therefore no execution.
Anyone can tell me why this happen? Or, how to triger a event when DAQ reading exceeds a threshold? Thanks.
-Derek