LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read touch coordinate in Windows XP?

Solved!
Go to solution

I want to develop a LabVIEW application which will read the touch coordinates, in Windows XP.

 

For example, the display is 1920x1200 and the touch panel is an integrated part of the display. When I move my finger across the screen, I should be able to log the coordinates, eg. if I put my finger on top left corner of the display, LabVIEW vi should log (0, 0), and (1920, 1200) if I touch the lower right corner. And of course it gets a bit complicated when it comes to specifying the sampling time.

 

How to do this in LabVIEW?

0 Kudos
Message 1 of 5
(2,132 Views)

You can try to track mouse?

http://www.krzysztofszewczyk.net
0 Kudos
Message 2 of 5
(2,126 Views)

ok but is there a XP function/dll/api which i can call within LV?

0 Kudos
Message 3 of 5
(2,112 Views)
Solution
Accepted by topic author splee

try this

http://www.krzysztofszewczyk.net
Message 4 of 5
(2,107 Views)

How about a VI which will detect two-point touch? Mouse device cannot be used in this case.

0 Kudos
Message 5 of 5
(2,033 Views)