Jump to content

Limit roll and pitch rotation


csw123

Recommended Posts

Hi everyone! :)

I'm trying to build some simulator and one of the demands is that my plane rotation and pitch cannot pass the 30 degrees (from the center ofc), how can I limit the plane rotation in order to achieve that?

I hope i explained it good enough..:confused:

Thank you :)

Link to comment
Share on other sites

[autopilot]

autopilot_available=1

flight_director_available=1

default_vertical_speed=1800

autothrottle_available=1

autothrottle_arming_required=1

autothrottle_max_rpm = 90

autothrottle_takeoff_ga=1

pitch_takeoff_ga = 8;

max_pitch=10.0

max_pitch_acceleration=1.0

max_pitch_velocity_lo_alt=2.0

max_pitch_velocity_hi_alt=1.5

max_pitch_velocity_lo_alt_breakpoint=20000.0

max_pitch_velocity_hi_alt_breakpoint=28000.0

max_bank=30

max_bank_acceleration=1.8

max_bank_velocity=3.00

max_throttle_rate=0.10

nav_proportional_control=12.00

nav_integrator_control=0.25

nav_derivative_control=0.00

nav_integrator_boundary=2.50

nav_derivative_boundary=0.00

gs_proportional_control=25.0

gs_integrator_control=0.53

gs_derivative_control=0.00

gs_integrator_boundary=0.70

gs_derivative_boundary=0.00

yaw_damper_gain = 1.0

default_bank_mode=1

default_pitch_mode=1

 

Cheers,

Link to comment
Share on other sites

ok ill need to explain it better :$

I have something similar to this pic maxresdefault.jpg

and it can't roll/pitch(mechanically) over 30 degrees , and at FSX it obviously can

I want to limit it at FSX as well, so the aircraft won't be able to roll/pitch more than 30 degrees.

better? :confused:

Thx!

Link to comment
Share on other sites

I can only come up with putting some kind of mechanical limiters on your joystick controller to limit the movement side to side and front to back. After seeing your contraption..….I advise keeping a barfbucket handy!

Still thinking about a new flightsim only computer!  ✈️

Link to comment
Share on other sites

Sorry Mr Z, I don't think that will help. Limiting joystick movement will only limit the RATE at which the plane pitches and rolls, not the amount. Great idea on the sick sack, though.

 

You are probably right! For a pilot to keep a 30 degree pitch/roll rate, like the A/P does, wouldn't he be constantly making adjustments to the stick? My head hurts just thinking about it! Where's that barfbucket??

Still thinking about a new flightsim only computer!  ✈️

Link to comment
Share on other sites

MZ why not place mechanical limits to the contraction instead? 50 degree on the roll either side and pitch up and down, that should be enough excitement. OP should make sure the insurance cover is up to date and includes experimental contractions.

 

Cheers,

Link to comment
Share on other sites

Just think that if you want to limit the input to your actuator, then you are complicating the system as you will need feedback position sensors. Mechanical stops by far the easiest & possibly safest, and if you have say a microswitch, that can stop the input to the actuator. It might be possible to write an xml input, similar to that which I created for my Meteor U16, but that used the autopilot, but as I said it will need feedback info.

Keith

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...