From 6db328f8822879a2820de6ea03cf91d8bcdb7de9 Mon Sep 17 00:00:00 2001 From: Nick Hauser Date: Mon, 14 Apr 2014 13:20:41 +1000 Subject: [PATCH] First commit for Oxford 12T and Oxford Mercury manual chapters --- .../manual/dbSICSch35_oxford_labview.xml | 164 ++++++++++++++++++ .../manual/dbSICSch36_oxford_mercury.xml | 99 +++++++++++ 2 files changed, 263 insertions(+) create mode 100644 site_ansto/manual/dbSICSch35_oxford_labview.xml create mode 100644 site_ansto/manual/dbSICSch36_oxford_mercury.xml diff --git a/site_ansto/manual/dbSICSch35_oxford_labview.xml b/site_ansto/manual/dbSICSch35_oxford_labview.xml new file mode 100644 index 00000000..de83dd99 --- /dev/null +++ b/site_ansto/manual/dbSICSch35_oxford_labview.xml @@ -0,0 +1,164 @@ + + + + Oxford 12T Magnet and/or Dilution Controller (via Labview App) + Ferdi Franceschini + + 2008-08-29 16:47 + + + Configuration + For instrument scientists only + At the command line of your ics (instrument control server) computer type + runsics stop + This stops SICS, in preparation to make configuration changes. + configsics + This launches an application that will modify the SICS configuration for sample + environment. Follow the instructions at the top of the screen + Select + [x] 12tmagnet: + w to write and exit configsics + runsics start + This will restart SICS with the new sample environment configuration. + + + + Commands + from sct_oxford_labview.tcl + + + oxfordsetfield n + + Set the magnetic field to n Tesla + + + + oxfordsetrate n + + Set the magnet field ramp rate to n Tesla / + minute ??? check units + + + + oxfordsethtemp n + + Set the Heliox temperature to n K + + + + oxfordsetdtemp n + + Set the Dilution Insert temperature to n + K + + + + oxfordseths ON/OFF + + Turn the heater switch ON/OFF ??? + + + + + + Parameters + + /sample/magnetic/field ??? + + + /sample/magnetic/magneticFieldCurrent Magnet current (amps) + + + /sample/magnetic/magneticFieldTesla Magnetic field (Tesla) + + + /sample/magnetic/start_magnetic Start value for a magnetic field ramp (Tesla) + + + /sample/magnetic/end_magnetic For a magnetic field ramp, this is the end value (Tesla) + + + /sample/magnetic/Temp Temperature on main control sensor (K) + + + /sample/magnetic/Temp_s1 Temperature on sensor 1 (K) + + + /sample/magnetic/Temp_s2 Temperature on sensor 2 (K) + + + /sample/magnetic/Temp_s3 Temperature on sensor 3 (K) + + + + /sample/magnetic/start_temperature_s1 Start value for a temperature ramp using sensor 1 (K) + + + /sample/magnetic/end_temperature_s1 End value for a temperature ramp using sensor 1 (K) + + + /sample/magnetic/start_temperature_s2 Start value for a temperature ramp using sensor 2 (K) + + + /sample/magnetic/end_temperature_s2 End value for a temperature ramp using sensor 2 (K) + + + /sample/magnetic/start_temperature_s3 Start value for a temperature ramp using sensor 3 (K) + + + /sample/magnetic/end_temperature_s3 End value for a temperature ramp using sensor 3 (K) + + + + + /sample/magnetic/fieldSetPoint Setpoint for magnetic field (Tesla) + + + /sample/magnetic/fieldSetRate Magnetic field rate (Tesla/min) + + + /sample/magnetic/HelioxTempSetPoint Setpoint for Heliox (K) + + + /sample/magnetic/HelioxTempReading Temperature reading for Heliox (K) + + + /sample/magnetic/DilutTempSetPoint Setpoint for Dilution Insert (K) + + + /sample/magnetic/DilutTempReading Temperature reading for Dilution Insert (K) + + + + + /sample/magnetic/set_rate Magnetic field rate (Tesla/min) + + + /sample/magnetic/set_magneticField Setpoint for magnetic field (Tesla) + + + /sample/magnetic/set_DiluxTemp Setpoint for Dilution Insert (K) + + + /sample/magnetic/set_HelioxTemp Setpoint for Heliox (K) + + + /sample/magnetic/set_HeaterSwitch Turn heater switch ON and OFF + + + + + + Description + No additional descriptions available at this time. + + + Known Issues + Alerts the user to known operational problems + + + Troubleshooting + What to do if things go wrong + + diff --git a/site_ansto/manual/dbSICSch36_oxford_mercury.xml b/site_ansto/manual/dbSICSch36_oxford_mercury.xml new file mode 100644 index 00000000..ff1176c6 --- /dev/null +++ b/site_ansto/manual/dbSICSch36_oxford_mercury.xml @@ -0,0 +1,99 @@ + + + + Oxford Mercury Controller + Ferdi Franceschini + + 2008-08-29 16:47 + + + Configuration + For instrument scientists only + At the command line of your ics (instrument control server) computer type + runsics stop + This stop SICS, in preparation to make configuration changes. + configsics + This launches an application that will modify the SICS configuration for sample + environment. Follow the instructions at the top of the screen + Select + [x] mercury_scipi: + w to write and exit configsics + runsics start + This will restart SICS with the new sample environment configuration. + + + Commands + No commands at this time + + + Parameters + from sct_oxford_mercury.tcl + + + /sample/oxford_mercury/Level + This is the root node for the cryogen levels + Under the Level node are the following commands + + + HeliumLevel of liquid helium (%) + + + NitrogenLevel of liquid nitrogen (%) + + + /sample/oxford_mercury/device_state + This provides the state of the device + + + + /sample/oxford_mercury/Loop1This is the root node for each Loop. + There are 4 loops for the Mercury: + Loop1 + Loop2 + Loop3 + Loop4 + Under each Loop node are the following commands e.g. + /sample/oxford_mercury/Loop1/setpoint + + + setpointSetpoint temperature (K) + + + sensorsensor reading in K + + + powerHeater power (W) + + + nickwhat the loop is labelled on screen (e.g. sampletop) + + + tempUnder construction. May be deprecated. TEMP structure + + + loop + Under construction. May be deprecated. LOOP structure + + + heaterUnder construction. May be deprecated. HTR structure + + + + + + Description + No additional descriptions available at this time. + + + Known Issues + Alerts the user to known operational problems + + + Troubleshooting + Check that the Mercury has been set into remote mode using the SCPI protocol. If it + still doesn’t talk then the line terminator is probably wrong. Call a SICS developer or + try to fix it through trial and error by changing the line terminator in the + /usr/local/sics/sics_config.ini file + +