- Messages
- 3
- Country

Hi all,
I'm currently coding some SIDs for a custom airport in MSFS, and thanks to some excellent tutorials on here it's been going well. One thing I can't make work is the at or below restriction on a particular waypoint. According to the SDK "-" should describe this constraint, but when loading it in the FMC (have tried 747 and 787) the altitude before this point is 8450ft, then this waypoint is shown as 8000A in the LEGS page. Not sure what is happening to cause this - any help would be greatly appreciated.
Cheers,
Michael
I'm currently coding some SIDs for a custom airport in MSFS, and thanks to some excellent tutorials on here it's been going well. One thing I can't make work is the at or below restriction on a particular waypoint. According to the SDK "-" should describe this constraint, but when loading it in the FMC (have tried 747 and 787) the altitude before this point is 8450ft, then this waypoint is shown as 8000A in the LEGS page. Not sure what is happening to cause this - any help would be greatly appreciated.
Code:
altitudeDescriptor="-" altitude1="8000.0F"
Cheers,
Michael