zacmia Posted May 1, 2020 Report Share Posted May 1, 2020 Hey guys, I've tried searching for this and can't seem to find an answer anywhere.. does anyone know if it's possible or how to show on the pirep_viewreport the actual times for the phases, like preflight started at __:__, takeoff at __:__ Thanks in advance for anyone that is able to help. -Zac Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted May 1, 2020 Administrators Report Share Posted May 1, 2020 What ACARS program do you use? Most of the info should be available in the log of the ACARS program. Chances are you aren't going to see any start time for pre-flight, but starting taxi, takeoff, etc should be available. Quote Link to comment Share on other sites More sharing options...
zacmia Posted May 1, 2020 Author Report Share Posted May 1, 2020 SmartCARS Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted May 1, 2020 Administrators Report Share Posted May 1, 2020 Some specific times should show in the log file. No idea if you can pull from the log, capture the data and display on the site. Also, specifc times for different flight phases should display below the acars map while the pilot is in that flight phase. Quote Link to comment Share on other sites More sharing options...
PikoSim Posted May 2, 2020 Report Share Posted May 2, 2020 Hi @zacmia . its somewhat possible but you have to code it and do some text partial matching. Example, you can do partial search for Preflight, then cut it into chunks (array) and retrieve the timing for the preflight. Once you got the algorithm right for the Preflight, just use it to get take off and that will be it. You need to get the data from the databasse and show it into the pirep_viewreport page. Quote Link to comment Share on other sites More sharing options...
zacmia Posted May 2, 2020 Author Report Share Posted May 2, 2020 Thanks for the help 🙂 Quote Link to comment Share on other sites More sharing options...
PikoSim Posted May 3, 2020 Report Share Posted May 3, 2020 No issue hope this helps . You can PM me. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.