LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Basic Question

Guys i am new to Labview.I want to Develop a programme where i want to achieve 2 things

1.take snap shot of one object and display it on front panel by webcam.

2.if a sigle click of mouse pointer anywhere on Block Diagram then it must display "ONE". for double clicks it must display "TWO" such that it must work for 4 clicks

i got to know image capture and display part but i am not getting how to do other part.Pls find attached vi and help me out in achieving other part:manhappy:

0 Kudos
Message 1 of 2
(2,776 Views)

Hi sharks,

 

please use more dexcriptive thread titles. "Basic question" will yield in answers like "read the help and go through tutorials" 😄

 

On point 2:

Why do you want to detect mouse clicks "on block diagram"? The user never sees the block diagram, all he gets is the front panel!

To detect mouseclicks in the front panel you should use the event structure with a mouse click event. It will tell you the position of the mouse, the mouse button used to click and even if it was a double click…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,755 Views)