There are different types of industrial timer like ON Timer, OFF timer, Cyclic Timer, sequential timer there basic function is the same to turn ON/OFF devices at particular time or after a specific durations
check this link for a simple microcontroller based ON timer where where a device is turned ON for a specific duration after a switch is pressed
http://www.dnatechindia.com/index.php/Code-Library/8051_ASSEMBLY/ON-Timer-Program.html
here is another link for adjustable cyclic timer where a device is turned ON/OFF continuously for a specific duration
http://www.dnatechindia.com/index.php/Kits/Microcontroller-Kits/Adjustable-Cyclic-Timer.html
Chat with our AI personalities
the watchdog timer is a circuit that will simply time out sending an alert telling peripheral devices that data is incorrect or at least non reliable
Intr timer interrupt 0 and 1 external interrupt 0 and 1
A programmable timer usually just means a timer that can be programmed to go off at any time.
delay timer
Hello,I am learning how to make a timer to my game. It is something like "Who wants to be a millionaire?" I have 15 questions. There is timer for each question:60 seconds.... When I click on an answer I go on next frame, but my timer does not stop. What should I add ( and where ) to stop my timer when I clik an answer? My code for the timer is:timer = 60;countdown = function(){_root.timer--;if(_root.timer