LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2D ARRAY OF MOUSE COORDINATES.

Hi Iam bharath..i want to add the x and y coordinates of 4 points as and when i click  on  the screen to a 2D ARRAY.pls help
0 Kudos
Message 1 of 11
(3,965 Views)
This is really quite basic. You should search for tutorials about events if you don't understand this code.
 
 
To learn more about LabVIEW, I suggest you try looking at some of these tutorials.

___________________
Try to take over the world!
0 Kudos
Message 2 of 11
(3,954 Views)
yeah i understand everythin but the inputin partto the left of shift register..pls help
0 Kudos
Message 3 of 11
(3,917 Views)
This is just an empty 2D array constant to initialize the coordinates (no values) when starting the VI.

Right-click on the shift register >> Create >> Constant
0 Kudos
Message 4 of 11
(3,914 Views)
thanks for the reply but the constant option is not highlighted when i right click..pls help
0 Kudos
Message 5 of 11
(3,912 Views)
iam attachin the vi
0 Kudos
Message 6 of 11
(3,907 Views)
pls help
0 Kudos
Message 7 of 11
(3,898 Views)
Hi BHARATHIN…,
connect the shift register with your build array function. Now right click on the top build array function and unselect "concatenate inputs". right click to the left part of the shift register and select create -> create constant.
That´s it. Smiley Happy
 
Mike
 
0 Kudos
Message 8 of 11
(3,893 Views)
anks mike but the problem if i do so is that the constant created is void type and not integer array
0 Kudos
Message 9 of 11
(3,890 Views)
Hi BHARATHIN…,
if you make it in the described order, than you get the desired result. Smiley Happy
Mike
0 Kudos
Message 10 of 11
(3,883 Views)