Skip to content

Commit

Permalink
Fixed formatting of headings
Browse files Browse the repository at this point in the history
  • Loading branch information
kmpeters committed Nov 28, 2023
1 parent 1b416db commit 6702d24
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions docs/delayDo.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,18 @@ nav_order: 6
---


delayDo
=======
# delayDo

For situations when something needs to be done after an intelligent delay. Please email any comments and bug reports to [Kevin Peterson](mailto:kmpeters_at_anl.gov)

Motivation
## Motivation

-----------------------
Many records can add a delay before writing to their output, but that is often not sophisticated enough for real applications. There are times when the delay timer needs to be reset or temporarily disabled. The delayDo support was written to provide this functionality.

Many records can add a delay before writing to their output, but that is often not sophisticated enough for real applications. There are times when the delay timer needs to be reset or temporarily disabled. The delayDo support was written to provide this functionality. Overview


---------------------
## Overview

In the simplest mode of operating, delayDo behaves identically to a similar database with a fixed delay. The delayDo support, however, is highly customizable.

### Records provided by delayDo.db:

| __Record Name__ | __Record Type__ | __Purpose__ |
Expand All @@ -44,10 +41,8 @@ In the simplest mode of operating, delayDo behaves identically to a similar data
This is the MEDM screen for delayDo:

![delayDo MEDM screen](delayDo.png)
Use cases


----------------------
## Use cases

### 1. Disabling in-vacuum motors to prevent overheating

Expand Down

0 comments on commit 6702d24

Please sign in to comment.