answersLogoWhite

0


Best Answer

wd timer

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you implement a WD timer in software?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does the PS3 have a family timer?

No, get an XBOX if you want a console that is provided by a software company, not a game company. XBOX has a family timer.


How is transportation software produced?

Transportation software is produced by software companies. They work with clients and figure what the software needs to do. Then they implement whatever those needs are into the software.


What is software timer?

There are two types of timers: Hardware and Software. Hardware timer is a small logic circuit with small piece of specific crystal which generate pulse at specific frequency. The problem with this kind of timer is that there are only a few of them in computer boards (some decades they did not use timer at all and instead electrical lines there used which was running precisely at 50Hz) and you might want to have more timers in your system. And here comes the software timer. Software timer is a descriptor in global timers table where all timers are checked every time hardware timer is triggered. For example you have table (let it be your global timer table): |Timer Id|Pointer to function|Time out|Init. value|Loop| | 1 | checkIO | 1000 | 1000 |No | | 2 | CleanBuffer | 9000 | 9000 |Yes | | .... Note: "Time out" and "Init. value" is in milliseconds. Let's say my hardware timer is running at 1MHz, which means it is triggered a thousand times a second. Each time hardware timer is triggered I will be checking table to see if "Time out" column is equal to zero, if so I call function which pointer I have saved in "Pointer to function" column. If "Loop" is Yes "Time out" column is set to "Init. value". If "Loop" is No timer record from global timers table is removed. This is very simple implementation of software timer. This was used only for example to better understand the difference of hardware and software timers.


Implement software restriction policy using some scripts?

dsdsdsa


What is formal and informal requirements in software engineering?

Formal requirements are the software features that the developers are contractually obligated to implement in the software. It is usually designated as a "shall" statement as in "X shall do this". Informal requirements are the software features that are nice to have but would not be a breach of contract if the developers failed to implement it in the software. These requirements may have have the word "will" as in "X will do this".


What are the PC components that is needed to be measured?

what do you mean by memory devices?how it is implement with the pc software


What should I know before purchasing lawn maintenance software?

There is really no need for lawn maintenance software. A simple timer can take care of a watering schedule.


What can you do to prevent security Hacking?

Implement firewall hardware as well as firewall software on your computer/computer network and implement the use of Access Control Lists (ACLs) on your network's routers.


Event Planner Software?

Event Planner Software is used by an event planner in order to organize and implement the details of an event, such as venue information and the budget for the event.


How do you implement smtp using udp in C programming with free software platform?

SMTP uses TCP, not UDP.


When considering the implementation of software updates software patches and software fixes why must you test this upgrade or software patch before you implement this as a risk mitigation tactic?

because the patch may not work and this will mess up you operational systems and impact the business.


What is a software defined radio system?

A software defined radio system is a radio communication system which, instead of using hardware to implement components, software is used instead. It uses wireless communications instead of hard wiring.