
- Introduced a help system - introduced a module for handling automatic updates of files during long measurements - Added a circular buffer and handling facilities to varlog - Upgraded documentation SKIPPED: psi/faverage.h psi/nxamor.tex psi/pimotor.h psi/pimotor.tex
28 lines
852 B
HTML
28 lines
852 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>POLDI Data Storage</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>POLDI Data Storage</H1>
|
|
<P>
|
|
POLDI writes data into portable binary NeXus files. The scheme implemented
|
|
involves opening a new file for any run and updating this file at
|
|
predefined intervalls during counting operations. All this is commonly
|
|
handled automatically by the <a href="count.htm">count</a>
|
|
command. However, data file writing can be initiated and configured
|
|
manually from the command line through the following commands:
|
|
<dl>
|
|
<DT>storedata start
|
|
<DD>Write a new data file
|
|
<DT>storedata update
|
|
<DD>Updates the current data file.
|
|
<DT>storedata intervall
|
|
<DD>prints the current update intervall to use during counting. Units
|
|
is minutes. Default is 20 minutes.
|
|
<DT>storedata intervall <i>newval</i>
|
|
<DD>Sets the update intervall to newval minutes.
|
|
</DL>
|
|
</P>
|
|
</BODY>
|
|
</HTML>
|