Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gear lights on Honeycomb Bravo not working correctly #8638

Open
ntlgr opened this issue Apr 24, 2024 · 3 comments
Open

Gear lights on Honeycomb Bravo not working correctly #8638

ntlgr opened this issue Apr 24, 2024 · 3 comments
Labels
Bug Something isn't working

Comments

@ntlgr
Copy link

ntlgr commented Apr 24, 2024

Aircraft Version

Development

Build info

{
    "built": "2024-04-24T17:04:51+00:00",
    "ref": "refs/heads/master",
    "sha": "c989ce225b7a6c201346dfc73609ea45eb203ff0",
    "actor": "frankkopp",
    "event_name": "manual",
    "pretty_release_name": "master:c989ce22",
    "version": "a32nx-v0.12.0-dev.c989ce2"
}

Describe the bug

The main gear lights on the Honeycomb Bravo throttle quadrant, are affected by the landing lights. When landing lights are on, the main gear lights show red.
This started since early April on the Dev build and is still the case. That was not the case before in Dev builds until at least early March, and has never been the case before. I am assuming that it is somehow linked to the extendable landing lights - the extension of the landing lights is being picked up.
20240423_141134
Honeycomb has not changed their software or driver for over a year.

Expected behavior

Gear down - 3 greens
Gear on travel - 3 reds
Gear up - all lights off

Steps to reproduce

  1. While taxiing and on takeoff - 3 greens on the Honeycomb Bravo
  2. After takeoff, pull the gear up - 3 reds
  3. Once gear is up - 2 main gear lights stay red
  4. The 2 reds turn off only when landing lights are turned off.
  5. During approach, the 2 reds turn on again when you turn on landing lights.

References (optional)

No response

Additional info (optional)

No response

Discord Username (optional)

No response

@ntlgr ntlgr added the Bug Something isn't working label Apr 24, 2024
@tracernz
Copy link
Member

Which simvars/localvars does the Honeycomb software read?

@ntlgr
Copy link
Author

ntlgr commented Apr 25, 2024

Which simvars/localvars does the Honeycomb software read?

I found the following in the config file. Not sure if it helps. It works for all planes, default and addons.

    {
      "ByteIndex": 2,
      "BitIndex": 0,
      "Condition": "A:GEAR LEFT POSITION, percent over 100",
      "ConditionValue": "=1"
    },
    {
      "ByteIndex": 2,
      "BitIndex": 1,
      "ConditionLogic": "&&",
      "Conditions": [
        {
          "Condition": "A:GEAR LEFT POSITION, percent over 100",
          "ConditionValue": "<1"
        },
        {
          "Condition": "A:GEAR LEFT POSITION, percent over 100",
          "ConditionValue": ">0"
        }
      ]
    },
    {
      "ByteIndex": 2,
      "BitIndex": 2,
      "Condition": "A:GEAR CENTER POSITION, percent over 100",
      "ConditionValue": "=1"
    },
    {
      "ByteIndex": 2,
      "BitIndex": 3,
      "ConditionLogic": "&&",
      "Conditions": [
        {
          "Condition": "A:GEAR CENTER POSITION, percent over 100",
          "ConditionValue": "<1"
        },
        {
          "Condition": "A:GEAR CENTER POSITION, percent over 100",
          "ConditionValue": ">0"
        }
      ]
    },
    {
      "ByteIndex": 2,
      "BitIndex": 4,
      "Condition": "A:GEAR RIGHT POSITION, percent over 100",
      "ConditionValue": "=1"
    },
    {
      "ByteIndex": 2,
      "BitIndex": 5,
      "ConditionLogic": "&&",
      "Conditions": [
        {
          "Condition": "A:GEAR RIGHT POSITION, percent over 100",
          "ConditionValue": "<1"
        },
        {
          "Condition": "A:GEAR RIGHT POSITION, percent over 100",
          "ConditionValue": ">0"
        }
      ]
    },

@robertxing2004
Copy link
Contributor

I believe this is because #8554 drops the main gear slightly when landing lights are deployed to trick the sim into creating drag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants