SET command

To modify the parameters of a device, the command SET should be used. We will differentiate the use of the SET for three categories of devices:



SET command for temperature controllers

Syntax for LTC20/21 and for LakeShore 340

As these temperature controllers can control different heating loops, depending on the specific setup, the parameters for both loop may be needed. The parameters are the setpoint and tolerance in Kelvin, as well as the required stability time for the temperature to be within the tolerance.
SET  <alias>|<equipment name> <control-loop 1 parameters>|<control-loop 2 parameters>
where <control-loop N parameters> = <setpoint><tolerance><stability-time>

Examples:

Note:
Note tha the SET does solely set the parameters, but does not actually wait for the temperature to be in the defined tolerance for the defined time. To be sure to have a temperature within the tolerance, the user should also specify the command WAIT (see section Wait for reaching Device Specific Condition) after the SET command.

Syntax for AVS46 (LTF)

As the temperature control on the LTF is done in 2 steps (first without Integral parameter, then with) and as the PID parameters will depend on the mode of operation of the dilution fridge (for example with or without mixture) different parameters have to be specified in the aurorun sequence:
SET  <alias>|<equipment name> <setpoint><tolerance 1><stability-time 1>[<tolerance 2><stability-time 2>]
where <tolerance 1> and <stability-time 1> represent the tolerance in Kelvin and waiting time in seconds for the first control step (without I parameter), and <tolerance 2> and <stability-time 2 > represent the tolerance in Kelvin and waiting time in seconds for the second control step (with I parameter)

Example:

Syntax for the Variox Cryostats

The GUI deltat and the MIDAS data acquisition system allow the users to control the LabView application controlling the Oxford Instrument Variox Cryostats. As explained in section Variox/Heliox Cryostat the setup has to be performed on the LabView application prior to control it from the deltat application.
SET  <alias>|<equipment name> <Variox-par.><Heliox-par.>[<NV>|A]|<Variox-par.>[<NV>|A]|<Heliox-par.>
where:

Note:
  • The number and type of parameters to be specified depends on the configuration of the front-end (is the Heliox or Variox setpoint requested? -- See also Section Variox/Heliox Cryostat).
  • Note that the SET does solely set the parameters, but does not actually wait for the temperature to be in the defined tolerance for the defined time. To be sure to have a temperature within the tolerance, the user should also specify the command WAIT (see section Wait for reaching Device Specific Condition) after the SET command.
  • To reach temperatures below 4 K, the cryostat has to be put in "Low Temperature Mode", which requires some manual operations (see manual for the Variox cryostat). Hence, autorun-sequences covering both temperature range cannot be performed in one shot.


SET command to set an experiment magnet

Setting an Experiment Magnet on GPS, DOLLY and GPD

SET  <alias>|<equipment name> <magnet name> <value of field in Gauss><waiting time>

Example:

SET Magnet WED 1000 60
where:

Setting the superconducting magnet on LTF

SET  <alias>|<equipment name> <value of field in Tesla>[<mode>]
where:

Example:

SET Superconducting_Magnet 1.0 P
where:

Note that the autorun sequence will NOT WAIT that the magnet is at field prior to process the next autorun sequence command.
To ensure that the magnet is at field prior to start a run, the command WAIT has to be invoked:

WAIT <alias>|<equipment name> ATFIELD [<max-interval>]
where:

Example:

SET Superconducting_Magnet 1.0 P
SET Temperature 0.5 0.02 60 0.1 240
WAIT Temperature INRANGE 3600
WAIT Superconducting_Magnet ATFIELD 3600
where: the first command sets the field (without waiting), the second command sets the temperature (without waiting), the 3rd and 4th commands wait, respectively, for the temperature to be in range and for the field to be at the setpoint. For both commands, the maximum waiting time has been specified to be 3600 s.

See also section WAIT command.

SET command for other devices

Syntax:
SET  <alias>|<equipment name> [<device specific arguments>]
Note:
Any device not being shown in the Modify Device list (except pTA and Experimental Magnets) may not be set in the autorun sequence. Use Show or Modify in the Modify Device tab to find out about currently valid Aliases, Names and Parameter Names.
The examples given below refer to the GPS aliases.

Examples:

Generated on Thu Mar 26 11:09:06 2009 for MuSR Graphical User Interface: deltat by  doxygen 1.5.8