03-11-2010 07:09 PM
Please, How do change of the cursors position of
using controls ?
How do it?
Thank you very much,
Juscelino
03-11-2010 07:25 PM
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.
03-11-2010 08:36 PM
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
03-11-2010 09:10 PM
I send property node that I am using.
Obrigado,
Juscelino.
03-12-2010 05:08 AM
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.
03-13-2010 01:29 PM
Sorry, But I did not understood, how can I to do it ?
Thank you
Juscelino
03-13-2010 02:30 PM
Please, whwere can I find this icon ?
03-13-2010 02:32 PM
sorry,
Please, whwere can I find this icon ?
Thank you ,
Juscelino
03-13-2010 02:33 PM
Sorry,
Please, where can I find this icon ?
Thank you,
Now with anex
03-13-2010 02:42 PM
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.