10-23-2015 04:31 AM
Hi everyone,
I have been searching for this answer for a while and has not find one. So, let me describe my issue:
I have an XY Graph with 10 Cursors on a FP. On the BD there is an Event driven State Machine.
I want to use a Propery node ActCrsr to get a number of an active cursor when an event occurse (e.g Cursor Grab event). Unfortunately LabVIEW gives me only 2 cursor numbers and I don`t see any logic behind it!
Why do I need it? Just imagine, when you grab a cursor, the graph to which it belongs is getting kind of active (the line gets thicker and the name appears and so on). My Program visualizes impulses graphical adjustments.
Thanks a lot in advance!
Solved! Go to Solution.
10-23-2015 06:50 AM
Hello,
You need to use the "SelectedCrsrs" property. Try the example below.
10-23-2015 07:27 AM
Well, thanks a lot! It just solved all my issues))
Sometimes it is complicated to find the one))