Nerich34 Posted April 16, 2017 Report Posted April 16, 2017 You'll find the object, lay the plots, but did not remain there in the plots and do not tie them together. How could I lay and connect the plots? Thanks for the help! Object tracking using.vi Quote
infinitenothing Posted April 20, 2017 Report Posted April 20, 2017 Double click the "Build XY Graph" express VI. Uncheck clear data on each call. Also, you don't have to subtract 1080 or 720 from each x,y pair. You can just click on the top most number on an axis (eg 720) and enter in 0. That will make it so that small y values are plotted at the top. 1 Quote
Nerich34 Posted April 23, 2017 Author Report Posted April 23, 2017 On 2017. 04. 20. at 2:33 AM, infinitenothing said: Double click the "Build XY Graph" express VI. Uncheck clear data on each call. Also, you don't have to subtract 1080 or 720 from each x,y pair. You can just click on the top most number on an axis (eg 720) and enter in 0. That will make it so that small y values are plotted at the top. How to lifts up the pen and puts it down? Quote
infinitenothing Posted April 24, 2017 Report Posted April 24, 2017 I'm not sure you can do what you want to do with the XY express VI. You need to make an array of XY bundles as shown below. Quote
Nerich34 Posted April 30, 2017 Author Report Posted April 30, 2017 Dear Infinitenothing! I would like to ask for some help. What is under the False value? Thank you very much. I attach the vi. PEN.vi Quote
Nerich34 Posted May 15, 2017 Author Report Posted May 15, 2017 Please help! How do I replace PEN UP / DOWN and Colors click events with key events? For example: Press Escape to go to PEN UP / DOWN event (once press True once again false) Thank you! Object tracking4.vi Quote
infinitenothing Posted May 16, 2017 Report Posted May 16, 2017 On 4/30/2017 at 7:08 AM, Nerich34 said: Dear Infinitenothing! I would like to ask for some help. What is under the False value? Thank you very much. I attach the vi. PEN.vi I just saw this post. That's a VI snippet. You can drag it (might have to save it to disk first?) and drop it onto your block diagram. You'll get all the cases (both true and false). The "pen" false case just has the pink wire wired through (don't make any changes) and the "previous pen" false case looks like the image below As for getting the "mouse status", maybe try acquire input data.vi Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.