Skip to content
John Holt edited this page Jun 21, 2019 · 40 revisions

Wiki > The Backend System > Specific Device IOC > Temperature Controllers > Mecury iTC

The Mercury iTC is a configurable temperature controller from oxford instruments ( Manual ).

It contains various slots into each slot a variety of devices can be placed. For the purposes of this document the motherboard is treated as a slot too, it contains a temperature sensor and a heater.

Types of daughter boards are:

  • temperature sensor
  • Heater
  • Auxiliary board (general purpose and stepper motors)
  • Pressure sensor
  • Cryogen
  • GPIB board (communications)

In the future, we may want to develop a full epics IOC for it and there is a possible Diamond IPC driver at http://controls.diamond.ac.uk/downloads/support/OxInstCryojet/ currently there is an LvDCOM driver.

Communications

The device should be talked to via serial at a baud rate of 57600. This is variable on the front panel, but only while the device is in local mode.

The screens look like:

Comms general Comms detailed

Driver

Currently, the driver only measures and sets the following:

Temperature

Setup

To activate a card you must set the related IOC macro in globals.txt. The macro sets the final part of the front panel name. The front panels are called Mercury - Front Panel <I> - Temp <N>.vi where is the Mercury index (also the IOC index) and is the card index 1 for the first temperatue card, 2 for the second etc. The following macros set the for the 4 possible IOC slot:

Macro Usual Value IOC Name
MERCURY_01__VI_TEMP_1 1 %MYPVPREFIX%MERCURY_01:1
MERCURY_01__VI_TEMP_2 2 %MYPVPREFIX%MERCURY_01:2
MERCURY_01__VI_TEMP_3 3 %MYPVPREFIX%MERCURY_01:3
MERCURY_01__VI_TEMP_4 %MYPVPREFIX%MERCURY_01:4
MERCURY_02__VI_TEMP_1 %MYPVPREFIX%MERCURY_02:1
etc

Important PVs

  • TEMP Current temperature
  • TEMP:SP Set point for temperature controller
  • TEMP:SP:RV Read back of the set temperature point
  • NAME Name associated with the card

He Level

The helium level can be monitored by setting the macro VI_LEVEL_1 to point at the the correct vi in a similar fashion to the temperature.

Example

Front panel on the Mercury is

front panel showing 6 areas

This mercury has 3 temperature sensors, Sample_Rod, VTI_DB6 and PT2_DB7, the VTI has a heater attached to the second temperature. This means it needs:

  • VI_TEMP_1 set to 1,
  • VI_TEMP_2 set to 2,
  • VI_TEMP_3 set to 3,

The temperature controls are on the 1st and 2nd temperature and so on the first and second tab on the mercury device screen. NB the device screen also needs these macros set.

This also has a pressure gauge which we currently can't read remotely.

For info here is a detailed temp loop:

detailed front board

Clone this wiki locally