LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create mouse....help me...for my final project

i am the new user in labview digital input and output product. i have to use labview to create a mouse for pc use through the interface of the labview...i know the protocol of mouse for RS-232 and P/S 2 but i dont know for labview..can any body help me....give me some idea......is the mouse identification code is necessary for labview programming......thanks for yours respone.
0 Kudos
Message 1 of 4
(2,876 Views)
i know the protocol of mouse for RS-232 and P/S 2 but i dont know for labview

LabVIEW does not have a protocol for the mouse. Handling of the mouse is a system function and all communication with the mouse is handled by your operating system.

LabVIEW can determine the mouse position thru various events, but it gets it from the OS.

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 2 of 4
(2,867 Views)
Just in case...
Open the subpalette Functions > Advanced > Input Device Control, and see if you get what you are looking for !  😉
Chilly Charly    (aka CC)
0 Kudos
Message 3 of 4
(2,861 Views)
If you are trying to "build" a mouse, which is read through the RS232 port, you can implement your RS232 protocol in LabVIEW using the serial port "VISA" calls. Otherwise, as pointed out, LabVIEW's method of using the mouse is through the low level calls in the Advanced pallette, or through OS calls.
 
P.M.
 
 
Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 4 of 4
(2,845 Views)