22 lines
689 B
HTML
22 lines
689 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>Batch Processing in SICS</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>Batch Processing in SICS</H1>
|
|
<P>
|
|
Users rarely wish to stay close to the instrument all the time but appreciate
|
|
if the control computer runs the experiment for them while they
|
|
sleep. SICS supports two different ways of doing this:
|
|
<ul>
|
|
<li>SICS has a built in <a href="macro.htm">macro programming</a> facility based on the
|
|
popular scripting language Tcl. The most primitive usage of this
|
|
facility is processing batch files.
|
|
<li>Second there is the <a href="buffer.htm">LNS Rünbuffer</a> system.
|
|
<li>Third there is the new <a href="exeman.htm">Batch File</a> execution
|
|
system.
|
|
</ul>
|
|
</P>
|
|
</BODY>
|
|
</HTML>
|