EPICS

synApps: [top_level_app_template]

Module Owner: [yourOrg]: [yourName]

This page is the home of [yourModule]. Insert a high level description here.

Please email any comments and bug reports to [yourName] who is responsible for coordinating development and releases.

Where tofind it

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

Module Version EPICS Release Filename Documentation Release Notes Known Problems
R1-5 3.13.6 yourApp1-5.tar.gz yourDoc.html releaseNotes.html knownProblems.html
R1-4 3.13.5 yourApp1-4.tar.gz yourDoc.html releaseNotes.html knownProblems.html

Required Modules

[yourApp] Version Requires module Release needed
R1-5
anotherModule
fooModule
R1-10
R1-0
R1-3
anotherModule R1-7

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. Create an installation directory for the module, usually this will end with
    .../support/[yourApp]/
    
  2. Place the distribution file in this directory. Then issue the commands (Unix style)
    gunzip <file>.tar.gz
    tar xvf <file>.tar
  3. This creates a <top> application.
    .../support/[yourApp]/X-Y
    
    where X-Y is the release. For example.
    .../support/[yourApp]/1-1
    
  4. Edit the config[ure]/RELEASE file and set the paths to your installation of EPICS base and to your versions of [other dependent modules].
  5. Run gnumake in the top level directory and check for any compilation errors.
  6. Please email  [your name]  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 [yourName] and [A.N.Other].