NAV 1 #77

Closed
opened 2023-10-18 19:27:01 +00:00 by Sander · 4 comments
Owner

SCR-202407150959-RjvWeHns

ACT/STBY

  • Find datarefs
  • Create graphics
  • Works in X-KeyPad
  • Works on Stream Deck
  • Placed in Stream Deck profile layout

TEST

  • Find datarefs
  • Create graphics
  • Works in X-KeyPad
  • Works on Stream Deck
  • Placed in Stream Deck profile layout

Mode

  • Find datarefs
  • Create graphics
  • Works in X-KeyPad
  • Works on Stream Deck
  • Placed in Stream Deck profile layout

Upper display

  • Find datarefs
  • Create graphics
  • Works in X-KeyPad
  • Works on Stream Deck
  • Placed in Stream Deck profile layout

Lower display

  • Find datarefs
  • Create graphics
  • Works in X-KeyPad
  • Works on Stream Deck
  • Placed in Stream Deck profile layout

Digits and CLR

  • Find datarefs
  • Create graphics
  • Works in X-KeyPad
  • Works on Stream Deck
  • Placed in Stream Deck profile layout
![SCR-202407150959-RjvWeHns](/attachments/0f9a9452-e41b-49f3-9282-386c68068360) # ACT/STBY - [x] Find datarefs - [x] Create graphics - [x] Works in X-KeyPad - [x] Works on Stream Deck - [x] Placed in Stream Deck profile layout # TEST - [x] Find datarefs - [x] Create graphics - [x] Works in X-KeyPad - [x] Works on Stream Deck - [x] Placed in Stream Deck profile layout # Mode - [x] Find datarefs - [x] Create graphics - [x] Works in X-KeyPad - [x] Works on Stream Deck - [x] Placed in Stream Deck profile layout # Upper display - [x] Find datarefs - [x] Create graphics - [x] Works in X-KeyPad - [x] Works on Stream Deck - [x] Placed in Stream Deck profile layout # Lower display - [x] Find datarefs - [x] Create graphics - [x] Works in X-KeyPad - [x] Works on Stream Deck - [x] Placed in Stream Deck profile layout # Digits and CLR - [x] Find datarefs - [x] Create graphics - [x] Works in X-KeyPad - [x] Works on Stream Deck - [x] Placed in Stream Deck profile layout
Author
Owner

#88 has a better image for the display.

#88 has a better image for the display.
Sander added this to the 0.0.1 milestone 2024-02-02 16:41:51 +00:00
Author
Owner

Did the NAV on the Zibo change and did I miss it? Cause I can't find the device on the screenshot anymore and I did find this one:
afbeelding

Did the NAV on the Zibo change and did I miss it? Cause I can't find the device on the screenshot anymore and I did find this one: ![afbeelding](/attachments/2be3e4a3-7c4b-4540-bc5e-9d2e93ac1c60)
Author
Owner

ACT/STBY

  • C laminar/B738/push_button/mmr1_act_stby

TEST

  • C laminar/B738/push_button/mmr1_test

MODE Up

  • C laminar/B738/push_button/mmr1_mode_up

MODE Down

  • C laminar/B738/push_button/mmr1_mode_dn

Digits

  • C laminar/B738/push_button/mmr1_1 through laminar/B738/push_button/mmr1_0

CLR

  • C laminar/B738/push_button/mmr1_clr

Display

Mode: R laminar/B738/mmr/cpt/stby_mode (0=VOR, 1=ILS, 2=GLS)
Value: R laminar/B738/mmr/cpt/stby_value
Note: the value is an array that you need to read from right to left. So 114.45 is [5, 4, 4, 1, 1]. _ _ _ . _ _ is [0,0,0,0,1].
If the value of STBY is _ _ _ . _ _ and you want to switch that to active, you get ERR (R laminar/B738/mmr/cpt/err = 1).

For active use R laminar/B738/mmr/cpt/act_mode and R laminar/B738/mmr/cpt/act_value.

ACT/STBY - C `laminar/B738/push_button/mmr1_act_stby` TEST - C `laminar/B738/push_button/mmr1_test` MODE Up - C `laminar/B738/push_button/mmr1_mode_up` MODE Down - C `laminar/B738/push_button/mmr1_mode_dn` Digits - C `laminar/B738/push_button/mmr1_1` through `laminar/B738/push_button/mmr1_0` CLR - C `laminar/B738/push_button/mmr1_clr` # Display Mode: R `laminar/B738/mmr/cpt/stby_mode` (0=VOR, 1=ILS, 2=GLS) Value: R `laminar/B738/mmr/cpt/stby_value` Note: the value is an array that you need to read from right to left. So 114.45 is [5, 4, 4, 1, 1]. _ _ _ . _ _ is [0,0,0,0,1]. If the value of STBY is _ _ _ . _ _ and you want to switch that to active, you get ERR (R `laminar/B738/mmr/cpt/err` = 1). For active use R `laminar/B738/mmr/cpt/act_mode` and R `laminar/B738/mmr/cpt/act_value`.
Author
Owner

Done

Done
Sander added this to the Alpha testing project 2024-09-11 10:29:13 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PassengerFlying/xkeypad_streamdeck_zibo_b738#77
No description provided.