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

F-14 new bindings for AP, tacan mode, Salute, Call the ball, canopy #1033

Open
1 task done
Jar72ok opened this issue Feb 22, 2025 · 2 comments
Open
1 task done

F-14 new bindings for AP, tacan mode, Salute, Call the ball, canopy #1033

Jar72ok opened this issue Feb 22, 2025 · 2 comments
Assignees
Labels
needs triage The issue has yet to be reviewed by a maintainer

Comments

@Jar72ok
Copy link

Jar72ok commented Feb 22, 2025

Version

  • I am using the latest version

Aircraft

F-14

Control

AP, tacan mode, Salute, Call the ball, canopy

Description

Hello,

I could not find these bindings for the F-14, but they are really convenient.
For the AP engage and the X/Y tacan mode, these bindings exist with a rotary encoder instead of a switch.

Here is the code I added in the F-14.lua file. Also, I removed this original line :
defineFixedStepTumb("PLT_TACAN_CHANNEL", 47, 3336, 2043, 2, {-1, 1}, {-1, 1}, nil, "TACAN PILOT", "PILOT TACAN Channel XY")

It works for me. Hope this helps, thanks.
JAR

-- Carrier "Tomcat on the Ball"
definePushButton("ON_THE_BALL", 2, 3749, nil, "Communications", "Tomcat on the Ball")

-- Carrier departure "Salute"
definePushButton("SALUTE", 18, 3023, nil, "Communications", "Salute")

-- Cockpit open canopy
definePushButton("CANOPY_OPEN", 12, 3183, nil, "Cockpit", "Open Canopy")

-- Autopilot Engage
defineToggleSwitch("PLT_AUTOPLT_ENGAGE", 22, 3041, 2112, "Autopilot", "Engage autopilot")

-- Tacan X_Y
defineToggleSwitch("PLT_TACAN_CHANNEL", 47, 3336, 2043, "Tacan", "Mode X_Y")

Screenshots

No response

Additional context

No response

@Jar72ok Jar72ok added the needs triage The issue has yet to be reviewed by a maintainer label Feb 22, 2025
@Jar72ok Jar72ok changed the title F-14 new bindings for AP, tacan mode, Salut, Call the ball, jester... F-14 new bindings for AP, tacan mode, Salute, Call the ball, canopy Feb 22, 2025
@Biggus22
Copy link

Awesome work, @Jar72ok !

@Biggus22 Biggus22 mentioned this issue Feb 22, 2025
1 task
@charliefoxtwo
Copy link
Member

Hey @Jar72ok, I tested out these controls, and while the toggle switch may work, the existing fixed step inputs do not seem to work, so as I mentioned in #1017 I think more proper control handling may be required. I'll investigate as I have time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage The issue has yet to be reviewed by a maintainer
Projects
None yet
Development

No branches or pull requests

3 participants