LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Events in Labview 7.0

Hi all.

Can anyone provide examples of how to create programmatic (generated by the
application rather than the user) events in Labview 7.0?

Any help much appreciated.

Tony


0 Kudos
Message 1 of 4
(2,812 Views)
In the example folder there is a llb called dynamicevents.llb. This shows how to make the user defined event.
0 Kudos
Message 2 of 4
(2,805 Views)
Hi toni
 I think you must use  "Value (Signaling) Property" .
 by using this property of any control you can  create programmatic event
 
Behzad
0 Kudos
Message 3 of 4
(2,797 Views)
Here is a simple example (LabVIEW 7.0) for using a signaling property to fire an event.
 
The upper loop contains an event structure and one event is for a value change in an indicator (Yes, it does not need to be a control ;)). Under certain conditions in the lower loop, we write to a signaling property of the indicator instead of the indicator terminal and the event is triggered.
 
(Writing to a signaling property always triggers an associated value change event, even if the old an new values are the same.)
 

Message Edited by altenbach on 03-19-200608:55 AM

Download All
0 Kudos
Message 4 of 4
(2,789 Views)