Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
Collapse
Just Flight Community Forum
  1. Home
  2. Just Flight
  3. MSFS Products
  4. Black Square Add-Ons
  5. Baron Professional
  6. RPN code for the “UP DN” rocker (KFC 150 autopilot) ?

RPN code for the “UP DN” rocker (KFC 150 autopilot) ?

Scheduled Pinned Locked Moved Baron Professional
7 Posts 2 Posters 50 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.
  • S Offline
    S Offline
    SMN204
    wrote last edited by
    #1

    I'd like RPN code for the “UP DN” rocker (KFC 150 autopilot)
    Thanks!

    1 Reply Last reply
    0
    • Black SquareB Offline
      Black SquareB Offline
      Black Square
      Black Square Developer
      wrote last edited by Black Square
      #2

      Here is the complete RPN:

      UP

      (A:CIRCUIT ON:61, bool) (L:var_AutopilotTest, bool) ! and if{
      	(A:AUTOPILOT PITCH HOLD, Bool) if{
      		(>K:AP_PITCH_REF_INC_UP)
      	}
      	els{
      		(A:AUTOPILOT VERTICAL HOLD, Bool) if{
      			(>K:AP_VS_VAR_INC)
      		}
      		els{
      			(A:AUTOPILOT ALTITUDE LOCK VAR, FEET) 35000 < if{
      				100 (>K:AP_ALT_VAR_INC)
      			}
      		}
      	}
      }
      

      DOWN

      (A:CIRCUIT ON:61, bool) (L:var_AutopilotTest, bool) ! and if{
      	(A:AUTOPILOT PITCH HOLD, Bool) if{
      		(>K:AP_PITCH_REF_INC_DN)
      	}
      	els{
      		(A:AUTOPILOT VERTICAL HOLD, Bool) if{
      			(>K:AP_VS_VAR_DEC)
      		}
      		els{
      			(A:AUTOPILOT ALTITUDE LOCK VAR, FEET) 0 > if{
      				100 (>K:AP_ALT_VAR_DEC)
      			}
      		}
      	}
      }
      
      1 Reply Last reply
      0
      • S Offline
        S Offline
        SMN204
        wrote last edited by
        #3

        Hmm... it doesn't work for me. (FSUIPC)

        1 Reply Last reply
        0
        • Black SquareB Offline
          Black SquareB Offline
          Black Square
          Black Square Developer
          wrote last edited by
          #4

          Oh, I left in the circuit names. Try now.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            SMN204
            wrote last edited by
            #5

            Alas... it doesn't work either.

            1 Reply Last reply
            0
            • Black SquareB Offline
              Black SquareB Offline
              Black Square
              Black Square Developer
              wrote last edited by
              #6

              I just edited it again. If that doesn't work, then someone with more FSUIPC experience might have to chime in.

              1 Reply Last reply
              0
              • S Offline
                S Offline
                SMN204
                wrote last edited by
                #7

                This last one works!!
                Thank you!

                1 Reply Last reply
                0
                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