Author Topic: Extract Data  (Read 6281 times)

EHM-1798 Conrad

  • Guest
Extract Data
« on: February 12, 2006, 05:31:20 pm »
Hi there,

are there any small programs or sources around that can get the:

Speed, altitude, Distance to go, & the Departure + Desitination points?

the reason being is i want to upload information onto my website when im flying.

The uploading isnt the problem because i know sql & php & i can create a app to upload the information once extracted (if not encorperated into the origional program).

Is there anything out there?

EHM-1798 Conrad

  • Guest
Extract Data
« Reply #1 on: February 13, 2006, 05:01:50 pm »
anyone??

Offline EHM-1001 Robert

  • Global Moderator
  • Intergalactic!!
  • **
  • Posts: 3,790
  • Karma: 0
Extract Data
« Reply #2 on: February 13, 2006, 05:08:46 pm »
IF you fly on IVAO, the system will do it for you, or maybe the FlightLogger could do it too - you could ask about it Armando. But the remaining time and distance values are a bit difficult. Only a good FMC, with a correct flightplan can calculate those.

AMD X4-955 3.2GHz / Gigabyte 770T / 4 GB DDR / Gigabyte GTS450 1GB DDR
Samsung 226BW@1680x1050 / WinXP.3 / FS9.1 / FSX.1 / Saitek Cyborg 3DGold

EHM-1798 Conrad

  • Guest
Extract Data
« Reply #3 on: February 13, 2006, 05:18:52 pm »
ok, i dont usually fly online that much (ivao that is), but say im doing a long distance flight that i usually do, how can i leave the computer for like 10 hours or so?

Offline EHM-0948 Bruno

  • Intergalactic!!
  • ********
  • Posts: 3,561
  • Karma: 0
Extract Data
« Reply #4 on: February 13, 2006, 06:19:36 pm »
Hi,

You cannot leave your computer for more than 15 minutes when flying on IVAO.

You can start the flight on IVAO, then disconnect when you go to sleep, and then re-connect when you are going to land.
But that doesn't count as an IVAO flight (you can submit it on IVAO). Just as an EHM Flight.

About getting information, you need to use a program called FSUIPC and build a library to read the values from it.
If you are using PHP (web based applications) then you need to create an ActiveX component to inject values via a HTTP socket on your site (one of many ways to do it).

Regards,

EHM-1798 Conrad

  • Guest
Extract Data
« Reply #5 on: February 13, 2006, 07:05:28 pm »
yeh i had a look at some examples from the FSUIPC website with some sdk, but its way way to complicated for me.

I can mainly do webbased languages but know a bit of vb and c++, are there any small programs out there that could do this?