EasyManua.ls Logo

Dectris PILATUS - Glossary Files; Various Commands

Dectris PILATUS
57 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
User_Manual-PILATUS-V1_2.doc 29/57
define test1="format 2; for (i=0;i<100;i++){disp1 image_000[i]; wait 0.5}".
Command Description
define name=string
define name=value
Define a name (value or command) which can be used in
the current session. They are not saved when tvx
closes.
save “myfile.gl” Saves the currently defined commands in myfile.gl as
text. Such files are called glossaries. Glossaries my also
have executable commands edited in following all the
definitions; these are preserved when the file is
overwritten.
get “myfile.gl” Load the definitions from myfile.gl, and execute any
commands appended after the definitions.
8.8 Glossary files
When TVX is started, a glossary is automatically started up called
/home/det/p2_det/config/default.gl.
In this glossary, the main commands for using the detector are defined. Three
other glossaries are called from default.gl (all in config):
Glossary Description
det_spec.gl
Detector specific definitions. In case of multi module
detectors number of banks, modules, tools for adressing
modules and analysing module specific data.
user.gl
User specific commands
startup.gl
Commands which are automatically loaded at startup,
e.g. setdac, rbd, calibdet. For usage at the beamline,
usually the last command is
Disconnect, which allows remote control of camserver.
In case of multi-module detectors a file called t.gl is generated and used for
automated trimbit calculation. Usually this file contains only a comment.
8.9 Various commands
To see the temperature and humidity log of the detector, do:
less $HOME/p2_det/config/camstat/TH.log