LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

signal als mausbewegung ausgeben

hallo,
ich habe ein dickes problem. bin labview neuling und versuche ein signal als mausbewegung auszugeben.
gibt es eine software lösung, in der ich z.Bsp. sagen kann:

"wenn signal gleich 1, dann mausbewegung nach links (also achse x)"

falls das nicht gehen sollte, würde ich das vielleicht mit der tastatur versuchen. also:

"Wenn signal = 1, dann Linke Pfeiltaste gedrückt"

wäre nett wenn mir jemand helfen könnt.
Danke schonmal!
ciao fab
---------------------------------------------
0 Kudos
Message 1 of 2
(2,139 Views)
Hi Fab,

I made a VI, wich sets the Mouse-Cursor to given (screen) coordinates, so if you want to animate the cursor you have to do it in a loop. It uses a call to a Windows-Dll, so it works only with windows. If you need to calculate the Front-Panel-Window- coordinates to screen-coords, use the second attached VI.

ciao, Dave
Greets, Dave
Download All
0 Kudos
Message 2 of 2
(2,132 Views)