Vehicle limits
Nodes:nav
sim
com
| Module:vehicle
| Parameters:Vehicle
The module holds parameters, related to physical limits of the vehicle.
Configuration parameters
-
Vehicle
Vehicle parameters
-
type
Type of vehicleoption
[CTOL,VTOL]
-
init
Local initial values. Upon power-on procedure, the vehicle will set the corresponding
bind
ed mandala fields to defined values. Useful for applyingbrakes
orignition
power on reboot. Should be used to set local node variables only. The values are not broadcasted on network.-
bind
bind
-
value
real
-
-
speed
Speeds
-
VC
Cruisereal
[m/s]
30
Airspeed with the maximum LD ratio. Used as cruise airspeed in mission, and in
landing
procedure as mid-point for speed control for precise landing. -
VSO
Stall with flapsreal
[m/s]
20
Minimum allowed airspeed. For VTOLs this parameter affects the hover transitions and climb/sink rates.
-
VSI
Stall with no flapsreal
[m/s]
This airspeed is used by the auto flaps regulator to apply flaps when the airspeed drops down to the parameter value.
-
VFE
Max with flapsreal
[m/s]
When set, will retract flaps on high speeds to avoid airframe damage.
-
VY
Max climbing ratereal
[m/s]
When set, used by
takeoff
procedure to set the commanded airspeed onclimbing
phase. -
VNO
Normal operationreal
[m/s]
Used by
landing
procedure to limit the maximum airspeed when performing maneuvers. -
VNE
Never exceedreal
[m/s]
50
Used as a limit for maximum commanded airspeed.
-
GS
Taxi ground speedreal
[m/s]
1
Safe ground speed to make maneuvers. Used by
taxi
procedure for safe taxi speed and by bearing estimator as the minimum ground speed to use velocity rather than yaw angle for bearing.
-
-
altitude
Safe altitudeword
[m]
100
The altitude, where it is safe for the vehicle to perform maneuvers. Used by the
landing
procedure to select the best altitude to start the maneuver. -
radius
Loiter radiusword
[m]
200
The default loitering radius. Also used by
landing
procedure to estimate the landing pattern for precise landing. Should be set to the minimum radius of turn, capable to be performed by vehicle, with the margin of 10%. -
ld
Glide ratioreal
The expected glide ratio of the vehicle. The actual (immediate) LD will be estimated, based on this starting point.
-
climb
Maximum climb ratereal
[m/s]
4
This is the best climb rate that the aircraft can achieve with the max throttle. Used as the limit of climbing rate of the vehicle, used by the TECS controls.
-
sink
Maximum descent ratereal
[m/s]
5
This sets the maximum descent rate that the controller will use. If this value is too large, the aircraft can over-speed on descent. This should be set to a value that can be achieved without exceeding the lower pitch angle limit and without over-speeding the aircraft.
-
acc
Maximum accelerationbyte
[m/s^2]
7
This is the maximum vertical acceleration, either up or down, that the controller will use to correct speed or height errors. The controller will limit the slew rate of commanded pitch angle to not to exceed this limit.
-
mtow
Max weightword
[kg]
Used by some control loops gains. Although, gain coefficients are estimated, based on the
fuel
weight. This parameter should reflect the maximum weight of the vehicle, when the fuel capacity is full. -
ktas
Tas to cruise gain for ail, elvoption
Used by ailerons and elevator control loops gains. Gain coefficients are estimated, based on the
Altitude
andTrue airspeed
weight. -
circles
Maximum count of circles and maximum circling time
-
count
Count of circlesbyte
3
-
time
Circling timeword
[min]
15
-
-
heli
Helicopter specific parameters
-
hclimb
Hover mode maximum climb ratereal
[m/s]
2
This is the maximum climb rate that the helicopter can safely maintain while hovering.
-
hsink
Hover mode maximum descent ratereal
[m/s]
3
This is the maximum descending rate that the helicopter can safely maintain while hovering.
-
kto
Liftoff prop pitch slew ratebyte
[%/s]
Slew rate for the commanded prop pitch on liftoff procedure
-
-
fuel
Vehicle fuel capacity
-
weight
Fuel weightword
[kg]
When set, will affect the estimated vehicle weight, used for control loops gains. When equals to zero - means EV (battery powered).
-
endurance
Maximum enduranceword
[min]
Maximum flight time. Autopilot estimates range and TTL when fuel level sensor is not available. Critical for some built-in safety procedures.
-
thr
Throttle to endurance factorreal
Used when the fuel level or fuel rate sensor is not available. The endurance will be estimated based on fuel level, and the fuel rate will be estimated with the throttle control divided by this factor. I.e., cruise throttle, or the
endurance
parameter value is correct, when the throttle is equal to this parameter value. F.ex., when set to1
- flying with full throttle will not affect the endurance and low throttle will increase endurance, or when set to0.5
- the endurance is half the value, when the throttle is full.
-
-