- Made AMOR write HDF-5 data in chunks - Added driver for a PSI-DSP magnet controller as used at SLS - Added code for directly accessing RS232 controllers connected to a terminal server, thereby bypassing the SerPortServer - A rounding problem in the PSD histogram memory was resolved.
60 lines
1.5 KiB
Plaintext
60 lines
1.5 KiB
Plaintext
\documentclass[12pt,a4paper]{report}
|
|
%%\usepackage[dvips]{graphics}
|
|
%%\usepackage{epsf}
|
|
\setlength{\textheight}{24cm}
|
|
\setlength{\textwidth}{16cm}
|
|
\setlength{\headheight}{0cm}
|
|
\setlength{\headsep}{0cm}
|
|
\setlength{\topmargin}{0cm}
|
|
\setlength{\oddsidemargin}{0cm}
|
|
\setlength{\evensidemargin}{0cm}
|
|
\setlength{\hoffset}{0cm}
|
|
\setlength{\marginparwidth}{0cm}
|
|
|
|
\begin{document}
|
|
%html -d hr " "
|
|
%html -s report
|
|
\begin{center}
|
|
\begin{huge}
|
|
SICS--Managers--Manual \\
|
|
\end{huge}
|
|
Version: \today\\
|
|
Dr. Mark K\"onnecke \\
|
|
Labor f\"ur Neutronenstreuung\\
|
|
Paul Scherrer Institut\\
|
|
CH--5232 Villigen--PSI\\
|
|
Switzerland\\
|
|
\end{center}
|
|
\clearpage
|
|
\tableofcontents
|
|
\clearpage
|
|
|
|
\chapter{Introduction}
|
|
This document describes the general setup of SICS, the configuration of the
|
|
SICS server and its clients and the writing of macros in the
|
|
SICS macro language. This document is aimed at SICS system managers and
|
|
instrument scientists. This document requires that the SICS user
|
|
documentation
|
|
has been read and understood beforehand. For writing macros it is essential
|
|
to understand John Ousterhouts Tool Command Language,
|
|
which is described elsewhere.
|
|
|
|
%html setup.htm 1
|
|
%html inifile.htm 1
|
|
%html ini.htm 1
|
|
%html option.htm 1
|
|
%html var.htm 1
|
|
%html hwini.htm 1
|
|
%html command.htm 1
|
|
%html special.htm 1
|
|
%html serial.htm 2
|
|
%html status.htm 2
|
|
%html sps.htm 2
|
|
%html iscan.htm 2
|
|
%html alias.htm 2
|
|
%html cron.htm 2
|
|
%html rs232.htm 2
|
|
%html ../user/trouble.htm 1
|
|
%html move.htm 1
|
|
\end{document}
|