Jump to content

Multiple Cursors in waveform Graph


Recommended Posts

Hello.. I am having lil trouble using cursors in labview. I am trying to use multiple horizontal cursors on a single waveform and trying to get their values using the property node function but i am only able to acquire 1 value. Does anyone know how do I get the property node to recognize multiple cursors and acquire all their values?

Thanks in advance for the help.

Link to comment
Hello.. I am having lil trouble using cursors in labview. I am trying to use multiple horizontal cursors on a single waveform and trying to get their values using the property node function but i am only able to acquire 1 value. Does anyone know how do I get the property node to recognize multiple cursors and acquire all their values?

Thanks in advance for the help.

If I remember correctly you can only have one cursor active at a time so when using the property node you will get the value of the active cursor. So what you have to do is set the active cursor property first and then read its value. Another way to do it that I just found would be to use the cursor list property and use the cluster and array functions to get the values.

Link to comment
If I remember correctly you can only have one cursor active at a time so when using the property node you will get the value of the active cursor. So what you have to do is set the active cursor property first and then read its value. Another way to do it that I just found would be to use the cursor list property and use the cluster and array functions to get the values.

In this thread (on the NI Developer Exchange)

http://forums.ni.com/ni/board/message?boar...=125133#M125133

Chilly Charlie posted some examples that show you how to access all of the hidden properties of the cursor pallette.

I hope that help,

Ben

Link to comment
  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.