Skip to content

Commit 309a840

Browse files
committed
standardize style
1 parent d62c7ad commit 309a840

16 files changed

Lines changed: 126 additions & 17 deletions

docs/Acromag_AVME9210.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ nav_order: 2
77

88

99
# Acromag AVME-9210 Analog Output
10+
{: .no_toc}
1011

1112
Author: Joe White (SLAC, 1995)
1213

14+
## Table of contents
15+
{: .no_toc .text-delta }
16+
17+
- TOC
18+
{:toc}
19+
1320
The Acromag AVME-9210 is an 8-channel, 12-bit DAC analog output VME module in
1421
A16 short I/O address space. This module provides device support and a
1522
low-level driver for controlling the AVME-9210.

docs/Acromag_AVME9440.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,23 @@ nav_order: 3
77

88

99
# Acromag AVME-9440 Digital I/O
10+
{: .no_toc}
1011

1112
Author: Greg Nawrocki (1993), David M. Kline (2005)
1213

14+
## Table of contents
15+
{: .no_toc .text-delta }
16+
17+
- TOC
18+
{:toc}
19+
1320
The Acromag AVME-9440 is a 16-bit binary input and output VME board. This
1421
device support provides EPICS access to all 16 input and 16 output channels
1522
via bi, bo, mbbi, and mbbo records. Change-of-state I/O interrupts are
1623
available for binary input signals 0-7 only, and only for the bi record type.
1724

18-
**Note:** This device support is OS independent (uses EPICS devLib).
25+
{: .note }
26+
> This device support is OS independent (uses EPICS devLib).
1927
2028
## Configuration
2129

docs/BunchClkGen.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ nav_order: 4
77

88

99
# APS BCG-100 Bunch Clock Generator
10+
{: .no_toc}
1011

1112
Author: Frank Lenkszus (1995), David M. Kline (2005)
1213

14+
## Table of contents
15+
{: .no_toc .text-delta }
16+
17+
- TOC
18+
{:toc}
19+
1320
The BCG-100 is a VMEbus bunch clock generator module used at the Advanced
1421
Photon Source. This module provides combined driver and device support for
1522
controlling the BCG-100 in the A16 VME address space. It supports ai, ao, bi,
@@ -73,4 +80,4 @@ var devBunchClkGenDebug 0
7380

7481
## Dependencies
7582

76-
The fill pattern sequence program requires the **SNCSEQ** (sequencer) module.
83+
The fill pattern sequence program requires the **seq** (sequencer) module.

docs/CAEN_v895.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ nav_order: 5
77

88

99
# CAEN V895 16-Channel Discriminator
10+
{: .no_toc}
1011

1112
Author: Tim Mooney
1213

14+
## Table of contents
15+
{: .no_toc .text-delta }
16+
17+
- TOC
18+
{:toc}
19+
1320
The CAEN V895 is a 16-channel leading edge discriminator in a VME module. This
1421
driver is implemented as an asynPortDriver subclass, providing access to the
1522
per-channel threshold values (0-255) through standard asyn interfaces.
@@ -50,8 +57,9 @@ dbLoadRecords("$(VME)/vmeApp/Db/singleDiscrim.db", "P=$(PREFIX),D=$(INSTANCE),N=
5057
The driver is configured as `ASYN_MULTIDEVICE` with 16 channels (addresses
5158
0-15).
5259

53-
**Note:** The CAEN V895 hardware is write-only. Read operations return 0; the
54-
last written value is tracked via the asyn parameter library.
60+
{: .note }
61+
> The CAEN V895 hardware is write-only. Read operations return 0; the last
62+
> written value is tracked via the asyn parameter library.
5563
5664
## Dependencies
5765

docs/HP_10895A.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ nav_order: 8
77

88

99
# HP 10895A Laser Axis Interferometer
10+
{: .no_toc}
1011

1112
Author: Tim Mooney (1995)
1213

14+
## Table of contents
15+
{: .no_toc .text-delta }
16+
17+
- TOC
18+
{:toc}
19+
1320
The Hewlett-Packard 10895A is a VMEbus laser axis board for laser
1421
interferometer measurements. This device support provides access to the
1522
board's status, position, control, and command registers through bi, bo, mbbi,

docs/IK320_setup.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,23 @@ nav_order: 7
77

88

99
# Heidenhain IK320 Encoder Setup
10+
{: .no_toc}
1011

1112
Author: Kurt Goetze (goetze@aps.anl.gov)
1213

14+
## Table of contents
15+
{: .no_toc .text-delta }
16+
17+
- TOC
18+
{:toc}
19+
1320
The Heidenhain IK320 is a VME counter/interpolator for linear and angular
1421
encoders. This page describes how to configure the IK320 for use with EPICS
1522
(synApps). The IK320 device support and driver were written by Till Straumann
1623
of PTB at BESSY.
1724

18-
**Note:** The IK320 builds on both **vxWorks** and **RTEMS**.
25+
{: .note }
26+
> The IK320 builds on both **vxWorks** and **RTEMS**.
1927
2028
## Supported Record Types
2129

docs/Joerger_scaler.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ nav_order: 9
77

88

99
# Joerger Scalers
10+
{: .no_toc}
1011

1112
Author: Tim Mooney (1995, 2003)
1213

14+
## Table of contents
15+
{: .no_toc .text-delta }
16+
17+
- TOC
18+
{:toc}
19+
1320
The vme module provides device support for two families of Joerger VME scaler
1421
modules:
1522

docs/MRD100.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ nav_order: 10
77

88

99
# MRD-100 Machine Status Link
10+
{: .no_toc}
1011

1112
Author: APS BCDA
1213

14+
## Table of contents
15+
{: .no_toc .text-delta }
16+
17+
- TOC
18+
{:toc}
19+
1320
The MRD-100 is a VMEbus Machine Status Link (MSL) module that provides
1421
real-time access to accelerator status data from the APS storage ring. The
1522
module is located in the A32/D32 VME address space and provides data including
@@ -40,7 +47,8 @@ The script calls `devAvmeMRDConfig(base, vector, level)` and loads
4047
`msl_mrd100.db`. For canted undulator beamlines, use `MRD100_CantedID.db`
4148
instead.
4249

43-
**Note:** Only one instance of the MRD-100 is supported.
50+
{: .note }
51+
> Only one instance of the MRD-100 is supported.
4452
4553
When configuring manually:
4654

docs/VMI4116.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ nav_order: 11
77

88

99
# VMIC VMI4116 16-Bit DAC
10+
{: .no_toc}
1011

1112
Authors: Bob Dalesio, Mike Bordua (1994)
1213

14+
## Table of contents
15+
{: .no_toc .text-delta }
16+
17+
- TOC
18+
{:toc}
19+
1320
The VMIVME-4116 is an 8-channel, 16-bit digital-to-analog converter (DAC) VME
1421
module in A16 short I/O address space. This device support provides EPICS ao
1522
record access to all 8 output channels.

docs/Varoc.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ nav_order: 6
77

88

99
# ESRF Varoc SSI Absolute Encoder Interface
10+
{: .no_toc}
1011

1112
Authors: Karen J. Coulter (1993), Robert A. Popper (1994)
1213

14+
## Table of contents
15+
{: .no_toc .text-delta }
16+
17+
- TOC
18+
{:toc}
19+
1320
The Varoc (ZIO085) is a VMEbus SSI (Synchronous Serial Interface) absolute
1421
encoder interface card originally developed at ESRF. It supports up to 16
1522
encoder channels per card. This module provides device support and a low-level

0 commit comments

Comments
 (0)