freshJet Posted May 25, 2014 Report Share Posted May 25, 2014 As do a few airlines, we use alphanumeric callsigns on our flights. This is an extra column in the schedules. What I need to do is let kACARS incorporate this. I can already get phpVMS to output the callsign to kACARS so that it is displayed in the flight number box but it does not show on the ACARS map, or in PIREPs. Doing it in my head gets quite complicated as all I'm trying to do is replace the flight number with the callsign throughout the code, but still using the flight number variable. Has anyone else done this or know how? Quote Link to comment Share on other sites More sharing options...
freshJet Posted May 25, 2014 Author Report Share Posted May 25, 2014 I can now output the callsign in the PIREP, it's now just the ACARS map that won't show it. Quote Link to comment Share on other sites More sharing options...
freshJet Posted May 26, 2014 Author Report Share Posted May 26, 2014 I should state that by callsign I mean the callsign of the flight, not the pilot's 'callsign', as others on here refer to it as. In my case, an example is FRX3AR, where 'FRX' is the code, '109' is 'flightnum' and '3AR' is callsign in the schedules. Quote Link to comment Share on other sites More sharing options...
freshJet Posted May 26, 2014 Author Report Share Posted May 26, 2014 I have it at last. Wrong use of variable was all it was. It is done using this: 'flightNumber' => $biddata->code.$biddata->callsign, Around line 90. 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.