Diff: RITA2SpecialCommandsAndProcedures

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
NewTasSyntax

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between version 28 and version 6:
Line 1 was replaced by line 1
- Quick helper for RITA-2 and SICS.
+ !!! Quick helper for RITA-2 and SICS.
Line 3 was replaced by line 3
- By Jari í Hjøllum and Christof Niedermayer, 25-08-06
+ By Christof Niedermayer and Jari í Hjøllum
Line 6 was replaced by line 6
- How to log in
+ !!Log in
Removed line 8
-
Removed line 10
- 1) Log in as user: rita2 (password)
At line 11 added 1 line.
+ 1) Log in as user: rita2 (password)
Lines 14-15 were replaced by lines 13-15
- 1) In console write "ssh rita2@rita2.psi.ch" and enter your password
- ----
+
+ 1) In console write "ssh rita2@rita2.psi.ch" and enter your password.
+
At line 16 added 1 line.
+
At line 17 added 1 line.
+
At line 18 added 1 line.
+
At line 21 added 1 line.
+ !! The SICS Client
At line 22 added 1 line.
+
At line 23 added 1 line.
+
Lines 25-28 were replaced by line 31
- Alt#1:
- 1) Go to: http://lns00.psi.ch/
- 2) and choose "The SICS Command Line Client"
- ----
+
Lines 30-31 were replaced by lines 33-37
- 1) In the client click Connect and choose RITA-2 from the list. Alternatly you can choose local or spare if you are located at the RITA-2 instrument computer.
- ----
+
+ 1) In the client click Connect and choose RITA-2 from the list.
+
+ Alternatly you can choose local or spare if you are located at the RITA-2 instrument computer.
+
At line 32 added 1 line.
+
At line 33 added 1 line.
+
At line 34 added 1 line.
+
At line 38 added 12 lines.
+ !! six
+
+ six is an alternative to the standard Java SICS commandline client. Why an alternative SICS client?
+
+ • It is much faster
+
+ • It does not need the X window system
+
+ • It connects automatically to the instrument if you are logged into the instrument computer
+
+
+ ----
Line 40 was replaced by line 61
- Viewing and plotting data
+ !!Viewing and plotting data
At line 44 added 1 line.
+
Line 48 was replaced by lines 70-71
- Current PSD image can be viewed by sansstatus
+ Current PSD image can be viewed by sansstatus
+
At line 49 added 1 line.
+
At line 57 added 1 line.
+
At line 58 added 1 line.
+
At line 64 added 1 line.
+
At line 68 added 1 line.
+
At line 71 added 2 lines.
+
+
Line 74 was replaced by lines 104-106
- Windows
+ !!Windows
+
+ Note that topsistatus displays the content of window 5.
Removed line 76
- topsistatus displays the content of window 5.
At line 77 added 1 line.
+
At line 78 added 1 line.
+
At line 79 added 1 line.
+
Line 85 was replaced by line 119
- Batch files
+ !!Batch files
At line 87 added 1 line.
+
Line 89 was replaced by line 124
- ---===+++===---
+
At line 90 added 1 line.
+
Line 92 was replaced by line 128
- ---===+++===---
+
Line 94 was replaced by lines 130-132
- 1) Make a text file, e.g. ">kate test01.job &"
+
+ 1) Make a text file, e.g. ">kate test01.job &". (Extension can also be test01.tcl)
+
At line 95 added 1 line.
+
Line 97 was replaced by lines 136-147
- 4) In a sics client write : "do test01.job"
+
+ If you do this from the computer next to the experimental area, make sure that you are logged on as user rita2 on rita2.psi.ch and not as sinquser on pc4697. If you have to open a new window just follow the login procedure above.
+
+ 4) In a sics client write : "do test01.job" or "exe test01.tcl"
+
+ ----
+
+ !!Listening to the activity
+
+ To listen to the activity on the spectrometer, open a client and run
+
+ > config listen 1
At line 98 added 13 lines.
+ To turn it off again, type
+
+ > config listen 0
+
+ Of course this command can also be run on a already open client.
+
+
+
+ > commandlog tail x
+
+ shows the last x sics message lines up to a maximum of 999 lines, allowing you to check for errors from any sics client.
+
+
Line 101 was replaced by line 164
- Simulation Mode
+ !!Simulation Mode
At line 105 added 8 lines.
+
+ To synchronize the instrument parameter execute the command sync
+
+
+ Alternatively use
+
+ six -s
+
At line 107 added 46 lines.
+
+ ----
+
+ !!2-axis and 3-axis mode
+
+ The spectrometer can be run in two modes, 2-axis and triple-axis.
+
+ There are 2 triple-axis modes: ki and kf. Usually the kf option is used.
+
+ There is one 2-axis mode: elastic.
+
+ To read which mode the spectrometer is in write
+
+ > tasub const
+
+ To change the mode write for instance
+
+ > tasub const elastic
+
+ ----
+
+
+
+ !!Lambda/2 mode
+
+ To use Lambda /2 neutrons without changing A2 just divide the monochromator d-spacing by a factor of 2, i.e. go from 3.354 A to 1.677 A
+
+ > tasub mono dd 1.677
+
+ > tasub update
+
+
+ Next drive Ei and Ef to 4 times the initial energy.
+ For example for 5 meV = 4.04 A drive Ei and Ef to 20 meV =2.02 A
+
+ Note, that the primary instrument, i.e. the monochromator will not move. The analyzer however will move, so make sure that any field from a magnet is set to zero.
+
+
+ To go back to 5 meV
+
+ > tasub mono dd 3.354
+
+ > tasub update
+
+
+
Removed line 110
- HDF Viewer
At line 111 added 2 lines.
+ !!HDF Viewer
+
Line 116 was replaced by line 234
- "Remoing"
+ !!"Remoing"
Lines 118-119 were replaced by lines 236-238
- For PSI motors and encoded RISOE motors (2t and 2ta) repositioning should be done by the command sp, which changes the softzero value.
- sp motorname value, eg. sp omm 37.07
+ For PSI motors (monochromator motors omm (a1), 2tm(a2), cum)
+ and encoded RISOE motors (2t(a4) and 2ta)
+ repositioning should be done by the command sp, which changes the softzero value.
At line 120 added 1 line.
+ sp motorname value, eg. sp omm 37.07
Removed lines 122-124
- Repositioning of unencoded RISOE motors can be done by the command
- motorname putpos value, e.g. oma putpos 74.17
- (This is however at the present state of development not working properly for all motors)
At line 127 added 1 line.
+
At line 130 added 1 line.
+
At line 131 added 1 line.
+
Line 137 was replaced by line 257
- RITA modes
+ !!RITA modes
At line 139 added 1 line.
+
At line 140 added 1 line.
+
Line 148 was replaced by line 270
- Caution !!!!!!!!!!!
+ !Caution !!!!!!!!!!!
At line 151 added 1 line.
+
At line 155 added 1 line.
+ -----
Line 157 was replaced by lines 281-329
- ----
+
+ !! Disabling and enabling motors
+
+ For all the motors from the DeltaTau controllers, to enable them in SIX you just type, for example
+
+ sgu enable 1
+
+ and to inhibit them, type e.g.
+
+ sgu enable 0
+
+ To list which (of the DeltaTau) motors are enabled or inhibited, just type
+
+ enable
+
+
+ To disable or enable the sample table, i.e. the morors tu,tl,sgu and sgl you can use the commands disabletable and enabletable
+
+ To disbale or enable the slits use disbaleslits or enableslits.
+ You have to disable the motors, before you physically disconnect them, i,e. when removing the sample table or the slits in case of cryomagnet operation.
+
+
+ If you enable or inhibit the motor manually using the hardware switch, it may take up to 30 seconds for SIX to update this parameter and to realise what you've done.
+
+ ML has also stopped SIX from automatically enabling all the motors when SIX is started.
+
+ -----
+
+ !!Filters
+
+ Be and BeO after the sample and before the analyzer tank filters can be moved in and out of the beam by the following commands:
+
+ bef in
+
+ bef out
+
+ The rotation of the filters is controlled by the command brot.
+
+ -----
+
+
+ !!Threshold for PSI counter box
+
+ The PSI counterbox el737 is accessible from sics.
+
+ The following commands are available.
+
+
+ el737 threshold
At line 158 added 1 line.
+ reads the current threshold
Line 160 was replaced by line 333
- Temperature control
+ el737 threshold value
At line 161 added 13 lines.
+ sets a new threshold.
+
+ Typical values are 20 to 100. These numbers roughly correspond to the proton current on SINQ.
+
+ This threshold prevents collecting background data in case of no beam or a very low beam.
+
+ The analog in TASCOM was the command CIBO and manual setting of the box.
+
+ -----
+
+
+ !!Temperature control
+
At line 164 added 1 line.
+
At line 168 added 1 line.
+
At line 169 added 1 line.
+
At line 172 added 3 lines.
+ In case of problems with the communication between sics and sea you can try the following.
+
+ In sics use the command connect_sea.
Lines 174-175 were replaced by line 366
- A summary of the commands is foud at
- http://lns00.psi.ch/sinqwiki/Wiki.jsp?page=NewTasSyntax
+ In sea try the command connect_sics
At line 176 added 7 lines.
+
+ -----
+
+ A summary of the commands is found at
+
+ [http://lns00.psi.ch/sinqwiki/Wiki.jsp?page=NewTasSyntax]
+
Line 181 was replaced by line 379
-
+ ----
Removed lines 183-185
- ...___---===+++===---___...
- | Advanced stuff |
- ...___---===+++===---___...
At line 186 added 1 line.
+ !! Advanced stuff
Removed line 188
- ---===+++===---
Removed line 190
- http://users.belgacom.net/bruno.champagne/tcl.html
Line 192 was replaced by line 386
- ---===+++===---
+ [http://users.belgacom.net/bruno.champagne/tcl.html]
At line 193 added 2 lines.
+ ----
+
Line 196 was replaced by lines 392-394
- 1) Log in as user: rita2 [********]
+
+ 1) Log in as user: rita2 (password)
+
At line 197 added 1 line.
+
Line 199 was replaced by lines 398-399
- ---===+++===---
+
+
At line 200 added 1 line.
+
Line 202 was replaced by line 403
- ---===+++===---
+
At line 203 added 1 line.
+
At line 210 added 1 line.
+
At line 211 added 1 line.
+
Removed lines 215-220
- monit status sicsserver/all/somethingelse
- monit stop sicsserver/all/somethingelse
- monit start sicsserver/all/somethingelse
- monit quit
- monit -h
-
Lines 222-223 were replaced by line 420
-
-
+ monit status sicsserver/all/somethingelse
Line 225 was replaced by line 422
- Switching to TASCOM (hopefully not needed)
+ monit stop sicsserver/all/somethingelse
At line 226 added 1 line.
+ monit start sicsserver/all/somethingelse
Line 228 was replaced by line 426
- If you want to switch to TASCOM, stop the Sicsserver
+ monit restart sicsserver
Removed line 230
- monit stop all
Line 233 was replaced by line 430
- Log into rita2 as user tascom and enter your password [*********]
+ monit -h
Removed lines 235-236
- startserial (starts necessary portserver)
- startecs (starts tecs for temperature control)
Lines 239-240 were replaced by lines 434-435
- If you want to switch back to SICS quit tascom and
- kill the portserver
+ ----
+ ----
Removed line 242
- Look for process Serportserv, notice its PID and execute:
Removed line 244
- kill -9 PID

Back to RITA2SpecialCommandsAndProcedures, or to the Page History.