• Categories
  • Recent
  • Tags
  • Popular
  • Users
Collapse
Just Flight Community Forum

R Cowl Flap Closing Issue

Scheduled Pinned Locked Moved Piston & Turbine Dukes
5 Posts 4 Posters 294 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • delta14sierraD Online
    delta14sierraD Online
    delta14sierra
    wrote on last edited by
    #1

    When using the following Lua script to close the Right Cowl Flap in the Grand Duke:

    ipc.writeLvar("var_cowlFlapSwitch_R",0)
    

    the Right Cowl Flap closes immediately (instead of slowly).

    I am using FSUIPC, along with a Leo Bodnar BUO836X wired to physical toggle switches, for opening/closing the Cowl Flaps in the Grand Duke.

    The Left Cowl Flap closes slowly when using the similar Lua script:

    ipc.writeLvar("var_cowlFlapSwitch_L",0)
    

    Also, there is no issue when opening either of the Cowl Flaps.

    Any suggestions for correcting this would be most appreciated.

    hangar_101H 1 Reply Last reply
    0
  • Black SquareB Offline
    Black SquareB Offline
    Black Square Black Square Developer
    wrote on last edited by
    #2

    Unfortunately, I can't reproduce this on my end; however, are you sure you're using the correct values to open and close the cowl flaps? A value of 2 should extend the cowl flaps, while 1 should retract them, with 0 being the switch's neutral position. Is it possible that you have some hardware binding that's interfering with the cowl flap position?

    1 Reply Last reply
    0
  • hangar_101H Offline
    hangar_101H Offline
    hangar_101
    replied to delta14sierra on last edited by
    #3

    @delta14sierra I use spad.next maybe you can convert the code below to whatever script you use

    Basically I have a 3 position switch (rest in the middle position).

    1 => CLOSED position
    0 => OFF position
    2 => OPEN position

    When I move the switch UP it can move from

    OPEN => OFF
    833d9d1e-5185-43da-a867-452651173d6e-image.png

    or

    OFF => CLOSED
    c762ddf4-c083-4fd1-b216-9890ba19e14a-image.png

    When I move the switch DOWN it can move from

    CLOSED => OFF
    054330ad-8939-4b98-b4b0-046c1b41ba39-image.png

    or

    OFF => OPEN
    c74e9a5f-9591-40f6-89d3-c4c79e46c90f-image.png

    Hope it helps you.

    Hangar 101

    1 Reply Last reply
    0
  • delta14sierraD Online
    delta14sierraD Online
    delta14sierra
    wrote on last edited by
    #4

    I went back and checked my Lua script and found an old Lua setting left over from the script I had written for the Beech Baron. Everything works as it should. Thank you for all the insight which helped my find the error of my ways.

    1 Reply Last reply
    0
  • Rolo BachR Offline
    Rolo BachR Offline
    Rolo Bach
    wrote on last edited by Rolo Bach
    #5

    Here is my setting of the cowl flaps on SPAD.neXt for X-Touch mini.
    Show the "close left" action, the same is for the right and for open.
    X-Touch-cowlflap.jpg
    The action is as follow:
    The condition is Battery ON. On pressing short and releasing the button, the cowl flap begin to close, the button light blink, after 16 seconds, the flap is just closed and the button light remain on.

    1 Reply Last reply
    0

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users