02-09-2017 12:08 AM
Hello
I'm trying to read cursor posation on waveform graph .
but i get this error:
this is my block diagram :
best Regards
Morteza
Solved! Go to Solution.
02-09-2017 02:18 AM
You are refering to a non-existing object. It means that you have to create a cursor before you can read its properties.
To create a cursor, follow the steps listed under Adding Cursors to Graphs in the LabVIEW Help.
02-09-2017 02:44 AM
Also, if you have more that one cursor in your graph remember to set the "Active cursor" property to the index of the cursor you need to access before reading its position or performing any other operation on it.