|
|
|
The D1B-CRG is a high intensity powder diffractometer with an 128° PSD. It has always been in very high demand for real time experiments, and for very small samples because of its high efficiency position sensitive detector (PSD). Run as a CRG-A instrument by a CNRS / CSIC team, it is available 50% of the time for scheduled ILL experiments.

More about D1B : Data AcquisitionThis page describes the principal points to run easily the acquisition programs on D1BMAD is the most general data acquisition program used on many instruments at ILL and specially on the instrument D1B which is controlled by a Linux workstation (d1b.ill.fr). A Silicon Graphic workstation (d1bsgi.ill.fr) and a PC computer are available in the cabin of the instrument their are dedicated to retrieve, analyze and export the data. Powerful Rietveld refinement and friendly user graphical programs are running on the PC and SGI workstation. Running MAD programThe user must be logged on the Username d1b with password d1bd1b; it is impossible to run MAD from other Username. You can login in the Username D1B from any terminal of the computer and any terminal on terminal server. After the login messages, the user must have the prompt d1b{d1b}>, you can then run MAD by typing: d1b{d1b}> mad <CR> After the introduction messages, you must have the prompt : MAD> and you can input commands. List of the most used commands on D1B under MAD HELP, PAR, CHECK, XBU, REP Nrep, READ, POSI, MOVE, SCAN, ACQ, NACQ, WAIT, EXIT. For more details for each command type help command. Reading , Positioning , Scanning Angles , Acquisition and DTI Commands The following commands are used to read and move the 5 motors available on D1B i.e. 2theta, omega, chi, phi and translation (chi and phi are used with the Eulerian cradle).
ROM or POM or READ OME : read encoder of Omega
POM Value: move Omega to Value ( Exp: POM 30 <CR>; =>Position omega at 30 deg.)
MOM Value: move Omega of Value ( Exp: MOM 10 <CR>; =>move omega of 10 deg.)
The scans can be on one angle or two angles
SANG (ANG=OM, PHI or CHI ) StartValue StopValue StepValue (Cons) (Code) (Save) orStartValue: start value of the scan (in deg.) StopValue: stop value of the scan (in deg.) StartValue: step value of the scan (in deg.) Cons: The requested value on MONITOR (Code=0) or TIME (Code=1) Code: 0 for MONITOR and 1 for TIME Save = Save On Disks (0=No, 1=Yes)(1 is default) If Cons and Code are undefined, default values ( see PAR SPS) are taken. Example:
SCAN ANGLES Start Value Angle1 StopValueAngle1 StepAngle1 StartValueAngle2 StopValueAngle2 StepAngle2 (Cons)(Code)(Save) ANGLES can be CHPH forScan CHI in PHI or PHCH forScan PHI in CHI or
The ACQ command takes one frame of data at the current instrument position. ACQ (Cons) (PrestCode) (Save)Cons= The requested value on MONITOR (Code=0) or TIME (Code=1): default is given by PAR SPS. Code: 0 for MONITOR and 1 for TIME (in MILISECONS.) default is given by PAR SPS. Save = Save On Disks 1=Yes, 0=No (default is No) Example:
The NACQ command takes N frames of data at the current instrument position. NACQ (Cons) (PrestCode) (Save) (Nrep)Cons= The requested value on MONITOR (Code=0) or TIME (Code=1): default is given by PAR SPS. Code: 0 for MONITOR and 1 for TIME (in Sec.) default is given by PAR SPS. Nrep= Number of acquisition in the same machine positions ( default=100). Save = Store Data. Always Yes=1 Example:
A sequence of MAD commands can be executed sequentially from a file by using XBU command. In this mode each command must be complete and on one line. XBU command can itself be included in the command file to execute another command file. The syntax of a command file can be checked with the command CHECK.
The default filename for XBU if not specified is COMAND.LIS and NREP is 1. Parameters CommandsThe experimental parameters of MAD can be read and modified from the program MAD or by the using the program PARAME. After the prompt MAD>, a parameterXXX can be modified by typing PAR XXX. MAD> PAR XXX Values <CR> To read the parameter XXX, type only MAD> PAR XXX <CR> |