Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Watercooling

Place your requests for plugins here

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
abrasiveone
Posts: 7
Joined: June 8th, 2005, 1:16 pm

Watercooling

Post by abrasiveone »

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.
_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

Water temp would be easy using a DS18S20 temperature probe and a microcontroller. The water flow is another story.

J
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

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?
abrasiveone
Posts: 7
Joined: June 8th, 2005, 1:16 pm

Post by abrasiveone »

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?
It's a Danger Den system. No built in sensors, need to get them.
Basically I need a way to sensor the Temp and Flow, then, figure out a way to input these values into LCD Smartie.
stephenmhall
Posts: 2
Joined: August 12th, 2005, 12:45 am

Fan to Flow rate converter needed

Post by stephenmhall »

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.
stephenmhall
Posts: 2
Joined: August 12th, 2005, 12:45 am

answered my own question

Post by stephenmhall »

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
Post Reply