I would like to request help as this code for system.tmd is getting me a STOP block trying to get Recirculation fans working. For reference, here is the code related to the system I am trying to implement
Code
// DynamicObjects
<[logic_greater][RecirculationFans1On][]
<[string8][Input0][LeftUtilityBusAvailable.Output]>
<[string8][Input1][0.5]>
>
<[logic_and][RecirculationFans1SpeedEnabled][]
<[string8][Inputs][ AirConditioningUpperRecirculationFansButton.Output RecirculationFans1On.Output ]>
>
<[output][SystemsEnabled][] <[string8][Input][RecirculationFans1SpeedEnabled.Output]> >
// SoundObjects
<[soundmapping][SystemsVolume][]
<[string8][Input][SystemsEnabled.Output]>
<[tmvector2d][Map][ (0.0 0.0) (1.0 1.0)]>
>
Display More