Changes for page Experiment control

Last modified by fwilde on 2018/04/09 09:39

From version 17.1
edited by fwilde
on 2016/07/28 09:01
Change comment: There is no comment for this version
To version 19.1
edited by fwilde
on 2018/04/09 09:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,6 +3,8 @@
3 3  {{layout-cell}}
4 4  == {{id name="Experimentcontrol-Generalremarks"/}}General remarks ==
5 5  
6 +This is a detailed description of the experiment control system. A short overview of  the most commonly iused commands can be found here.
7 +
6 6  Beamline control at the P05 µCT hutch uses TANGO server as backend for most applications. At P05 the Interactive Data Language (IDL) serves as user interface to the TANGO servers. IDL procedures and functions provide the functionality to control the µCT experiment and beamline optics components conveniently. A couple of general remarks should facilitate to work with IDL at P05.
7 7  
8 8  * IDL has a command history (use arrow keys to browse through recent commands)
... ... @@ -12,17 +12,17 @@
12 12  
13 13  {{code title="Procedures and functions"}}print, 'hello world.'
14 14  i=quick(300)
15 -{{/code}}
17 +{{/code}}\\
16 16  )))
17 17  * (((
18 18  In IDL you can chain commands with the & sign
19 19  
20 -{{code title="Chaining commands"}}i=quick(300) & tv, bytscl(bin(i,4),0,65000){{/code}}
22 +{{code title="Chaining commands"}}i=quick(300) & tv, bytscl(bin(i,4),0,65000){{/code}}\\
21 21  )))
22 22  * (((
23 23  When IDL is ready to accpt commands, the IDL> prompt is printed in a roman font. When IDL is busy doing something (e.g. waiting for a motor to end its move), the //IDL>// prompt is printed in  an italic font.
24 24  
25 -{{info title="Warning"}}When IDL is busy, you **can** enter a new command, but it will not be executed until the last command is finished. In order to avoid confusion always wait until IDL is ready to accept commands before typing a new command.{{/info}}
27 +{{info title="Warning"}}When IDL is busy, you **can** enter a new command, but it will not be executed until the last command is finished. In order to avoid confusion always wait until IDL is ready to accept commands before typing a new command.{{/info}}\\
26 26  )))
27 27  * Scripts can be written inside the IDL IDE and saved as .pro files. A script will not be automatically compiled after saving. Press the compile button in IDL in order to make changes in your code applicable.
28 28  
... ... @@ -43,6 +43,7 @@
43 43  * (((
44 44  commands contain a name for the stage:
45 45  
48 +(% class="wrapped" %)
46 46  |=(((
47 47  command particle
48 48  )))|=(((
... ... @@ -100,17 +100,17 @@
100 100  {{/layout-cell}}
101 101  
102 102  {{layout-cell}}
103 -{{panel titleBGColor="blue" title="Table of Contents" borderColor="blue" titleColor="white"}}
106 +{{panel borderColor="blue" titleColor="white" titleBGColor="blue" title="Table of Contents"}}
104 104  {{toc/}}
105 105  {{/panel}}
106 106  
107 -{{panel titleBGColor="red" title="todo" borderColor="red" titleColor="white"}}
110 +{{panel borderColor="red" titleColor="white" titleBGColor="red" title="todo"}}
108 108  Attention: this user guide is yet very incomplete.
109 109  
110 110  (% class="task-list" %)
111 111  (((
112 -{{task reference="/Tasks/Task_1" status="InProgress"}}
113 -Continue IDL at EH2 user guide {{mention reference="XWiki.fwilde" style="FULL_NAME" anchor="XWiki-fwilde-ZlGvB"/}}\\
115 +{{task reference="/Tasks/Task_1" status="Done"}}
116 +Continue IDL at EH2 user guide {{mention reference="XWiki.fwilde" style="FULL_NAME" anchor="XWiki-fwilde-ziUTX"/}}\\
114 114  {{/task}}
115 115  )))
116 116  {{/panel}}
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -38109591
1 +87353123
URL
... ... @@ -1,1 +1,1 @@
1 -https://confluence.desy.de/spaces/P5I/pages/38109591/Experiment control
1 +https://confluence.desy.de/spaces/P5I/pages/87353123/Experiment control