01-15-2013 11:56 PM
Hi there
I have tried to look for answers to my question in the LabView Examples, but with no luck. Therefor I would like to ask you for help.
The question isn’t very long – is there a way to determine to coordinates of points in which two plots intersect? Like in the example vi – I’ve made a random function and a constant one – 4. There are places where they intersect. Is there a function/block that I can use to find the exact (more or less) points (X and Y coordinates) in which they intersect?
Thank you for the answer.
01-16-2013 05:56 AM
Hi Rockfor,
Please try this.
Create a cursor and obtain the coordinates.
I Hope its Useful.
Regards,
Bijay
01-17-2013 05:43 AM
There is other way,
export the data to excel file then read from excel... If it is ok with you
01-17-2013 06:43 AM
Hi Rockfor!
I created for you an example subVI, which can calculates / estimates the X coordinates of the 0 crossings.
Using this, you can calculate any kind of intersection.
I also extended your example code with this subVI and attached it to the post.
Feel free to explore, and if you have any question, feel free to ask.
Best Regards,
Tamas
National Instruments
01-26-2013 09:54 AM
Thank you, this seems to be the answer 🙂 i'll check it and let you know.