FLT Control #1
Labels
No labels
Area/Aft Overhead Panel
Area/Autopilot
Area/Center Pedestal
Area/Circuit Breaker Panels
Area/FMC
Area/Forward Electronic Panel
Area/Glare Shield
Area/Main Instrument Panel
Area/Overhead Panel
Area/Side panels
Graphics
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Logic
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Stream Deck
Plus
Stream Deck
XL
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: PassengerFlying/xkeypad_streamdeck_zibo_b738#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Notes
Switch A
cover: cmd
laminar/B738/toggle_switch/flt_ctr_A_cover
cover position: dref:
laminar/B738/switches/flt_ctr_A_cover_pos
cmd
laminar/B738/toggle_switch/flt_ctr_A_dn
cmd
laminar/B738/toggle_switch/flt_ctr_A_up
dref
laminar/B738/switches/flt_ctr_A_pos
light low pressure: dref
laminar/B738/annunciator/hyd_A_rud
Switch B
cover: cmd
laminar/B738/toggle_switch/flt_ctr_B_cover
cover position: dref:
laminar/B738/switches/flt_ctr_B_cover_pos
cmd
laminar/B738/toggle_switch/flt_ctr_B_dn
cmd
laminar/B738/toggle_switch/flt_ctr_B_up
dref
laminar/B738/switches/flt_ctr_B_pos
light low pressure: dref
laminar/B738/annunciator/hyd_B_rud
These switches can only be toggled with a command. So I need to find a way to go from
-1
to0
to1
. For this to work the switch should have some kind of memory of its last position. Otherwise I can only toggle between two values.