NeTEx icon indicating copy to clipboard operation
NeTEx copied to clipboard

operationalConstraints

Open JohanEntur opened this issue 7 months ago • 2 comments

I suggest adding a new group of elements to Vehicles/VehicleTypes

Currently we have stuff like this <MaximumVelocity>1</MaximumVelocity>

I want to open for a group of such constraints. Here are my suggestions (the above is depcreated and replaced by some new ones)

<operationalConstraints>
  <OperationalConstraint id="145454545" version="1">
    <MaximumOperationalAmbientTemperature>60</MaximumOperationalAmbientTemperature>
    <MinimumOperationalAmbientTemperature>-40</MinimumOperationalAmbientTemperature>
    <MaximumClimbSteepness>34</MaximumClimbSteepness>
    <MaximumDescentSteepness>22</MaximumDescentSteepness>
    <MaximumSidewindVelocity>80</MaximumSidewindVelocity>
    <MaximumPullForce>123</MaximumPullForce> #coupling strain
    <MaximumForwardSpeed>140</MaximumForwardSpeed>
    <MaximumReversingSpeed>20</MaximumReversingSpeed>
    <MinimumCrewForOperation>1</MinimumCrewForOperation>
  </OperationalConstraint>
</operationalConstraints>

JohanEntur avatar May 22 '25 13:05 JohanEntur

For which purpose are these details useful?

YAmsler avatar May 28 '25 13:05 YAmsler

most of them were present in other standards, such as the ones ERA use. its a place to store the limitations of a vehicle.

JohanEntur avatar May 28 '25 14:05 JohanEntur