Posts by moris

    For those who want to test some models with the "Variable Propeller Pitch" function, here are the models coming from Aerofly RC8

    Addiction : addiction.zip

    Adrenaline 120 : adrenaline.zip

    Spark : spark.zip

    Sukhoï 29 : su29.zip

    Veloxity : veloxity.zip

    You have to uncompress the zip file in the folder (Windows) : C:\Users\%userprofile%\Documents\aerofly RC 8\aircraft_mod\

    Here is a short footage of the SU29 : Youtube- SU29VPP - AeroflyRC8

    I made it working ! Thank you for your help Jan !

    You told me "Thrust-Vectoring" is unknown in aerofly but it seems in the RC8 versions it is known.

    Here are the zip file containing the TMD and TMC file of the SU-29-VPP : su29.zip

    (You have to put them in the C:\Users\%userprofile%\Documents\aerofly RC 8\aircraft_mod\su29\ folder)

    To get it working you have to :

    1 - Declare 8 channel on your TX (for VPP, in my case, i'm using channel 3 (throttle) and channel 8 (VPP mixed with throttle stick)

    2 - Assign the "Thrust-Vectoring" function to an available channel in the Aerofly RC8 channel setup.

    In Aerofly RC8, I made VPP working like the SU-29 method, on other plane. Here is the list :

    - Addiction

    - Adrenaline 120

    - Spark

    - Veloxity

    That's what i did :

    Code: Receiver
            <[string8][object][receiver]
                <[string8][Name][Receiver]>
                <[array_string8][ChannelInputNames][Throttle Aileron-L1 Aileron-R1 Elevator Rudder Thrust-Vectoring           ]>
            >
    Code: Receiver input
            <[string8][object][receiveroutput]
                <[string8][Name][PropPitchInput]>
                <[string8][Input][Receiver.Channel6]>
                <[array_float64][Range][-1 1 ]>
                <[bool][ClampToRange][true]>
            >
    Code: Added servo propeller pitch control
            <[string8][object][servoclassic]
                <[string8][Name][ServoPropPitch]>
                <[string8][Input][PropPitchInput.Output]>
                <[float64][Speed][10]>
                <[float64][Position][0]>
                <[float64][P0][0]>
                <[float64][P1][1]>
                <[float64][P2][0]>
                <[float64][P3][0]>
            >
    Code: Throttle stick
            <[string8][object][servoclassic]
                <[string8][Name][ServoThrottle]>
                <[string8][Input][ThrottleInput.Output]>
                <[float64][Speed][10]>
                <[float64][Position][-1]>
                <[float64][P0][-1]>
                <[float64][P1][0]>
                <[float64][P2][2]>
                <[float64][P3][0]>

    I still not succeed to get the VPP working on the SU-29.


    Here is what i've done with the TMD and TMC file : su29.zip

    I'm using the "Thrust-Vectoring" function on the 6th radio channel.

    On my radio i mixed the 6th channel with the throttle (channel 3) and put a ratio of 50%.

    In the TMD file, the "aeropropeller" section doesn't contain the PitchControl function. So I added it from a Heli config but it seems that it doesn't operate.

    Here are the parameters in Aerofly RC8 :

    Thanks Jan,

    If i'm understanding good your idea : the engine will be controlled by a switch and the propeller pitch by the "Normal" throttle stick.

    That's not what i want : I would like to mix the propeller pitch and engine on the same stick (here the throttle stick). Maybe the function MixHeli is needed in this case ?

    I tried to do something with the SU-29 (see zip file : su29.zip, it comes from : C:\Users\%userprofile%\Documents\aerofly RC 8\aircraft_mod )