LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Please, How do change of the cursors position of

Please, How do  change of the cursors position of
using controls ?

How do it?
Thank you very much,
Juscelino

0 Kudos
Message 1 of 17
(3,629 Views)

Hi Juscelino,

 

Can you provide more details?  Change the cursor (s?) position of what?  Waveform Graph? Chart? Table?

Change the position to what (or where)?

 

Most likely there will be a Property Node involved somewhere, but unless we get more details, it is difficult to provide any advice.

Message 2 of 17
(3,625 Views)

I have some  graph xy with two cursors implemented with the difference between x2-x1 and y2-y1 in each of them.


with the application running, I need of to reposition the cursor in two specific locations.


they are always on top of the curve and for example I need of place cursor numero 2  exactly in position 200, and  the numero 1 exactly in position 155.

 

the idea is to use a control to bring the cursor to the desired position.

 

I send attached the property node that I'm using to make the x2-x1.

 

Thank you very much,
Juscelino

0 Kudos
Message 3 of 17
(3,615 Views)

I send property node that I am using.

Obrigado,

Juscelino.

0 Kudos
Message 4 of 17
(3,602 Views)

I did this recently.  I want to have a pair of cursors that move to a region that I'm interested in.  This snippet will add a pair of cursors, removing them is as easy as feeding an empty array to the CrsrList node (which I do in another state). The subVI is just a cluster constant, it's there to save space on the BD.

 171884a_ESS Analyzer_BD.png

 

 

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Message 5 of 17
(3,581 Views)

Sorry, But I did not understood, how can I to do it ?

 

Thank you

Juscelino

0 Kudos
Message 6 of 17
(3,538 Views)

Please, whwere can I find this icon ?

 

 

 

 

0 Kudos
Message 7 of 17
(3,531 Views)

sorry,

Please, whwere can I find this icon ?

 

Thank you ,

Juscelino

0 Kudos
Message 8 of 17
(3,530 Views)

Sorry,

Please, where can I find this icon ?

 

Thank you,

Now with anex

0 Kudos
Message 9 of 17
(3,528 Views)

You really only have to ask once.

 

As mentioned, it's a cursor constant saved as a VI. Right click on the graph and select Create>Property Node>Cursor>Cursor Position>All Elements. Right click on this and select Create>Constant. Save it as a VI or not. Up to you.

Message 10 of 17
(3,523 Views)