GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   [PC GURUS] Does any hardware exist that can... (https://gfy.com/showthread.php?t=353905)

iwantchixx 09-08-2004 10:20 PM

[PC GURUS] Does any hardware exist that can...
 
shut down and cold boot a system if it locks up for longer than a set period of time?

ztik 09-08-2004 10:24 PM

Not to my knowledge
You could have another machine minotor it over the network and set up some sort of analog switch to shut off the power supply then turn it back on

iwantchixx 09-08-2004 10:26 PM

Quote:

Originally posted by ztik
Not to my knowledge
You could have another machine minotor it over the network and set up some sort of analog switch to shut off the power supply then turn it back on

That would be a bit overkill. I have thought about it though.

SplitInfinity 09-08-2004 11:25 PM

Yes, there is.

They are called "watchdog timers" and are made by many companies.
Alot of "server" class motherboards have them built in as well, but require the OS
to activate them. If the OS stops reporting to the timer, the system reboots and etc....

They make several versions....
Ones that plug into the keyboard jack...
Ones that plug into a card slot in the computer...
Ones that piggyback the CPU
and USB/SCSI etc....

By Michael Barr
Courtesy of Embedded Systems Programming
(10/01/01, 09:08:27 AM EDT)


_

For those embedded systems that can't be constantly watched by a human, watchdog timers may be the solution.


Most embedded systems need to be self-reliant. It's not usually possible to wait for someone to reboot them if the software hangs. Some embedded designs, such as space probes, are simply not accessible to human operators. If their software ever hangs, such systems are permanently disabled. In other cases, the speed with which a human operator might reset the system would be too slow to meet the uptime requirements of the product.


A watchdog timer is a piece of hardware that can be used to automatically detect software anomalies and reset the processor if any occur. Generally speaking, a watchdog timer is based on a counter that counts down from some initial value to zero. The embedded software selects the counter's initial value and periodically restarts it. If the counter ever reaches zero before the software restarts it, the software is presumed to be malfunctioning and the processor's reset signal is asserted. The processor (and the embedded software it's running) will be restarted as if a human operator had cycled the power.


MORE HERE:
http://www.embedded.com/story/OEG20010920S0064


All times are GMT -7. The time now is 05:05 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123