Re: How do I call another event from the current event in an event structure ?

2004-02-09 Thread Steve Parus
I don't believe though that the other event will actually execute until the first one completely finishes. Even if you use a sequence to call the other event. The other event's timecode will indicate when it was called or placed in the queue to be executed. Note this behavior is different than o

Re: How do I call another event from the current event in an event structure ?

2004-02-06 Thread FerozP
Hi, There are a couple of examples that you can look at that ship with LabVIEW (Help >> Find Examples): 1) Dynamically Register For Events.vi 2) Programmatically Fire Events.vi I hope this helps. Feroz National Instruments

Re: How do I call another event from the current event in an event structure ?

2004-02-05 Thread Joe Guo
You need Labview 7. 1) using dynamic event or 2) using value (signal) as an event condition. any changes to the value will signal the event -Joe

How do I call another event from the current event in an event structure ?

2004-02-05 Thread Act
1