Modify limits for Cabin Temp Lights.
-
Is there any way to modify the limits where the cabin temp lights for Hot and Cold illuminate?
According to the manual they illuminate at 10°C for cold and 32°C for hot... I would like to set them for 18°C for cold and 27°C for hot.
Is there a cfg file to modify?Thank you!
-
@rhinozherous I believe it can be changed in
SimObjects\Airplanes\bksq-aircraft-tbm850\model\AnalogTBM_Templates.xml
Search for
CabinTooColdIndicator
andCabinTooHotIndicator
, there you find the expression containing for example(L:#CABIN_TEMP_VAR#, number) 50 <
That number 50 is the "too cold" indicator value in degrees F, which equals to 10 degC.
Try to play around with those.
-
@randolf Hey Randolf, I just wanted to thank you for saving me the trouble of positing this. That's exactly where that parameter lives, and how it should be modified. Happy flying!