answersLogoWhite

0

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

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Engineering

What is watchdog timer in microcontroller?

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


How do you make a timer for a 12VDC motor?

To create a timer for a 12VDC motor, you can use a microcontroller like an Arduino or a timer relay. Program the microcontroller to control a relay or a transistor that powers the motor, specifying the duration for which you want the motor to run. Alternatively, a timer relay can be set to activate the motor for a designated time period when powered. Ensure to include a power supply and appropriate protection circuits for safe operation.


What are the five sources of interrupt in 8051 microcontroller?

Intr timer interrupt 0 and 1 external interrupt 0 and 1


How does a kitchen timer work?

A kitchen timer typically operates using a simple electronic circuit or mechanical mechanism to count down from a set time. When the timer is started, it tracks the elapsed time and emits an audible signal or alarm when the countdown reaches zero. Digital timers often use a microcontroller to manage the timing process, while mechanical timers rely on springs and gears to measure time. Users set the desired time using buttons or a dial, and the timer resets once the alarm is acknowledged.


What is the procedure to reset tmod register in 8051?

To reset the TMOD (Timer Mode) register in the 8051 microcontroller, you need to write a value of 00H to the TMOD register. This can be done by executing the instruction MOV TMOD, #00H in your assembly code. This action clears any previously set timer modes and configurations, effectively resetting the timers to their default state. After resetting, you can reconfigure the timers as needed by writing new values to the TMOD register.

Related Questions

What is watchdog timer in microcontroller?

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


How do you make a timer for a 12VDC motor?

To create a timer for a 12VDC motor, you can use a microcontroller like an Arduino or a timer relay. Program the microcontroller to control a relay or a transistor that powers the motor, specifying the duration for which you want the motor to run. Alternatively, a timer relay can be set to activate the motor for a designated time period when powered. Ensure to include a power supply and appropriate protection circuits for safe operation.


How do you make an alarm clock on multisim?

To create an alarm clock in Multisim, you can use a combination of a timer circuit, a microcontroller (like an Arduino), and a display unit (such as a 7-segment display). Start by designing the timer circuit to count hours and minutes using flip-flops or a microcontroller's built-in timer functions. Connect the output to a display to show the time, and integrate a buzzer or speaker for the alarm sound. Program the microcontroller to compare the current time with the set alarm time, triggering the buzzer when they match.


What are the five sources of interrupt in 8051 microcontroller?

Intr timer interrupt 0 and 1 external interrupt 0 and 1


Why is my Kenmore dryer timer not working properly?

Your Kenmore dryer timer may not be working properly due to a faulty timer motor, a broken timer knob, or a malfunctioning timer switch. It is recommended to consult a professional technician to diagnose and fix the issue.


What is the schematic diagram for countdown timer?

A schematic diagram for a countdown timer typically includes a microcontroller or timer IC, such as the 555 timer, along with a display unit (like a 7-segment display or LCD), and input buttons for setting the time. The circuit may also include resistors, capacitors, and possibly a buzzer for alarm functionality. The microcontroller receives input from the buttons to adjust the countdown duration and controls the display to show the remaining time. Additional components might include power supply connections and protective diodes.


Why is the timer on my dryer not working properly?

The timer on your dryer may not be working properly due to a malfunction in the timer mechanism, a faulty electrical connection, or a problem with the control board. It is recommended to consult a professional technician to diagnose and fix the issue.


What happens when a defrost timer of a refrigerator goes bad?

if defrost timer not working properly, refrigerator will be in continuous run.


What should I do if my dryer timer is not working properly?

If your dryer timer is not working properly, you should first check if it is properly plugged in and that the circuit breaker is not tripped. If those are fine, you may need to replace the timer or seek professional repair help.


What is interrupt for 8051?

An interrupt in the 8051 microcontroller is a mechanism that temporarily halts the execution of the main program to allow the processor to address an event or condition that requires immediate attention, such as a timer overflow, external signal, or serial communication. The 8051 supports multiple interrupt sources, including external interrupts (INT0 and INT1), timer interrupts (Timer 0 and Timer 1), and a serial communication interrupt. When an interrupt occurs, the microcontroller saves the current program state, jumps to a predefined interrupt service routine (ISR), and upon completion, resumes the original program. This allows for efficient handling of asynchronous events without continuous polling.


How can I program a timer switch for outdoor lights?

To program a timer switch for outdoor lights, follow these steps: Set the current time on the timer switch. Set the desired on and off times for the outdoor lights. Ensure the timer switch is properly connected to the outdoor lights. Test the timer switch to confirm it is working correctly.


How does a kitchen timer work?

A kitchen timer typically operates using a simple electronic circuit or mechanical mechanism to count down from a set time. When the timer is started, it tracks the elapsed time and emits an audible signal or alarm when the countdown reaches zero. Digital timers often use a microcontroller to manage the timing process, while mechanical timers rely on springs and gears to measure time. Users set the desired time using buttons or a dial, and the timer resets once the alarm is acknowledged.