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

Typo in "A32NX Flight Deck API" - "EFIS Control Panel" #924

Closed
HansBilliet opened this issue Dec 29, 2023 · 3 comments · Fixed by #927
Closed

Typo in "A32NX Flight Deck API" - "EFIS Control Panel" #924

HansBilliet opened this issue Dec 29, 2023 · 3 comments · Fixed by #927

Comments

@HansBilliet
Copy link

Just found a typo in one of your commands. The 'Baro knob SIMCONNECT EVENT' should be:

  • KOHLSMAN_INC
  • KOLHSMAN_DEC

This seems wrong in the doc:

image

@Valastiri
Copy link
Member

@frankkopp Would you mind verifying since you usually handle this page for us :) thanks in advance.

@HansBilliet
Copy link
Author

And while you're dealing with this one, there seem a few more issues.

'LIGHT POTENTIOMETER:NN' are MSFS VAR that are NON editable. In your documentation it says:
image

But the SDK Documentation shows:
image

If you want to set the value of a LIGHT_POTENTIOMETER, you need to use an SimConnect Event with 2 parameters.
image

This means that you have to use the 'SimConnect_TransmitClientEvent_EX1' in which dwData0 is the index and dwData1 is the value.

I tested the above, and it works perfectly for A32NX.

@frankkopp
Copy link
Member

I tested the above, and it works perfectly for A32NX.

We know this works perfectly as we use it in several places - this is merely a documentation issue,.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

3 participants