EPICS

synApps: std

Module Owner: APS/AOD/BCDA: Tim Mooney

This page is the home of the synApps std module. At one time, this module contained virtually all of synApps. In versions compatible with EPICS 3.14, most of what was in std has been split off into separate modules.

GitHub repository: https://github.com/epics-modules/std

Please email any comments and bug reports to Tim Mooney, who is responsible for coordinating development and releases.

Where to find it

You can download the software from the links in the table below:

Module Version Release date EPICS Release Filename Documentation Release Notes Known Problems
R3-4-1 11/4/2015 3.14.12.4 or 3.15.1 std_R3-4-1.tar.gz stdDoc.html stdReleaseNotes.html None
R3-4 2/2/2015 3.14.12.4 or 3.15.1 std_R3-4.tar.gz stdDoc.html stdReleaseNotes.html None
R3-3 12/9/2014 3.14.12.4 or 3.15.1 std_R3-3.tar.gz stdDoc.html stdReleaseNotes.html None
R3-2 6/21/2013 3.14.12.3 std_R3-2.tar.gz stdDoc.html stdReleaseNotes.html None
R3-1 11/14/2011 3.14.12.1 std_R3-1.tar.gz stdDoc.html stdReleaseNotes.html None
R3-0 10/24/2011 3.14.12.1 std_R3-0.tar.gz stdDoc.html stdReleaseNotes.html None
R2-8 4/28/2010 3.14.11 std_R2-8.tar.gz stdDoc.html stdReleaseNotes.html None
R2-6 9/10/2008 3.14.8.2 std_R2-6.tar.gz stdDoc.html stdReleaseNotes.html None
R2-5-4 1/10/2007 3.14.8.2 std_R2-5-4.tar.gz stdDoc.html stdReleaseNotes.html None
R2-5-2 6/2/2006 3.14.8 std_R2-5-2.tar.gz stdDoc.html stdReleaseNotes.html None
R2-4 2/16/2005 3.14.7 std_R2-4.tar.gz stdDoc.html stdReleaseNotes.html None
R2-3 3/9/2004 3.14.5 std_R2-3.tar.gz . stdReleaseNotes.html None
R1-4 2/5/2004 3.13.9 std1-4.tar.gz std1-4.readme releaseNotes1-4.html None

Required Modules

std version Required module Recommended release
R3-4-1
asyn
seq
R4-25
R2-1-18 or R2-2-1
R3-4
asyn
seq
R4-25
R2-1-18 or R2-2-1
R3-3
asyn
seq
R4-25
R2-1-16 or R2-2
R3-2
asyn
seq
R4-21
R2-1-12
R3-1
asyn
seq
R4-18
R2-1-3
R2-8
asyn
seq
R4-13
R2-0-12
R2-6
asyn
genSub
seq
R4-9
R1-6
R2-0-11
R2-5-2
asyn
genSub
R4-5
R1-6
R2-4
asyn R4-1
R2-3
mpf R2-4-2
R1-4
mpf
mpfGpib
mpfSerial
R1-10
R1-4
R1-4

Installation and Building

After obtaining a copy of the distribution, it must be installed and built for use at your site. These steps only need to be performed once for the site (unless versions of the module running under different releases of EPICS and/or the other required modules are needed).

  1. Unzip and untar the distribution, e.g. on Unix:
    gunzip std_R2-5-2.tar.gz
    tar xvf std_R2-5-2.tar
    Usually this is done in an EPICS 'support' directory. It will produce the subdirectory
    std/2-5-2
  2. Edit the configure/RELEASE file of the application that will use std to point to this directory.
  3. Edit std's configure/RELEASE file and set the paths to your installation of EPICS base and to your versions of other modules on which std depends.
  4. Run gnumake in the top level directory and check for any compilation errors.
  5. Please email  Tim Mooney  so that a record can be kept of which sites are using this software.

Documentation

The following documentation is available:

In Use

This software was originally developed by the APS BCDA group, other APS-affiliated developers, and many members of the EPICS Collaboration.