Jump to content
Sign in to follow this  
ANZACSAS Steven

Simulation = helicopterrtd; problem

Recommended Posts

Hey guys,

Iam having issues when i use the simulation = rtd; line from the helicopter class.My problem is when i have the advanced flight model working ,if i turn the AFM off in the options the heli flight controls become crazy sensitive.

Anybody have any issues with this?

 

this is what ive added in the config -

 

simulation = "helicopterrtd";
        unitInfoTypeRTD = "RscUnitInfoAirRTDFullDigital";
        unitInfoTypeLite = "RscUnitInfoAirRTDBasic";
        unitInfoType = "RscUnitInfoAir";
 

        class RotorLibHelicopterProperties {
            RTDconfig="ncs_nzdf_uh1h\RTD_Heli_Transport_01.xml";
            defaultCollective = 0.625;
            autoHoverCorrection[]={3,2.45,0};
            maxTorque = 1100;
            starterTime = 20;
            retreatBladeStallWarningSpeed = 85.5;
            stressDamagePerSec=0.0033333332;
            maxHorizontalStabilizerLeftStress=10000;
            maxHorizontalStabilizerRightStress=10000;
            maxVerticalStabilizerStress=10000;
            horizontalWingsAngleCollMin=0;
            horizontalWingsAngleCollMax=0;
            maxMainRotorStress=200000;
            maxTailRotorStress=25000;
        };    

 

Share this post


Link to post
Share on other sites

What exactly are you trying to do?

Share this post


Link to post
Share on other sites

@Jnr4817, we where trying to apply the AFM code.the code was correct but the model was incorrect.Thanx for your reply.:)

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×