Jump to content
Sign in to follow this  
guenseli

RealAir B60T Duke Turbine (module version 1.3)

Recommended Posts

Greetings all.  After a couple days of trial and error here is the Cabin pressure control.  I have mine set to a rotary switch but you can also set to a toggle.

 

-- ## Cabin Pressurization Control ###############

function cabin_Altitude_Goal   ()
ipc.writeLvar("L:cabinAltGoal" , 0)
DspShow("Cabin altitude Sea Level","sealevel")
end

function cabin_Altitude_Goal_100   ()
ipc.writeLvar("L:cabinAltGoal" ,100)
DspShow("Cabin altitude 100" ,"100" )
end

function cabin_Altitude_Goal_200   ()
ipc.writeLvar("L:cabinAltGoal" ,200)
DspShow("Cabin altitude 200" ,"200" )
end

function cabin_Altitude_Goal_300   ()
ipc.writeLvar("L:cabinAltGoal" ,300)
DspShow("Cabin altitude 300" ,"300" )
end

function cabin_Altitude_Goal_400   ()
ipc.writeLvar("L:cabinAltGoal" ,400)
DspShow("Cabin altitude 400" ,"400" )
end

function cabin_Altitude_Goal_500   ()
ipc.writeLvar("L:cabinAltGoal" ,500)
DspShow("Cabin altitude 500" ,"500" )
end

function cabin_Altitude_Goal_600   ()
ipc.writeLvar("L:cabinAltGoal" ,600)
DspShow("Cabin altitude 600" ,"600" )
end

function cabin_Altitude_Goal_700   ()
ipc.writeLvar("L:cabinAltGoal" ,700)
DspShow("Cabin altitude 700" ,"700" )
end

function cabin_Altitude_Goal_800   ()
ipc.writeLvar("L:cabinAltGoal" ,800)
DspShow("Cabin altitude 800" ,"800" )
end

function cabin_Altitude_Goal_900   ()
ipc.writeLvar("L:cabinAltGoal" ,900)
DspShow("Cabin altitude 900" ,"900" )
end

function cabin_Altitude_Goal_1000   ()
ipc.writeLvar("L:cabinAltGoal" ,1000)
DspShow("Cabin altitude 1000" ,"1000" )
end

function cabin_Altitude_Goal_1100   ()
ipc.writeLvar("L:cabinAltGoal" ,1100)
DspShow("Cabin altitude 1100" ,"1100" )
end

function cabin_Altitude_Goal_1200   ()
ipc.writeLvar("L:cabinAltGoal" ,1200)
DspShow("Cabin altitude 1200" ,"1200" )
end

function cabin_Altitude_Goal_1300   ()
ipc.writeLvar("L:cabinAltGoal" ,1300)
DspShow("Cabin altitude 1300" ,"1300" )
end

function cabin_Altitude_Goal_1400   ()
ipc.writeLvar("L:cabinAltGoal" ,1400)
DspShow("Cabin altitude 1400" ,"1400" )
end

function cabin_Altitude_Goal_1500   ()
ipc.writeLvar("L:cabinAltGoal" ,1500)
DspShow("Cabin altitude 1500" ,"1500" )
end

function cabin_Altitude_Goal_1600   ()
ipc.writeLvar("L:cabinAltGoal" ,1600)
DspShow("Cabin altitude 1600" ,"1600" )
end

function cabin_Altitude_Goal_1700   ()
ipc.writeLvar("L:cabinAltGoal" ,1700)
DspShow("Cabin altitude 1700" ,"1700" )
end

function cabin_Altitude_Goal_1800   ()
ipc.writeLvar("L:cabinAltGoal" ,1800)
DspShow("Cabin altitude 1800" ,"1800" )
end

function cabin_Altitude_Goal_1900   ()
ipc.writeLvar("L:cabinAltGoal" ,1900)
DspShow("Cabin altitude 1900" ,"1900" )
end

function cabin_Altitude_Goal_2000   ()
ipc.writeLvar("L:cabinAltGoal" ,2000)
DspShow("Cabin altitude 2000" ,"2000" )
end

function cabin_Altitude_Goal_2100   ()
ipc.writeLvar("L:cabinAltGoal" ,2100)
DspShow("Cabin altitude 2100" ,"2100" )
end

function cabin_Altitude_Goal_2200   ()
ipc.writeLvar("L:cabinAltGoal" ,2200)
DspShow("Cabin altitude 2200" ,"2200" )
end

function cabin_Altitude_Goal_2300   ()
ipc.writeLvar("L:cabinAltGoal" ,2300)
DspShow("Cabin altitude 2300" ,"2300" )
end

function cabin_Altitude_Goal_2400   ()
ipc.writeLvar("L:cabinAltGoal" ,2400)
DspShow("Cabin altitude 2400" ,"2400" )
end

function cabin_Altitude_Goal_2500   ()
ipc.writeLvar("L:cabinAltGoal" ,2500)
DspShow("Cabin altitude 2500" ,"2500" )
end

function cabin_Altitude_Goal_2600   ()
ipc.writeLvar("L:cabinAltGoal" ,2600)
DspShow("Cabin altitude 2600" ,"2600" )
end

function cabin_Altitude_Goal_2700   ()
ipc.writeLvar("L:cabinAltGoal" ,2700)
DspShow("Cabin altitude 2700" ,"2700" )
end

function cabin_Altitude_Goal_2800   ()
ipc.writeLvar("L:cabinAltGoal" ,2800)
DspShow("Cabin altitude 2800" ,"2800" )
end

function cabin_Altitude_Goal_2900   ()
ipc.writeLvar("L:cabinAltGoal" ,2900)
DspShow("Cabin altitude 2900" ,"2900" )
end

function cabin_Altitude_Goal_3000   ()
ipc.writeLvar("L:cabinAltGoal" ,3000)
DspShow("Cabin altitude 3000" ,"3000" )
end

function cabin_Altitude_Goal_3100   ()
ipc.writeLvar("L:cabinAltGoal" ,3100)
DspShow("Cabin altitude 3100" ,"3100" )
end

function cabin_Altitude_Goal_3200   ()
ipc.writeLvar("L:cabinAltGoal" ,3200)
DspShow("Cabin altitude 3200" ,"3200" )
end

function cabin_Altitude_Goal_3300   ()
ipc.writeLvar("L:cabinAltGoal" ,3300)
DspShow("Cabin altitude 3300" ,"3300" )
end

function cabin_Altitude_Goal_3400   ()
ipc.writeLvar("L:cabinAltGoal" ,3400)
DspShow("Cabin altitude 3400" ,"3400" )
end

function cabin_Altitude_Goal_3500   ()
ipc.writeLvar("L:cabinAltGoal" ,3500)
DspShow("Cabin altitude 3500" ,"3500" )
end

function cabin_Altitude_Goal_3600   ()
ipc.writeLvar("L:cabinAltGoal" ,3600)
DspShow("Cabin altitude 3600" ,"3600" )
end

function cabin_Altitude_Goal_3700   ()
ipc.writeLvar("L:cabinAltGoal" ,3700)
DspShow("Cabin altitude 3700" ,"3700" )
end

function cabin_Altitude_Goal_3800   ()
ipc.writeLvar("L:cabinAltGoal" ,3800)
DspShow("Cabin altitude 3800" ,"3800" )
end

function cabin_Altitude_Goal_3900   ()
ipc.writeLvar("L:cabinAltGoal" ,3900)
DspShow("Cabin altitude 3900" ,"3900" )
end

function cabin_Altitude_Goal_4000   ()
ipc.writeLvar("L:cabinAltGoal" ,4000)
DspShow("Cabin altitude 4000" ,"4000" )
end

function cabin_Altitude_Goal_4100   ()
ipc.writeLvar("L:cabinAltGoal" ,4100)
DspShow("Cabin altitude 4100" ,"4100" )
end

function cabin_Altitude_Goal_4200   ()
ipc.writeLvar("L:cabinAltGoal" ,4200)
DspShow("Cabin altitude 4200" ,"4200" )
end

function cabin_Altitude_Goal_4300   ()
ipc.writeLvar("L:cabinAltGoal" ,4300)
DspShow("Cabin altitude 4300" ,"4300" )
end

function cabin_Altitude_Goal_4400   ()
ipc.writeLvar("L:cabinAltGoal" ,4400)
DspShow("Cabin altitude 4400" ,"4400" )
end

function cabin_Altitude_Goal_4500   ()
ipc.writeLvar("L:cabinAltGoal" ,4500)
DspShow("Cabin altitude 4500" ,"4500" )
end

function cabin_Altitude_Goal_4600   ()
ipc.writeLvar("L:cabinAltGoal" ,4600)
DspShow("Cabin altitude 4600" ,"4600" )
end

function cabin_Altitude_Goal_4700   ()
ipc.writeLvar("L:cabinAltGoal" ,4700)
DspShow("Cabin altitude 4700" ,"4700" )
end

function cabin_Altitude_Goal_4800   ()
ipc.writeLvar("L:cabinAltGoal" ,4800)
DspShow("Cabin altitude 4800" ,"4800" )
end

function cabin_Altitude_Goal_4900   ()
ipc.writeLvar("L:cabinAltGoal" ,4900)
DspShow("Cabin altitude 4900" ,"4900" )
end

function cabin_Altitude_Goal_5000   ()
ipc.writeLvar("L:cabinAltGoal" ,5000)
DspShow("Cabin altitude 5000" ,"5000" )
end

function cabin_Altitude_Goal_5100   ()
ipc.writeLvar("L:cabinAltGoal" ,5100)
DspShow("Cabin altitude 5100" ,"5100" )
end

function cabin_Altitude_Goal_5200   ()
ipc.writeLvar("L:cabinAltGoal" ,5200)
DspShow("Cabin altitude 5200" ,"5200" )
end

function cabin_Altitude_Goal_5300   ()
ipc.writeLvar("L:cabinAltGoal" ,5300)
DspShow("Cabin altitude 5300" ,"5300" )
end

function cabin_Altitude_Goal_5400   ()
ipc.writeLvar("L:cabinAltGoal" ,5400)
DspShow("Cabin altitude 5400" ,"5400" )
end

function cabin_Altitude_Goal_5500   ()
ipc.writeLvar("L:cabinAltGoal" ,5500)
DspShow("Cabin altitude 5500" ,"5500" )
end

function cabin_Altitude_Goal_5600   ()
ipc.writeLvar("L:cabinAltGoal" ,5600)
DspShow("Cabin altitude 5600" ,"5600" )
end

function cabin_Altitude_Goal_5700   ()
ipc.writeLvar("L:cabinAltGoal" ,5700)
DspShow("Cabin altitude 5700" ,"5700" )
end

function cabin_Altitude_Goal_5800   ()
ipc.writeLvar("L:cabinAltGoal" ,5800)
DspShow("Cabin altitude 5800" ,"5800" )
end

function cabin_Altitude_Goal_5900   ()
ipc.writeLvar("L:cabinAltGoal" ,5900)
DspShow("Cabin altitude 5900" ,"5900" )
end

function cabin_Altitude_Goal_6000   ()
ipc.writeLvar("L:cabinAltGoal" ,6000)
DspShow("Cabin altitude 6000" ,"6000" )
end

function cabin_Altitude_Goal_6100   ()
ipc.writeLvar("L:cabinAltGoal" ,6100)
DspShow("Cabin altitude 6100" ,"6100" )
end

function cabin_Altitude_Goal_6200   ()
ipc.writeLvar("L:cabinAltGoal" ,6200)
DspShow("Cabin altitude 6200" ,"6200" )
end

function cabin_Altitude_Goal_6300   ()
ipc.writeLvar("L:cabinAltGoal" ,6300)
DspShow("Cabin altitude 6300" ,"6300" )
end

function cabin_Altitude_Goal_6400   ()
ipc.writeLvar("L:cabinAltGoal" ,6400)
DspShow("Cabin altitude 6400" ,"6400" )
end

function cabin_Altitude_Goal_6500   ()
ipc.writeLvar("L:cabinAltGoal" ,6500)
DspShow("Cabin altitude 6500" ,"6500" )
end

function cabin_Altitude_Goal_6600   ()
ipc.writeLvar("L:cabinAltGoal" ,6600)
DspShow("Cabin altitude 6600" ,"6600" )
end

function cabin_Altitude_Goal_6700   ()
ipc.writeLvar("L:cabinAltGoal" ,6700)
DspShow("Cabin altitude 6700" ,"6700" )
end

function cabin_Altitude_Goal_6800   ()
ipc.writeLvar("L:cabinAltGoal" ,6800)
DspShow("Cabin altitude 6800" ,"6800" )
end

function cabin_Altitude_Goal_6900   ()
ipc.writeLvar("L:cabinAltGoal" ,6900)
DspShow("Cabin altitude 6900" ,"6900" )
end

function cabin_Altitude_Goal_7000   ()
ipc.writeLvar("L:cabinAltGoal" ,7000)
DspShow("Cabin altitude 7000" ,"7000" )
end

function cabin_Altitude_Goal_7100   ()
ipc.writeLvar("L:cabinAltGoal" ,7100)
DspShow("Cabin altitude 7100" ,"7100" )
end

function cabin_Altitude_Goal_7200   ()
ipc.writeLvar("L:cabinAltGoal" ,7200)
DspShow("Cabin altitude 7200" ,"7200" )
end

function cabin_Altitude_Goal_7300   ()
ipc.writeLvar("L:cabinAltGoal" ,7300)
DspShow("Cabin altitude 7300" ,"7300" )
end

function cabin_Altitude_Goal_7400   ()
ipc.writeLvar("L:cabinAltGoal" ,7400)
DspShow("Cabin altitude 7400" ,"7400" )
end

function cabin_Altitude_Goal_7500   ()
ipc.writeLvar("L:cabinAltGoal" ,7500)
DspShow("Cabin altitude 7500" ,"7500" )
end

function cabin_Altitude_Goal_7600   ()
ipc.writeLvar("L:cabinAltGoal" ,7600)
DspShow("Cabin altitude 7600" ,"7600" )
end

function cabin_Altitude_Goal_7700   ()
ipc.writeLvar("L:cabinAltGoal" ,7700)
DspShow("Cabin altitude 7700" ,"7700" )
end

function cabin_Altitude_Goal_7800   ()
ipc.writeLvar("L:cabinAltGoal" ,7800)
DspShow("Cabin altitude 7800" ,"7800" )
end

function cabin_Altitude_Goal_7900   ()
ipc.writeLvar("L:cabinAltGoal" ,7900)
DspShow("Cabin altitude 7900" ,"7900" )
end

function cabin_Altitude_Goal_8000   ()
ipc.writeLvar("L:cabinAltGoal" ,8000)
DspShow("Cabin altitude 8000" ,"8000" )
end

function cabin_Altitude_Goal_8100   ()
ipc.writeLvar("L:cabinAltGoal" ,8100)
DspShow("Cabin altitude 8100" ,"8100" )
end

function cabin_Altitude_Goal_8200   ()
ipc.writeLvar("L:cabinAltGoal" ,8200)
DspShow("Cabin altitude 8200" ,"8200" )
end

function cabin_Altitude_Goal_8300   ()
ipc.writeLvar("L:cabinAltGoal" ,8300)
DspShow("Cabin altitude 8300" ,"8300" )
end

function cabin_Altitude_Goal_8400   ()
ipc.writeLvar("L:cabinAltGoal" ,8400)
DspShow("Cabin altitude 8400" ,"8400" )
end

function cabin_Altitude_Goal_8500   ()
ipc.writeLvar("L:cabinAltGoal" ,8500)
DspShow("Cabin altitude 8500" ,"8500" )
end

function cabin_Altitude_Goal_8600   ()
ipc.writeLvar("L:cabinAltGoal" ,8600)
DspShow("Cabin altitude 8600" ,"8600" )
end

function cabin_Altitude_Goal_8700   ()
ipc.writeLvar("L:cabinAltGoal" ,8700)
DspShow("Cabin altitude 8700" ,"8700" )
end

function cabin_Altitude_Goal_8800   ()
ipc.writeLvar("L:cabinAltGoal" ,8800)
DspShow("Cabin altitude 8800" ,"8800" )
end

function cabin_Altitude_Goal_8900   ()
ipc.writeLvar("L:cabinAltGoal" ,8900)
DspShow("Cabin altitude 8900" ,"8900" )
end

function cabin_Altitude_Goal_9000   ()
ipc.writeLvar("L:cabinAltGoal" ,9000)
DspShow("Cabin altitude 9000" ,"9000" )
end

function cabin_Altitude_Goal_9100   ()
ipc.writeLvar("L:cabinAltGoal" ,9100)
DspShow("Cabin altitude 9100" ,"9100" )
end

function cabin_Altitude_Goal_9200   ()
ipc.writeLvar("L:cabinAltGoal" ,9200)
DspShow("Cabin altitude 9200" ,"9200" )
end

function cabin_Altitude_Goal_9300   ()
ipc.writeLvar("L:cabinAltGoal" ,9300)
DspShow("Cabin altitude 9300" ,"9300" )
end

function cabin_Altitude_Goal_9400   ()
ipc.writeLvar("L:cabinAltGoal" ,9400)
DspShow("Cabin altitude 9400" ,"9400" )
end

function cabin_Altitude_Goal_9500   ()
ipc.writeLvar("L:cabinAltGoal" ,9500)
DspShow("Cabin altitude 9500" ,"9500" )
end

function cabin_Altitude_Goal_9600   ()
ipc.writeLvar("L:cabinAltGoal" ,9600)
DspShow("Cabin altitude 9600" ,"9600" )
end

function cabin_Altitude_Goal_9700   ()
ipc.writeLvar("L:cabinAltGoal" ,9700)
DspShow("Cabin altitude 9700" ,"9700" )
end

function cabin_Altitude_Goal_9800   ()
ipc.writeLvar("L:cabinAltGoal" ,9800)
DspShow("Cabin altitude 9800" ,"9800" )
end

function cabin_Altitude_Goal_9900   ()
ipc.writeLvar("L:cabinAltGoal" ,9900)
DspShow("Cabin altitude 9900" ,"9900" )
end

function cabin_Altitude_Goal_10000   ()
ipc.writeLvar("L:cabinAltGoal" ,10000)
DspShow("Cabin altitude 10000" ,"10000" )
end

function cabin_Altitude_Goal_10100   ()
ipc.writeLvar("L:cabinAltGoal" ,10100)
DspShow("Cabin altitude 10100" ,"10100" )
end

function cabin_Altitude_Goal_10200   ()
ipc.writeLvar("L:cabinAltGoal" ,10200)
DspShow("Cabin altitude 10200" ,"10200" )
end

function cabin_Altitude_Goal_10300   ()
ipc.writeLvar("L:cabinAltGoal" ,10300)
DspShow("Cabin altitude 10300" ,"10300" )
end

function cabin_Altitude_Goal_10400   ()
ipc.writeLvar("L:cabinAltGoal" ,10400)
DspShow("Cabin altitude 10400" ,"10400" )
end

function cabin_Altitude_Goal_10500   ()
ipc.writeLvar("L:cabinAltGoal" ,10500)
DspShow("Cabin altitude 10500" ,"10500" )
end

  function cabin_altitude_increase   ()
  i = ipc.readLvar ("cabinAltGoal")
  if i >= 0 then
  ipc.writeLvar("cabinAltGoal" , i+100)
  end
  end

  function cabin_altitude_decrease   ()
  i = ipc.readLvar ("cabinAltGoal")
  if i <= 10500 then
  ipc.writeLvar("cabinAltGoal" , i-100)
  end
  end

  function cabin_pressure_dump_normal ()
  ipc.writeLvar("L:pressureDumpSwitch" , 0 )
  end

  function cabin_pressure_dump   ()
  ipc.writeLvar("L:pressureDumpSwitch" , 1 )
  end

Share this post


Link to post
Share on other sites
  • Cowl-Flaps:
    Counterchecked the Cowl-Flaps stuff. Added "mixed"-State if left and right cowl-flap were on different states, but changed together.
  • Fuel-Valves:
    Added Fuel-Valves for explicit setting, inc & dec, incl. X-Feed.

Share this post


Link to post
Share on other sites

Added the ability to cycle through the yellow tri-state-button for engine startup / generator on-off-start with simple pushbutton.

 

Details and download see here: 

https://github.com/joeherwig/RealAir-Turbine-Duke-V2-LUA/commits/master/Modules/linda/aircrafts/RealAir%20Duke%20Turbine%20V2/actions.lua

 

Thanks very much for the update.

Sorry if this is a dumb question but I see nine updates on your web page.

I assume each of these has to be copy/pasted into the OP 1.3 version?

 

gb.


YSSY. Win 10, 6700K@4.8, Corsair H115i Cooler, RTX 4070Ti, 32GB G.Skill Trident Z F4-3200, Samsung 960 EVO M.2 256GB, ASUS Maximus VIII Ranger, Corsair HX850i 850W, Thermaltake Core X31 Case, Samsung 4K 65" TV.

Share this post


Link to post
Share on other sites

Hi to down under, gboz!

 

I'm sorry, i didn't explain the principle i work with the github repository,  but it`s quite easy...

 

I improve my lua script from time to time and push it into the repo for downloading or - if you like - contribution.

You can always find the latest 'version' directly @ https://raw.githubusercontent.com/joeherwig/RealAir-Turbine-Duke-V2-LUA/master/Modules/linda/aircrafts/RealAir%20Duke%20Turbine%20V2/actions.lua for direct downloading of the script.

 

The page i listed above contains all the older versions and the comments to the changes i made.

 

If you use the link from this post, you`ll get the functions from guenselis 1.3 plus the ones i added / modified:

InitVars 
...
Battery_on 
Battery_off 
Battery_toggle 
Ignition_L_on 
Ignition_L_off 
Ignition_L_auto 
Ignition_L_toggle_OffAuto 
Ignition_R_on 
Ignition_R_off 
Ignition_R_auto 
Ignition_R_toggle_OffAuto 
Ignition_BOTH_on 
Ignition_BOTH_off 
Ignition_BOTH_auto 
Ignition_BOTH_toggle_OffAuto 
Generator_L_on 
Generator_L_off 
Generator_L_start 
Generator_L_cycle_OffStarterGenOn 
Generator_R_on 
Generator_R_off 
Generator_R_start 
Generator_R_cycle_OffStarterGenOn 
Generator_BOTH_on 
Generator_BOTH_off 
Fuel_Pump_1_ENG_L_toggle
Fuel_Pump_2_ENG_R_toggle
Fuel_Pumps_1_ENG_BOTH_toggle 
Fuel_Valve_ENG_L_on 
Fuel_Valve_ENG_L_off 
Fuel_Valve_ENG_L_XFeed 
Fuel_Valve_ENG_L_dec 
Fuel_Valve_ENG_L_inc 
Fuel_Valve_ENG_R_on 
Fuel_Valve_ENG_R_off 
Fuel_Valve_ENG_R_XFeed 
Fuel_Valve_ENG_R_dec 
Fuel_Valve_ENG_R_inc 
Fuel_Valves_on 
Fuel_Valves_off 
Fuel_Valves_dec 
Fuel_Valves_inc 
Fuel_Valves_toggle_OnOff
...
CowlFlaps_L_inc 
CowlFlaps_L_dec 
CowlFlaps_R_inc 
CowlFlaps_R_dec 
CowlFlaps_inc 
CowlFlaps_dec 
...
Parking_Breakes_set 
Parking_Breakes_release 
Parking_Breakes_toggle 
Cabin_Temp_Mode_manual_cool
Cabin_Temp_Mode_cool_auto
Cabin_Temp_Mode_cool_blower
Cabin_Temp_Mode_off
Cabin_Temp_Mode_heat_auto
Cabin_Temp_Mode_heat_manual
Cabin_Temp_Mode_heat_blower
Cabin_Temp_Mode_inc
Cabin_Temp_Mode_dec
Cabin_Air_Knob_pull
Cabin_Air_Knob_push
Cabin_Air_Knob_toggle
Copilot_Air_Knob_pull
Copilot_Air_Knob_push
Copilot_Air_Knob_toggle
Cabin_Pressure_alt_goal_dec
Cabin_Pressure_alt_goal_inc
Cabin_Pressure_Dump_off
Cabin_Pressure_Dump_on
Cabin_Pressure_Dump_toggle
Cabin_Rate_Knob_dec
Cabin_Rate_Knob_inc
Cabin_Pressure_Shutoff_Lever_1_on
Cabin_Pressure_Shutoff_Lever_1_off
Cabin_Pressure_Shutoff_Lever_1_toggle
Cabin_Pressure_Shutoff_Lever_2_on
Cabin_Pressure_Shutoff_Lever_2_off
Cabin_Pressure_Shutoff_Lever_2_toggle
Cabin_Pressure_Temp_Lever_1_inc 
Cabin_Pressure_Temp_Lever_1_dec 
Cabin_Pressure_Temp_Lever_2_inc 
Cabin_Pressure_Temp_Lever_2_dec 

The frontpage @ https://github.com/joeherwig/RealAir-Turbine-Duke-V2-LUA is not updated for every single commit.

 

So... If you download the latest version from the link above in this post, there shouldn't be any need for putting `versions` togehter. You should hopefully be able to use it 'as is'.

If you find any bugs or miss any functions, you can leave me a request at my 'issues' page: https://github.com/joeherwig/RealAir-Turbine-Duke-V2-LUA/issues%C2'>

 

Kind regards,

 

    Joe

Share this post


Link to post
Share on other sites

 

 


So... If you download the latest version from the link above in this post, there shouldn't be any need for putting `versions` togehter. You should hopefully be able to use it 'as is'.

If you find any bugs or miss any functions, you can leave me a request at my 'issues' page:

Kind regards,

Joe

 

Ok, great.

Thanks,

gb


YSSY. Win 10, 6700K@4.8, Corsair H115i Cooler, RTX 4070Ti, 32GB G.Skill Trident Z F4-3200, Samsung 960 EVO M.2 256GB, ASUS Maximus VIII Ranger, Corsair HX850i 850W, Thermaltake Core X31 Case, Samsung 4K 65" TV.

Share this post


Link to post
Share on other sites

RealAir Duke for P3Dv3 has its folders installed by default on the C drive. Is this the reason why the aircraft doesn't appear in the new aircraft drop-down list?

If yes, how can we work this out?

Share this post


Link to post
Share on other sites

RealAir Duke for P3Dv3 has its folders installed by default on the C drive. Is this the reason why the aircraft doesn't appear in the new aircraft drop-down list?

If yes, how can we work this out?

 

I don't know why the RealAir Duke would install in the C drive root directory. Normally aircraft add ons would be located in the flt sim directory (e.g. C:\P3D\) under \simobjects\airplanes.  You will need to contact RealAir to question any installation problems.

 

All LINDA modules should be installed in the \P3D\modules folder in \linda\aircrafts and \linda-cfg\aircrafts.  These entries are matched up with those in \simobjects\airplanes directory.


Andrew Gransden

Scotland, UK

LINDA Support/Developer - VATSIM and BAVirtual - Airbus Flyer

i7 1TB SSD GTX980 - FSX/P3D - Aerosoft Airbus A318/A319/A320/A321 - FS2Crew

Share this post


Link to post
Share on other sites
On ‎19‎/‎08‎/‎2015 at 10:23 PM, Gregg_Seipp said:

 

 

 

Ah, I see the cabinAlt code.  That would be cool if you got those knobs working.  It's the only thing I don't have working in mine.

Hi Gregg, I am a big fan of the Realair Turbine Duke. I have built a 5 Bodnar card sim and like you have about 80% of the switches working through linda, I have not been able to find any library routines that cover the ADF panel. Were you able to get this panel working?

Share this post


Link to post
Share on other sites
3 hours ago, Norry said:

Hi Gregg, I am a big fan of the Realair Turbine Duke. I have built a 5 Bodnar card sim and like you have about 80% of the switches working through linda, I have not been able to find any library routines that cover the ADF panel. Were you able to get this panel working?

The only thing I've found to work is the standard FSX command, ADF1_RADIO_TENTHS_INC, ADF1_RADIO_TENTHS_DEC, ADF1_WHOLE_INC and ADF1_WHOLE_DEC.  That sets the active frequency (not the standby frequency).  Best I could come up with.


Gregg Seipp

"A good landing is when you can walk away from the airplane.  A great landing is when you can reuse it."
i7-8700 32GB Ram, GTX-1070 8 Gig RAM

Share this post


Link to post
Share on other sites

Thanks Gregg, that will save me a lot of time and frustration trying to solve an unsolvable problem, namely the standby/active frequency swap.

Share this post


Link to post
Share on other sites
5 minutes ago, Norry said:

Thanks Gregg, that will save me a lot of time and frustration trying to solve an unsolvable problem, namely the standby/active frequency swap.

I think there's a way to swap the frequencies but, alas, no way to set the standby frequency...weird, right?  But, yes, it should work.  I'm curious about what you've done with that board.


Gregg Seipp

"A good landing is when you can walk away from the airplane.  A great landing is when you can reuse it."
i7-8700 32GB Ram, GTX-1070 8 Gig RAM

Share this post


Link to post
Share on other sites
17 hours ago, Gregg_Seipp said:

I think there's a way to swap the frequencies but, alas, no way to set the standby frequency...weird, right?  But, yes, it should work.  I'm curious about what you've done with that board.

I have built a left dash panel containing the Starting switches, fuel pumps oil doors  etc,, a right dash panel with all the lighting gear and flaps plus annunciator lights test and master warn cancel. Then I have an autopilot panel and a Garmin GNS530 panel and finally a utilities panel which has all the fltsim house keeping stuff such as pushback, slew, zoom, views etc. The only little routine I have made for myself is the Master warning and Annunciator lights test, for the rest I have used libraries others (cleverer than me) have written.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...