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