Re: Triggering events in LabVIEW 7.0

2003-12-29 Thread Mads
One solution is to change the value of the boolean by using the value(signaling) property. Unlike e.g. changing the value using a local this will trigger an event (events like this only trigger when there has been a user interface activity, that's why using a local won't work). The other solution

Re: Triggering events in LabVIEW 7.0

2003-12-29 Thread Greg McKaskle
I need to execute one of my event cases upon startup as an initialization step. For example, I have 3 different cases that monitor Boolean1, Boolean2 and Boolean3 Value Change events. I need to execute the Boolean1 Value Change Event case upon startup. Is there a way to do this? I've