12-13-2005 05:41 AM
12-13-2005 11:20 PM
12-15-2005 04:25 AM
Hi Bong
Sorry but I couldn't look at your VI as I still at 7.1
I have attached a using the producer consumer design pattern. At application start up the code loads previous xy results into the array. When you click the command button it then simulates a xy sample and appends that to the xy array indicator on the front panel. When you click the stop button the last thing is does is replace the original data file with the data from the array indicator on the front panel.
So you would need to add your code to query the GPS for Lat Long then convert that to X,Y.
Hope this gets the idea across.
David
12-15-2005 05:24 AM
12-21-2005 03:10 PM
01-06-2006 07:20 PM
Dear Mr Beal,
Thank you very much for the VI's and for the advises.
01-06-2006 08:27 PM
01-06-2006 11:49 PM
Hi Folks,
I have 0.01 experience with GPS (walked around a parking-lot holding an antenna once...)
... but never heard a good answer to Shane's point: how both the measured center-point AND the end-of-boom measurements could be accurate.
01-07-2006 01:01 AM
02-01-2006 10:30 PM
"I have attached a using the producer consumer design pattern. At application start up the code loads previous xy results into the array. When you click the command button it then simulates a xy sample and appends that to the xy array indicator on the front panel. When you click the stop button the last thing is does is replace the original data file with the data from the array indicator on the front panel. So you would need to add your code to query the GPS for Lat Long then convert that to X,Y. Hope this gets the idea across.
David
![]() |
Log XY Data.vi (96 kb) |
![]() |
Position Data.txt (1 kb) |
------------------------------------------------------------
Dear David,
I have been trying to adopt this VI but I am having some problem. I placed this VI inside a big while loop, but any function outside of this Log XY Data.vi do not work. Let say for example, i will remove the Random X and Y function inside the "FetchXY" case structure and put it outside the while loop. Wire an indicator and make a local variable. This local variable i will wire to the build array inside the "FetchXY". In this case, the Random function will not update. I tried different ways like removing the while loop and connecting all the shift registers to the big while loop but it didnt work also.
Kindly teach me how can I Incorporate this VI to work with other function.
best regards,
bong