- Initial versions of AMOR and triple axis manuals

This commit is contained in:
cvs
2002-07-10 11:56:17 +00:00
parent 3733c77caf
commit e0c5afcf6d
16 changed files with 1851 additions and 11 deletions

View File

@ -16,7 +16,8 @@ movement. As such this object has no real user interface except the
usual printing of the position when the name of the virtual motor is
typed. However, in order to do his work this virtual motor needs a lot
of parameters. These are described below. It is assumed that the
virtual motors name is a2t.
virtual motors name is s2t. There is another virtual motor called
aom2t which is the analyzer two theta angle.
</P>
<p>
@ -39,20 +40,31 @@ height of the table itself.
<DD>The base height of diaphragm 5.
<DT>interrupt
<DD> The interrupt to issue if this motor fails to operate.
<DT>anah
<DD>Height of the analyzer.
<DT>anad
<DD>distance analyser - sample.
<dt>anaflag
<dd>Flag if analyzer movement should be calculated or not. -1 if not,
positive if yes.
<dt>c2h
<dd>height constant for single detector 2.
<dt>aomconst
<dd>constant part of analyzer omega angle.
</dl>
The values of parameters can be inquired by typing:
<pre>
a2t parname
s2t parname
</pre>
and set by:
<pre>
a2t parname newval
s2t parname newval
</pre>
For example:
<pre>
a2t detectord
s2t detectord
155.
a2t detectord 300.
s2t detectord 300.
</pre>
</p>