csw123 Posted November 26, 2017 Share Posted November 26, 2017 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 More sharing options...
mabe5454 Posted November 26, 2017 Share Posted November 26, 2017 [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 More sharing options...
csw123 Posted November 26, 2017 Author Share Posted November 26, 2017 Thank you so much for your quick answer! Your answer is for autopilot, how can i do that for manual also? Thx again Link to comment Share on other sites More sharing options...
mabe5454 Posted November 27, 2017 Share Posted November 27, 2017 Of course not. MAN... is unrestricted of his own stupidities and can kill his own self any time accordingly. Cheers, Link to comment Share on other sites More sharing options...
il88pp Posted November 27, 2017 Share Posted November 27, 2017 Build a simulator? Explain more. [sIGPIC][/sIGPIC] Link to comment Share on other sites More sharing options...
csw123 Posted November 27, 2017 Author Share Posted November 27, 2017 ok ill need to explain it better :$ I have something similar to this pic 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 More sharing options...
mrzippy Posted November 27, 2017 Share Posted November 27, 2017 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 More sharing options...
ianhr Posted November 27, 2017 Share Posted November 27, 2017 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. [sIGPIC][/sIGPIC] Link to comment Share on other sites More sharing options...
mrzippy Posted November 28, 2017 Share Posted November 28, 2017 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 More sharing options...
mabe5454 Posted November 28, 2017 Share Posted November 28, 2017 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 More sharing options...
csw123 Posted November 29, 2017 Author Share Posted November 29, 2017 Thank everyone for your answers :) So i guess its complicated that I thought.. Any chance that FSUIPC or something similar can help? Thanks again Link to comment Share on other sites More sharing options...
keefpee Posted November 29, 2017 Share Posted November 29, 2017 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.