- fixed a anticollider bug
- fixed problems with the synchronization code - fixed some small TASP problems
This commit is contained in:
@ -24,6 +24,7 @@ controllers.
|
||||
controller.
|
||||
<li><a href="#euro">Eurotherm Temperature Controller</a>.
|
||||
<li><a href="#bruker">Bruker</a> Magnet Controller.
|
||||
<li>The Risoe <a href="#a1931">A1931</a> Temperature Controller.
|
||||
<li>The <a href="#el755">PSI-EL755</a> Magnet Controller.
|
||||
<li>The <a href="#psidsp">PSI-DSP</a> Magnet Controller, also known as
|
||||
SLS controller.
|
||||
@ -629,6 +630,35 @@ to be configured manually. For details see the manual coming with the machine.
|
||||
environment controller could not be implemented.
|
||||
</ul>
|
||||
</p>
|
||||
<h3><a name="a1931">The Risoe A1931 Temperature Controller</a></h3>
|
||||
<p>
|
||||
This is a temperature controller of unknown origin (probably built at
|
||||
Risoe) which is coming with the Risoe instruments. This temperature
|
||||
controller is connected to the computer systems through a GPIB bus and
|
||||
controller. A A1931 temperature controller is configured into SICS
|
||||
through the command:
|
||||
<BLOCKQUOTE>
|
||||
evfactory new temperature-name a1931 gpib-controller-name
|
||||
</BLOCKQUOTE>
|
||||
This creates a new command temperature-name. gpib-controller-name is
|
||||
the name of a GPIB controller within SICS. A GPIB controller is
|
||||
configured into SICS with the command MakeGPIB as described in the
|
||||
SICS managers documentation.
|
||||
</p>
|
||||
<p>
|
||||
A A1931 temperature device understands a couple of additional commands
|
||||
on top of the standard set:
|
||||
<dl>
|
||||
<dt>temperature sensor <it> val</it>
|
||||
<dd>The A1931 can switch control to various sensors. This command
|
||||
allows to query the control sensor (command without parameter) or set
|
||||
the control sensoe (command with parameter).
|
||||
<dt>temperature file filename
|
||||
<dd>The A1931 can be configured through files containing calibration
|
||||
commands. Sich file can be loaded into the A1931 through the file
|
||||
subcommand. The full path of filename must be given.
|
||||
</dl>
|
||||
</p>
|
||||
<h3><a name="el755">The PSI-EL755 Magnet Controller</a></h3>
|
||||
<p>
|
||||
This is magnet controller developed by the electronics group at
|
||||
@ -691,3 +721,4 @@ other environment device.
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user