Will C 6 Posted July 28, 2022 Share Posted July 28, 2022 Hi all, Sorry if this has been asked before. I searched the forum and couldn't find anything. I'm looking for a way to create a NavLog on the OFP from the redispatch destination airport to its alternate. I can find the distance, fuel burn, time, and ATC route from the redispatch destination to its alternate, but I can't find tags to delimit a NavLog section. Obviously you can make a NavLog from the redispatch point to the redispatch destination with <&RedispatchNavLog_Begin> <&RedispatchNavLog_End> so I was hoping for something analogous, like: <&RedispatchAltnNavLog_Begin> <&RedispatchAltnNavLog_End> ...but it doesn't seem to exist. Is making this NavLog a possibility, or just something that PFPX doesn't support? Thanks, everyone. Link to comment https://forum.aerosoft.com/index.php?/topic/173747-redispatch-alternate-flight-planning-section/ Share on other sites More sharing options...
srcooke 439 Posted July 28, 2022 Share Posted July 28, 2022 Hello Will, Try: <&RedispatchAlternateNavLog_Begin> <&RedispatchAlternateNavLog_End> Link to comment https://forum.aerosoft.com/index.php?/topic/173747-redispatch-alternate-flight-planning-section/#findComment-1092800 Share on other sites More sharing options...
Will C 6 Posted July 28, 2022 Author Share Posted July 28, 2022 Thanks for the speedy reply. This works if there is a redispatch alternate, but I'm having a problem if "Isolated" is selected and there is no redispatch alternate. It seems this section is called and sent to the OFP, even if redispatch alternate is undefined. Is that my error? In other words, whatever is contained within <&RedispatchAlternateNavLog_Begin> <&RedispatchAlternateNavLog_End> ...is still being sent to the OFP, even when <&RedispatchAltn> is blank. Link to comment https://forum.aerosoft.com/index.php?/topic/173747-redispatch-alternate-flight-planning-section/#findComment-1092803 Share on other sites More sharing options...
Will C 6 Posted July 28, 2022 Author Share Posted July 28, 2022 Okay, it's working now. The secret is to enclose the whole thing in <&RedispatchAlternate>. It looks like this: <&RedispatchAlternate_Begin> ... insert text header here ... <&RedispatchAlternateNavLog_Begin> <&RedispatchAlternateNavLog_End> <&RedispatchAlternate_End> Link to comment https://forum.aerosoft.com/index.php?/topic/173747-redispatch-alternate-flight-planning-section/#findComment-1092807 Share on other sites More sharing options...
Alpolex 25 Posted August 11, 2022 Share Posted August 11, 2022 Am 28.7.2022 um 20:11 schrieb Will C: Thanks for the speedy reply. This works if there is a redispatch alternate, but I'm having a problem if "Isolated" is selected and there is no redispatch alternate. It seems this section is called and sent to the OFP, even if redispatch alternate is undefined. Is that my error? In other words, whatever is contained within <&RedispatchAlternateNavLog_Begin> <&RedispatchAlternateNavLog_End> ...is still being sent to the OFP, even when <&RedispatchAltn> is blank. Just to make sure, you are trying to calculate a Reduced Contingency Fuel (RCF) Procedure (that's what a Redispatch is for many years already) with an Isolated Aerodrome, right? Link to comment https://forum.aerosoft.com/index.php?/topic/173747-redispatch-alternate-flight-planning-section/#findComment-1093554 Share on other sites More sharing options...
Will C 6 Posted August 12, 2022 Author Share Posted August 12, 2022 Well, it's not really what I'm trying to do in PFPX, rather what I'm trying to get the OFP template to display. The problem was that the displayed format was incorrect unless an alternate was supplied. However, using the fix above, the template now prints with the correct layout, regardless of whether an alternate is used or not. Link to comment https://forum.aerosoft.com/index.php?/topic/173747-redispatch-alternate-flight-planning-section/#findComment-1093560 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.