12-19-2017 07:48 AM
I would like one fo the loops of this program in scuh a way that I give the start coordinates and it calculates for me, how
far I am from the starting point itself. So if I move towards thestarting point it should reduce the distance and of I walk away from it,
it should increase the distance. the result should be visible on the odometer.
At the moment this loop, this disctance is only increasing even when you move towards the starting pint.
12-19-2017 08:09 AM - edited 12-19-2017 08:11 AM
Hi shivik,
I would like one fo the loops of this program in scuh a way that I give the start coordinates and it calculates for me, how far I am from the starting point itself.
Right now you are able to calculate a distance between two GPS coordinates inside of this case structure shown in your image.
So what's the problem to calculate the distance between a fixed start point and the current GPS data?
At the moment this loop, this disctance is only increasing even when you move towards the starting pint.
Then all you need to do is to remove this behavior from your VI!!!
When you have problems to understand your own VI then I suggest to take the free beginner courses offered for free here or in the header of the LabVIEW board!
12-19-2017 08:36 AM
No, this VI has ot been created by me. I found it in some other program. I am a beginner in labVIEW, so sill needs a lot of time to understand things
12-19-2017 08:42 AM
Hi Shivik,
I am a beginner in labVIEW, so sill needs a lot of time to understand things
Take your time to go through those LabVIEW basics!
Then apply those basics to this VI to understand what's going on in there. Also basic debugging like "Highlight execution" will help you on this way!