So I'm trying to track initial movement of a flying machine. The flying machine will be stationary initially then rapidly go from 0 - 60 Kts in about 4 seconds. I will grab the initial location using MOBILE GET LOCATION INTO which will be stored in the record of the flying machine. I then plan to use MOBILE START LOCATION WATCH which - with some basic behind the scenes maths should tell me how far it moves from the start location in a certain timeframe.
BUT, the polling has to be automatic and FAST since these guys pay for their airtime by the minute and the club doesn't like losing income.
So - my question is - does MOBILE START LOCATION WATCH poll automatically, and if so what is the granularity. Ideally I'd like every 3-5 seconds, or are we talking about a background process with a set time interval - and can that be as low as 5 seconds?
Any decent documentation/examples on this stuff?