LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

acquire data on mouse trigger

Hi,
I need to acquire data based on a trigger event from the mouse.How can I detect the 'mouse click event' ?
0 Kudos
Message 1 of 4
(3,018 Views)
Check out this answer.

http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000362E0000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 4
(3,018 Views)
In Labview 6.1, use an Event Structure.
Look at the Mouse Control Demo.vi and Draw Graph with Events.vi examples that shipped with LabView 6.1. From any Labview window, goto Help >> Find Examples >> Search >> Type a keyword to find, then enter Mouse.
0 Kudos
Message 3 of 4
(3,018 Views)
The Draw Graph with Events.vi uses an Event Structure which can be used in many different applications. The Mouse Control Demo.vi uses a Mouse property of a Picture control. Most controls don't have Mouse properties, but Events can be used with any control.
0 Kudos
Message 4 of 4
(3,018 Views)