Difference between revisions of "RRM 3-14"
From EPICSWIKI
m |
(Obsolete with pointers) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<H2 | <H2>Newer versions of this documentation are available elsewhere!</H2> | ||
This | This Wiki is no longer being maintained, and newer versions of the record reference texts are now published as part of the documentation for each release. Please update your links and bookmarks to not point to this page! Some better alternatives are: | ||
* [https://epics.anl.gov/base/R7-0/4-docs/RecordReference.html EPICS 7.0.4] | |||
* [https://epics.anl.gov/base/R3-15/8-docs/RecordReference.html Base R3.15.8] | |||
---- | |||
== EPICS 3-14 Record Reference Manual == | == EPICS 3-14 Record Reference Manual == | ||
Line 17: | Line 22: | ||
* [[RRM 3-14 Common|Fields Common to Many Record Types]] | * [[RRM 3-14 Common|Fields Common to Many Record Types]] | ||
* [[RRM 3-14 Array Analog Input|aai - Array Analog Input]] | |||
* [[RRM 3-14 Array Analog Output|aao - Array Analog Output]] | |||
* [[RRM 3-14 Analog Input|ai - Analog Input]] | * [[RRM 3-14 Analog Input|ai - Analog Input]] | ||
* [[RRM 3-14 Analog Output|ao - Analog Output]] | * [[RRM 3-14 Analog Output|ao - Analog Output]] | ||
* [[RRM 3-14 Array Subroutine|aSub - Array Subroutine]] | |||
* [[RRM 3-14 Binary Input|bi - Binary Input]] | * [[RRM 3-14 Binary Input|bi - Binary Input]] | ||
* [[RRM 3-14 Binary Output|bo - Binary Output]] | * [[RRM 3-14 Binary Output|bo - Binary Output]] | ||
Line 49: | Line 57: | ||
---- | ---- | ||
=== | === Record Types Not in Base === | ||
* [[RRM 3-14 Archive|archive - Archive]] | * [[RRM 3-14 Archive|archive - Archive]] | ||
* [http://www.aps.anl.gov/epics/modules/soft/asyn/R4-34/asynRecord.html asyn] | |||
* [[RRM 3-14 CPID Control|cpid - CPID Control]] | * [[RRM 3-14 CPID Control|cpid - CPID Control]] | ||
* [[RRM 3-14 PID Control|pid - PID Control]] | * [[RRM 3-14 PID Control|pid - PID Control]] | ||
Line 61: | Line 70: | ||
* [[RRM 3-14 Timer|timer - Timer]] | * [[RRM 3-14 Timer|timer - Timer]] | ||
* [[RRM 3-14 Wait|wait - Wait]] | * [[RRM 3-14 Wait|wait - Wait]] | ||
* synApps records | |||
** [https://epics.anl.gov/bcda/synApps/alive/aliveRecord.html aliveRecord] | |||
** [https://epics.anl.gov/bcda/synApps/calc/aCalcoutRecord.html aCalcoutRecord] Array Calculation Output | |||
** [https://epics.anl.gov/bcda/synApps/sscan/busyRecord.html busyRecord] Signal put_callback() completion | |||
** [http://cars9.uchicago.edu/software/epics/camacRecord.html camacRecord] Generic CAMAC Record | |||
** [https://epics.anl.gov/bcda/synApps/vac/README.txt digitelRecord] Vacuum controller | |||
** [http://cars9.uchicago.edu/software/epics/dxpRecord.html dxpRecord] | |||
** [https://epics.anl.gov/bcda/synApps/std/epidRecord.html epidRecord] Enhanced PID | |||
** [http://cars9.uchicago.edu/software/epics/mcaRecord.html mcaRecord] Multichannel analyzer, multichannel scaler | |||
** [https://epics.anl.gov/bcda/synApps/motor/R6-8/motorRecord.html motorRecord] Stepper and servo motor | |||
** [https://epics.anl.gov/bcda/synApps/calc/sCalcoutRecord.html sCalcoutRecord] String Calculation Output | |||
** [https://epics.anl.gov/bcda/synApps/std/scalerRecord.html scalerRecord] Multibank counter | |||
** [https://epics.anl.gov/bcda/synApps/sscan/sscanRecord.html sscanRecord] Set conditions, trigger detectors, record data, write data files | |||
** [https://epics.anl.gov/bcda/synApps/sscan/scanparmRecord.html scanparmRecord] One-button scan | |||
** [https://epics.anl.gov/bcda/synApps/std/sseqRecord.html sseqRecord] String sequence | |||
** [https://epics.anl.gov/bcda/synApps/calc/swaitRecord.html swaitRecord] Calcout variant | |||
** [https://epics.anl.gov/bcda/synApps/optics/tableRecord.html tableRecord.html] Optical table | |||
** [https://epics.anl.gov/bcda/synApps/calc/transformRecord.html transformRecord] Calc variant | |||
** [http://cars9.uchicago.edu/software/epics/vmeRecord.html vmeRecord] Generic VME access | |||
** [https://epics.anl.gov/bcda/synApps/vac/README.txt vsRecord] Vacuum sensor |
Latest revision as of 17:25, 16 September 2020
Newer versions of this documentation are available elsewhere!
This Wiki is no longer being maintained, and newer versions of the record reference texts are now published as part of the documentation for each release. Please update your links and bookmarks to not point to this page! Some better alternatives are:
EPICS 3-14 Record Reference Manual
Philip Stanley, Janet Anderson, Marty Kraimer
Wikified by Andrew Johnson and Kazimierz Gofron
- aai - Array Analog Input
- aao - Array Analog Output
- ai - Analog Input
- ao - Analog Output
- aSub - Array Subroutine
- bi - Binary Input
- bo - Binary Output
- calc - Calculation
- calcout - Calculation Output
- compress - Compression
- dfanout - Data Fanout
- event - Event
- fanout - Fanout
- histogram - Histogram
- longin - Long Input
- longout - Long Output
- mbbi - Multi-Bit Binary Input
- mbbiDirect - Multi-Bit Binary Input Direct
- mbbo - Multi-Bit Binary Output
- mbboDirect - Multi-Bit Binary Output Direct
- permissive - Permissive
- sel - Select
- seq - Sequence
- state - State
- stringin - String Input
- stringout - String Output
- subArray - Sub-Array
- sub - Subroutine
- waveform - Waveform
Record Types Not in Base
- archive - Archive
- asyn
- cpid - CPID Control
- pid - PID Control
- pulseCounter - Pulse Counter
- pulseDelay - Pulse Delay
- pulseTrain - Pulse Train
- scan - Scan
- steppermotor - Stepper Motor
- timer - Timer
- wait - Wait
- synApps records
- aliveRecord
- aCalcoutRecord Array Calculation Output
- busyRecord Signal put_callback() completion
- camacRecord Generic CAMAC Record
- digitelRecord Vacuum controller
- dxpRecord
- epidRecord Enhanced PID
- mcaRecord Multichannel analyzer, multichannel scaler
- motorRecord Stepper and servo motor
- sCalcoutRecord String Calculation Output
- scalerRecord Multibank counter
- sscanRecord Set conditions, trigger detectors, record data, write data files
- scanparmRecord One-button scan
- sseqRecord String sequence
- swaitRecord Calcout variant
- tableRecord.html Optical table
- transformRecord Calc variant
- vmeRecord Generic VME access
- vsRecord Vacuum sensor