27 lines
771 B
HTML
27 lines
771 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>Miscellaneous AMOR Command</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>Miscellaneous AMOR Commands</H1>
|
|
<P>
|
|
<h2><a name="shutter">Shutter Control</a></h2>
|
|
<p>
|
|
Even the shutter can be controlled from within SICS. This is safe because
|
|
the shutter will not open if the door to the instrument is open. In Local
|
|
Beam Control (LBC) speak this status is named "Enclosure is broken". Be
|
|
careful anyway because some idiots may climb the fence..... The following
|
|
SICS commands control the shutter:
|
|
<dl>
|
|
<DT>shutter
|
|
<DD>The command shutter without arguments returns the status of the shutter.
|
|
This can be one of open, closed, Enclosure is broken.
|
|
<DT>shutter open
|
|
<DD>opens the shutter when possible.
|
|
<DT>shutter close
|
|
<DD>closes the shutter.
|
|
</dl>
|
|
</p>
|
|
</BODY>
|
|
</HTML>
|