Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Fan question
#2

Hi,

Yes, it can work the way you want.

- Open the WeatherDuino_Pro2_TX_v2.0_b00x software in your Arduino IDE.
- Click on the Process_IDx tab
- Around line 41, change this

Quote:if ( ((FanControlT / 100.0 >= fanOn_HiTemp) || (FanControlT / 100.0 <= fanOn_LowTemp)) && LowWind )

to this:

Quote:if ( FanControlT / 100.0 >= fanOn_HiTemp && LowWind )

Let me know if this is what you need.
Your question / concern makes sense, I'm taking note of it, and maybe on next software release I will add some new options to control the fan. Thank you.

Reply


Messages In This Thread
Fan question - by nparnold - 03-04-2016, 04:29
RE: Fan question - by werk_ag - 03-04-2016, 17:20
RE: Fan question - by nparnold - 04-04-2016, 09:41
RE: Fan question - by nparnold - 07-04-2016, 23:18
RE: Fan question - by werk_ag - 08-04-2016, 00:04
RE: Fan question - by nparnold - 08-04-2016, 00:17
RE: Fan question - by werk_ag - 08-04-2016, 00:30
RE: Fan question - by nparnold - 08-04-2016, 00:37



Users browsing this thread: 1 Guest(s)