05-14-2013 01:08 PM
Most of the issue seems to center around the array subset VI (mouse up event). It looks like the inputs are index (0), length(0), index(1), length(1) but you are passing in rectangle coordinates (x1, y1, x2, y2). Another possible problem is the Y scales on the graphs. The mouse coords start upper left corner but graph is scaled reverse in the Y axis.
05-14-2013 01:43 PM
Hi Todd
Can you please send me this cod , I write this code and it have some problem maybe I make misteke in some things because I do not know about another page of Event structure.
Best regards
05-14-2013 01:46 PM
The image has code in it. Save the image as a file, then drag the file onto a LabVIEW block diagram. It's called a Snippet.
05-14-2013 04:39 PM
Thanks so much Todd
I use this in my code and it works very well.