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 13:
Line 3 was replaced by line 3
- By Christof Niedermayer and Jari í Hjøllum, 29-09-06
+ By Christof Niedermayer and Jari í Hjøllum
At line 23 added 4 lines.
+
+ !! The SICS Client
+
+
At line 43 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
+
+
+ ----
At line 83 added 2 lines.
+
+
Line 88 was replaced by line 106
- topsistatus displays the content of window 5.
+ Note that topsistatus displays the content of window 5.
Line 113 was replaced by line 131
- 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)
Line 119 was replaced by lines 137-154
- 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
+
+ To turn it off again, type
+
+ > config listen 0
+
+ Of course this command can also be run on a already open client.
+
At line 120 added 6 lines.
+
+ > 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.
+
+
At line 130 added 53 lines.
+
+ Alternatively use
+
+ six -s
+
+ To synchronize the instrument parameter execute the command sync
+
+
+ ----
+
+ !!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
+
+
+
At line 132 added 1 line.
+
Line 141 was 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.
+ 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.
Removed lines 146-148
- Repositioning of unencoded RISOE motors can be done by the command
-
- motorname putpos value, e.g. oma putpos 74.17
Removed lines 150-152
- (This is however at the present state of development not working properly for all motors)
-
-
At line 189 added 41 lines.
+
+ !! 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.
+
+ -----
+
+
Line 192 was replaced by line 324
- The PSI counterbox is accessible from sics.
+ The PSI counterbox el737 is accessible from sics.
Line 197 was replaced by line 329
- el737 getthreshold 1
+ el737 threshold
Line 201 was replaced by line 333
- el737 setthreshold 1 value
+ el737 threshold value
Line 205 was replaced by line 337
- Typical values are 20 to 50.
+ Typical values are 20 to 100. These numbers roughly correspond to the proton current on SINQ.
Lines 209-210 were replaced by lines 341-343
- The analog in TASCOM was the command CIBO.
- ----
+ The analog in TASCOM was the command CIBO and manual setting of the box.
+
+ -----
At line 228 added 6 lines.
+ In case of problems with the communication between sics and sea you can try the following.
+
+ In sics use the command connect_sea.
+
+ In sea try the command connect_sics
+
Line 230 was replaced by lines 369-371
- A summary of the commands is foud at
+ -----
+
+ A summary of the commands is found at
Line 232 was replaced by line 373
- http://lns00.psi.ch/sinqwiki/Wiki.jsp?page=NewTasSyntax
+ [http://lns00.psi.ch/sinqwiki/Wiki.jsp?page=NewTasSyntax]
Line 238 was replaced by line 379
-
+ ----
Line 245 was replaced by line 386
- http://users.belgacom.net/bruno.champagne/tcl.html
+ [http://users.belgacom.net/bruno.champagne/tcl.html]
At line 284 added 2 lines.
+ monit restart sicsserver
+
Removed line 291
-
Lines 293-314 were replaced by line 435
-
-
-
- !!Switching to TASCOM (hopefully not needed)
-
-
- If you want to switch to TASCOM, stop the Sicsserver
-
- monit stop all
-
- monit quit
-
- Log into rita2 as user tascom and enter your password [*********]
-
- startserial (starts necessary portserver)
-
- startecs (starts tecs for temperature control)
-
-
- If you want to switch back to SICS quit tascom and
-
- kill the portserver
+ ----
Removed line 316
- Look for process Serportserv, notice its PID and execute:
Removed line 318
- kill -9 PID

Back to RITA2SpecialCommandsAndProcedures, or to the Page History.