| At line 11 added 10 lines. | 
| + !! Instruments using NICOS and Sample Environment | 
| + | 
| + Currently (April 2021), the following instruments running NICOS are supported to access sample environment: | 
| + | 
| + * __FOCUS, SANS-I, HRPT__ | 
| + | 
| + Some of the features described here might not yet be up to date on your instrument, | 
| + please contact [Markus Zolliker], if you want to use sample environment with NICOS, and things are not working as expected. | 
| + | 
| + | 
| At line 27 added 6 lines. | 
| + !! Frequently Asked Questions | 
| + | 
| + ! Are values of sample environment devices automatically stored in the data file? | 
| + | 
| + When the SE configuration is changed, automatically the following aliases are created, | 
| + if the corresponding object is available: | 
| At line 28 added 20 lines. | 
| + * __T__: the moveable main temperature, change before a scan: {{maw(T, 295)}}, use in a scan: {{scan(T, ...)}} | 
| + * __Ts__: the sample temperature potentially readonly | 
| + * __Tr__: the regulation temperature (e.g. VTI), readonly | 
| + * __B__: the magnetic field, moveable | 
| + | 
| + The aliases above (except T) are automatically put into the envrionment list, and will be saved in the data file. | 
| + | 
| + You might add additional devices to be stored with the {{AddEnvironment}} command. | 
| + | 
| + | 
| + ! There is nothing displayed on the SEA client, what is going wrong here? | 
| + | 
| + It might be that the SEA server is not yet running. On the instruments mentioned above, the SEA server is no longer | 
| + controlled by monit. Controlling the SEA and Frappy servers: | 
| + {{{ | 
| + sea start         # start the SEA and graph servers | 
| + sea restart       # restart above | 
| + sea list          # show running SEA and Frappy servers | 
| + sea help          # list available sea subcommands | 
| + }}} | 
| At line 29 added 1 line. | 
| + ! The sample environment device I want to use is not available | 
| Line 31 was replaced by lines 68-71 | 
| - | 
| + Please use the command {{frappy_list()}} in NICOS to see a list of available configurations. | 
| + Creating the configuration files for Frappy is still under work. The devices to be used on above mentioned | 
| + instruments according to the schedule are created first. Please contact [Markus Zolliker], if you want to use | 
| + a device not yet on the list. |