01-02-2008 04:50 AM
Hi all :
Please attach file , i have two graph , one show reference point and the other shows measure point , they are separate can I join these data in one graph ( REFERANCE AND MEASURE)
How can I do that
thanks
01-02-2008 05:01 AM
01-02-2008 11:21 AM
Here's one possibility.
(I also corrected some other mistakes, for example there is no reason to have two wait statements in the FOR loop. They will both run in parallel and finish at the same time. One wait is enough. It is also sufficient to autoindex the two arrays only once and branch inside the loop. See attached LV 8.5).