November 28, 20169 yr This gives the pilot the Radial to fly to a selected VOR (A:NAV1 Radial, Degrees) Is it possible to display the radial and distance from a specific VOR or BCN, say 114.300Mhz, "without" the pilot selecting the frequency in NAV1 or NAV2? If yes, with what code? Bassy
November 28, 20169 yr Moderator None that I'm aware of... Fr. Bill AOPA Member: 07141481 AARP Member: 3209010556 Avsim Board of Directors | Avsim Forums Moderator
November 28, 20169 yr Author OK Bill, You certainly know what is wrong with the following code... I see the "text" when the plane is on radial 153 till 183, iso 220(3). How come? <Macro Name="NAV1">(A:NAV1 Radial, Degrees)</Macro> <Element> <Visible>@NAV1 150 >= @NAV1 220 < &&</Visible> <Element> <Position X="150" Y="595"/> <Text X="1900" Y="35" Length="190" Fixed="no" Font="tahoma" FontSize="32" Adjust="Left" VerticalAdjust="center" Color="#FFFFFF" Bright="Yes"> <String>Welcome BASSY%</String> </Text> </Element> </Element> Bassy
December 1, 20169 yr Moderator Well, to be frank I have no idea whatever. Try using a range instead: <Visible>150 221 @NAV1 rng</Visible> Fr. Bill AOPA Member: 07141481 AARP Member: 3209010556 Avsim Board of Directors | Avsim Forums Moderator
December 5, 20169 yr Author Thanks but that did not change anything Adding - dnor did the trick <Macro Name="NAV1">(A:NAV1 Radial, Degrees) - dnor</Macro>
Archived
This topic is now archived and is closed to further replies.