synApps: dxpSITORO

Module Owner: Mark Rivers: University of Chicago

This page is the home of dxpSITORO.

Devices supported in dxpSITORO include:

From XIA

Please email any comments and bug reports to Mark Rivers who is responsible for coordinating development and releases.

Where to find it

The dxpSITORO module is located in the epics-modules project on Github The software can be downloaded from the links in the table below:

Module Version Release Date Source distribution Documentation Release Notes
1-1 16-July-2017 R1-1 tar and zip files dxpSITORODoc.html Release notes
1-0 17-April-2017 R1-0 tar and zip files dxpSITORODoc.html Release notes

Required Modules

Module Version Requires module Release needed Required for
1-1 EPICS base 3.15.5 or 7.0.1 Base support
seq 2.2.5 State notation language sequencer
areaDetector 3-3 Plugin support for mapping mode
calc 3-7 Record support
busy 1-7 Busy record support
sscan 2-11-1 Scanning support
autosave 5-9 Save/restore support
asyn 4-33 Driver support
mca 7-7 MCA support
1-0 EPICS base 3.15.5 Base support
seq 2.2.4 State notation language sequencer
areaDetector 3-1 Plugin support for mapping mode
calc 3-6-1 Record support
busy 1-6-1 Busy record support
sscan 2-10-2 Scanning support
autosave 5-7-1 Save/restore support
asyn 4-31 Driver support
mca 7-6 MCA support

Installation and Building

After obtaining a copy of the distribution, it must be installed and built for use at your site.

  1. Create an installation directory for the module, usually this will end with

    ../support/
  2. Place the distribution file in this directory. Then issue the commands (Unix style)
    tar xvzf RX-Y.tar.gz
    
    where X-Y is the release.
  3. This creates a <top> application.
    .../support/dxpSITORORX-Y
    
  4. Edit the configure/RELEASE file and set the paths to your installation of EPICS base and to your versions of supporting modules.
  5. Run gnumake in the top level directory and check for any compilation errors.

In Use