LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Property nodes and event structures

Hi,
 
Is there any way to get an event structure to react to the change in state of a property node?
 
I have a property node 'Cursor.Cursor Position.Cursor X' for a waveform graph and I'd like to execute an event case when its value changes.
 
I am having real trouble getting this to work and any help would be much appreciated.
 
Many Thanks,
Stuart
0 Kudos
Message 1 of 5
(2,853 Views)
The only one I know of is the property Value (Signaling).
 
However, there may be some creative ways to create some other trigger.
Are you programmatically monitoring the cursor position?
 
R
0 Kudos
Message 2 of 5
(2,845 Views)
Create an event for cursor move. 😄
 
 
Use a shift register to see which location has changed and add a case so the impartant code only executes if X differs.
 
(This is not available for very old LabVIEW versions. If you don't have it, you need to poll.) 


Message Edited by altenbach on 07-04-2008 09:49 AM
Message 3 of 5
(2,819 Views)
Thanks Altenbach..
 
I learn something new everyday on this forum. 🙂
I would never have thought to look for Waveform: Cursor Move..
Message 4 of 5
(2,804 Views)
Many thanks for your help.
 
The problem is now solved.
 
Stuart
0 Kudos
Message 5 of 5
(2,751 Views)