OK.
Looking for a way to LCD water temperature and the flow.
Also need the equipment for the system to read this info.
Someone hook a noobie up.
Thanks.
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Watercooling
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
-
- Posts: 7
- Joined: June 8th, 2005, 1:16 pm
It's a Danger Den system. No built in sensors, need to get them.limbo wrote:give some more details about your cooling system.
is there any build in sensor or something?
any software supporting these values you want to display to LCD?
Basically I need a way to sensor the Temp and Flow, then, figure out a way to input these values into LCD Smartie.
-
- Posts: 2
- Joined: August 12th, 2005, 12:45 am
Fan to Flow rate converter needed
I have a Innovatek flowmeter that connects to a Fan header on the motherboard. From web site it works out at 2800 pulse/litres. I.e. with a flow of e.g. 0.7 litre/minute the BIOS would indicate a value of 1960 RPM
I get the 1960 from MBM what is needed is a way to apply the maths to the number
FlowRate (($FanS2)/2800) l/m something like this.
Maybe its allready there but im new to this.
I get the 1960 from MBM what is needed is a way to apply the maths to the number
FlowRate (($FanS2)/2800) l/m something like this.
Maybe its allready there but im new to this.
-
- Posts: 2
- Joined: August 12th, 2005, 12:45 am
answered my own question
ok doh! as the saying goes demo.dll does the math, think i got it working now.
commands I used are
FR $dll(round.dll,1,$dll(demo.dll,4,$FanS2,2800),2) l/M
using round to give me just 2 decimal places
commands I used are
FR $dll(round.dll,1,$dll(demo.dll,4,$FanS2,2800),2) l/M
using round to give me just 2 decimal places