Automatically stop folding?

Moderators: Site Moderators, FAHC Science Team

Post Reply
k1wi
Posts: 909
Joined: Tue Sep 22, 2009 10:48 pm

Automatically stop folding?

Post by k1wi »

Hey everyone,

Got an issue I'd like some help with. I'm running a custom watercooling loop with a UPS. The one problem with the set up is that pump occasionally trips when the UPS kicks in and as a result the core temperatures rocket with no water circulating.

I use CoreTemp to manage my temperatures and the UPS software with my UPS is good but isn't integrated i.e. when it goes to battery mode it doesn't tell windows that. Both allow you to execute programmes though, for core temp, if the temperatures get above a certain level, and for the UPS software, when the battery engages.

Is there a way to write a batch script or something that will safely stop FAH when executed?

Oh forgot to add the important stuff, I'm running the SMP client on a win7 64bit i7 :)

Many thanks.

k1wi
Image
P5-133XL
Posts: 2948
Joined: Sun Dec 02, 2007 4:36 am
Hardware configuration: Machine #1:

Intel Q9450; 2x2GB=8GB Ram; Gigabyte GA-X48-DS4 Motherboard; PC Power and Cooling Q750 PS; 2x GTX 460; Windows Server 2008 X64 (SP1).

Machine #2:

Intel Q6600; 2x2GB=4GB Ram; Gigabyte GA-X48-DS4 Motherboard; PC Power and Cooling Q750 PS; 2x GTX 460 video card; Windows 7 X64.

Machine 3:

Dell Dimension 8400, 3.2GHz P4 4x512GB Ram, Video card GTX 460, Windows 7 X32

I am currently folding just on the 5x GTX 460's for aprox. 70K PPD
Location: Salem. OR USA

Re: Automatically stop folding?

Post by P5-133XL »

You've got a bad UPS. When a switchover occurs, it shouldn't ever shut down the pump unless it is powered separately. Switchovers should be totally invisible to the powered devices.

That being said, I would not be looking for a utility that can shut down a service/application. Folding may get you to an unsafe temp quicker, but without cooling you are going to get there regardless. Rather, I would be looking for a motherboard monitor or a CPU temp utility that can shut down the machine if the temperature exceeds a set level. I'm sure that those exist...

Do note that it really is hard to kill a modern Intel processor from overheating. They all have internal temperature sensors and built in over temp protection processes that first automatically decreases the clock frequency and if that doesn't work will actually shut down the processor before permanent damage occurs. There may be cumulative long-term damage if this happens frequently, so I wouldn't just depend on the processor itself to protect itself.
Image
MtM
Posts: 1579
Joined: Fri Jun 27, 2008 2:20 pm
Hardware configuration: Q6600 - 8gb - p5q deluxe - gtx275 - hd4350 ( not folding ) win7 x64 - smp:4 - gpu slot
E6600 - 4gb - p5wdh deluxe - 9600gt - 9600gso - win7 x64 - smp:2 - 2 gpu slots
E2160 - 2gb - ?? - onboard gpu - win7 x32 - 2 uniprocessor slots
T5450 - 4gb - ?? - 8600M GT 512 ( DDR2 ) - win7 x64 - smp:2 - gpu slot
Location: The Netherlands
Contact:

Re: Automatically stop folding?

Post by MtM »

core temp so you're using windows?

make a batch script with this code

Code: Select all

Shutdown.exe -s -t 00


( just make a text file and rename the extension to bat )

Have it execute when temp get's to high ( should work from xp up afaik ).
k1wi
Posts: 909
Joined: Tue Sep 22, 2009 10:48 pm

Re: Automatically stop folding?

Post by k1wi »

It's a pond pump running off the UPS, I'd say its more a dodgy pump because it sometimes trips just plugging the darn thing in. All the other hardware I'm running on the UPS, modem, computer, routers etc all cross over fine.
Image
MtM
Posts: 1579
Joined: Fri Jun 27, 2008 2:20 pm
Hardware configuration: Q6600 - 8gb - p5q deluxe - gtx275 - hd4350 ( not folding ) win7 x64 - smp:4 - gpu slot
E6600 - 4gb - p5wdh deluxe - 9600gt - 9600gso - win7 x64 - smp:2 - 2 gpu slots
E2160 - 2gb - ?? - onboard gpu - win7 x32 - 2 uniprocessor slots
T5450 - 4gb - ?? - 8600M GT 512 ( DDR2 ) - win7 x64 - smp:2 - gpu slot
Location: The Netherlands
Contact:

Re: Automatically stop folding?

Post by MtM »

Sorry k1w1 I was thnking about something other then shutdown.exe but couldn't really remember what. I think it's this though ->

http://www.ericphelps.com/batch/rundll/

Code: Select all

rundll32 user.exe,#7
Post Reply