LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

With Standard Labview 6.1, is there a way to set (x,y) cursor-mouse position?

I am working on a project in standard Labview 6.1 that receives images from a webcam. This image array will then be analyzed to determine the position of a black dot on a white background. This dot will then correspond to an (x,y) coordinate point. We will then feed these coordinates into a program that will set the cursor mouse position to this point. However, we are uncertain on how to interface Labview with the computer mouse controls and are in need of assistance.
0 Kudos
Message 1 of 3
(2,772 Views)
see Oleg's answer at http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000DB3C0000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0&USEARCHCONTEXT_QUESTION_0=windows+api+mouse&USEARCHCONTEXT_QUESTION_S=0

but the embedded link is a 404
0 Kudos
Message 2 of 3
(2,772 Views)
If you are simply wanting to set the coordinates of an existing cursor on a LabVIEW graph, then you can do that using Property Nodes. I have attached an example of this which you could take a look at.
J.R. Allen
0 Kudos
Message 3 of 3
(2,772 Views)