• Categories
  • Recent
  • Tags
  • Popular
  • Users
Collapse
Just Flight Community Forum

Analog King Air 350 - RPN code for Anti Ice !

Scheduled Pinned Locked Moved Steam Gauge Overhaul
5 Posts 2 Posters 242 Views
    • 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 on last edited by SMN204
    #1

    I'd like RPN code (FSUIPC) for ICE protection:

    • PROP (On/Off)
      alt text

    • ENG ANTI-ICE (On/Off)
      alt text
      Please!
      Thanks

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

    For propeller De-ice, you have to set the following:

    L:var_PropDeiceSwitch
    A:CIRCUIT SWITCH ON:90
    A:CIRCUIT SWITCH ON:91
    K:TOGGLE_PROPELLER_DEICE
    

    For the inertial separators, it's just L:XMLVAR_InterSep_L, and L:XMLVAR_InterSep_R.

    Sorry that you still have to go looking for variables like this in my older aircraft. In all my newer aircraft, I've tried to make every custom interaction settable with just one L:Var, and they are all included in the manual.

    Please let me know if you have any more questions! It's very easy for me to look these up in my own code, so I am happy to save you the time.

    S 1 Reply Last reply
    1
  • S Offline
    S Offline
    SMN204
    replied to Black Square on last edited by SMN204
    #3

    @Black-Square said in Analog King Air 350 - RPN code for Anti Ice !:

    For propeller De-ice, you have to set the following:

    These codes ON Prop De-ice.
    Is there a separate code only for OFF Prop De-ice?

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

    Writing 1 to those variables will turn the propeller de-ice on, and 0 will turn it off. If you toggle K:TOGGLE_PROPELLER_DEICE at the same time, they should remain synchronized. If you want a little more complicated solution that will ensure they remain synchronized, then you can use this line instead of just (>K:TOGGLE_PROPELLER_DEICE):

    (L:var_PropDeiceSwitch, bool) ! (A:PROP DEICE SWITCH:1, bool) (A:PROP DEICE SWITCH:2, bool) or == if{ (>K:TOGGLE_PROPELLER_DEICE) }
    
    S 1 Reply Last reply
    0
  • S Offline
    S Offline
    SMN204
    replied to Black Square on last edited by
    #5

    @Black-Square said in Analog King Air 350 - RPN code for Anti Ice !:

    Writing 1 to those variables will turn the propeller de-ice on, and 0 will turn it off.

    It works, thank you!

    1 Reply Last reply
    0

  • Login

  • Don't have an account? Register

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