Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
Collapse
Just Flight Community Forum
  1. Home
  2. Just Flight
  3. MSFS Products
  4. 146 Professional
  5. Display Data

Display Data

Scheduled Pinned Locked Moved 146 Professional
4 Posts 2 Posters 303 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rob lockett
    wrote on last edited by
    #1

    Just wondering about the display data on the JF146
    For example the altitude display on the mcp shows a value that in spadnext shows as a separate l var output per digit. Using the logitec multi panel it cant show individual digits so when you turn the altitude knob up or down the multi panel can't read the display until you select the alt arm button as it's reading fs data. Is the a way of reading the data out of the display on the 146 as a whole figure that can been seen and inputed in to an external display,
    I'm planning building a replica autopilot using 7 seg displays
    .

    b3lt3rB 1 Reply Last reply
    0
    • R rob lockett

      Just wondering about the display data on the JF146
      For example the altitude display on the mcp shows a value that in spadnext shows as a separate l var output per digit. Using the logitec multi panel it cant show individual digits so when you turn the altitude knob up or down the multi panel can't read the display until you select the alt arm button as it's reading fs data. Is the a way of reading the data out of the display on the 146 as a whole figure that can been seen and inputed in to an external display,
      I'm planning building a replica autopilot using 7 seg displays
      .

      b3lt3rB Offline
      b3lt3rB Offline
      b3lt3r
      wrote on last edited by b3lt3r
      #2

      @rob-lockett apologies for a cut/paste from an earlier post I made just after getting the 146 - but it works for me now:

      ===============
      I got my logitech multipanel working in SPAD this morning with Alt select. Not straight forward and there's probably a better way but this is what I did:

      Create a new local variable called bae-mcp-alt

      Add an expression to calculate that based on the individual digits:
      ([LVAR:MCP_Alt_dig1] * 10000) + ([LVAR:MCP_Alt_dig2] * 1000) + ([LVAR:MCP_Alt_dig3] * 100) + ([LVAR:MCP_Alt_dig4] * 10) + [LVAR:MCP_Alt_dig5]

      I could not find a simple variable in the data monitor with the aggregated value but this calculates correctly into the bae-mcp-alt var

      configured the ALT display on the panel with 3 events:
      a). Display local:bae_mcp_alt
      b). Increment MCP_Alt_sel_knob (LVAR) by 1
      c). as above but decrement
      note I had to set the range for sel_knob as 00-99 and allow rollover.

      It took me almost 2 hours to figure this out but now I can spin the knob on my panel and it updates the sim and displays correctly so it really helps.

      I now see that the 10's and 1's is redundant as it only displays in 00's but meh - it works so it stays that way :-)

      R 1 Reply Last reply
      0
      • b3lt3rB b3lt3r

        @rob-lockett apologies for a cut/paste from an earlier post I made just after getting the 146 - but it works for me now:

        ===============
        I got my logitech multipanel working in SPAD this morning with Alt select. Not straight forward and there's probably a better way but this is what I did:

        Create a new local variable called bae-mcp-alt

        Add an expression to calculate that based on the individual digits:
        ([LVAR:MCP_Alt_dig1] * 10000) + ([LVAR:MCP_Alt_dig2] * 1000) + ([LVAR:MCP_Alt_dig3] * 100) + ([LVAR:MCP_Alt_dig4] * 10) + [LVAR:MCP_Alt_dig5]

        I could not find a simple variable in the data monitor with the aggregated value but this calculates correctly into the bae-mcp-alt var

        configured the ALT display on the panel with 3 events:
        a). Display local:bae_mcp_alt
        b). Increment MCP_Alt_sel_knob (LVAR) by 1
        c). as above but decrement
        note I had to set the range for sel_knob as 00-99 and allow rollover.

        It took me almost 2 hours to figure this out but now I can spin the knob on my panel and it updates the sim and displays correctly so it really helps.

        I now see that the 10's and 1's is redundant as it only displays in 00's but meh - it works so it stays that way :-)

        R Offline
        R Offline
        rob lockett
        wrote on last edited by
        #3

        @b3lt3r šŸ‘šŸ‘ I'll give it a go

        1 Reply Last reply
        0
        • R Offline
          R Offline
          rob lockett
          wrote on last edited by
          #4

          Just tried it and it works a treat.
          Thanks
          Also got the RDH value and TMS figures showing.
          šŸ‘

          1 Reply Last reply
          1
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users