next up previous contents 5
Next: Installing SSRL's DHS Up: Installation Previous: Installing BLU-ICE   Contents


Configuring BLU-ICE

  1. Modify blu-ice/scripts/ice.tcl to reflect your installation.

  2. In blu-ice/data/ copy one of the existing files to the same directory using a new name:

    periodic_beamlineID.dat

    where beamlineID.dat is defined by the gBeamline(beamlineId) variable. Modify the new file to describe your current beam line's capabilities.

    Example:

       smblx5:~/release-3_2/blu-ice/data > cp periodic_bl92.dat periodic_bl92sim.dat
    

  3. Modify the blu-ice/scripts/dice_tabs.tcl file and change the following line to reflect a connection to your own Diffraction Image Server.

    blctl92:~/release-3_2/blu-ice/scripts > cvs diff
    cvs diff: Diffing .
    Index: dice_tabs.tcl
    ===================================================================
    RCS file: /home/code/repository/blu-ice/scripts/dice_tabs.tcl,v
    retrieving revision 1.39
    diff -r1.39 dice_tabs.tcl
    136c136
    < 	Diffimage lastImage $gWindows(collect,diffimage,frame) 134.79.31.20 14001 500 500
    ---
    > 	Diffimage lastImage $gWindows(collect,diffimage,frame) localhost 14001 500 500
    

    The 14001 in the above example should correspond to guiPort which is specified on the command line when starting the Diffraction Image Server.

  4. Configure your TCLLIBPATH environment variable to grab the needed TCL libraries. For example:

    setenv TCLLIBPATH "/home/scottm/release-3_2/widgets ; /usr/local/BWidget"

  5. Modify the first line of blu-ice/scripts/genkey.sh to point at the location of your platform's tcsh binary.

    	smblx5:~/release-3_2/blu-ice/scripts > which tcsh
    	/bin/tcsh
    

  6. Create a directory home/adm/keys which is world writable, on a file system which DCSS can access as well.

  7. Start BLU-ICE with the name of the beam line that you wish to connect to.

    ~/release-3_2/blu-ice/scripts/ice.tcl beamlineName

    where the beamlineName will be used in the switch statement within the ice.tcl file to configure the Blu-Ice.


next up previous contents 5
Next: Installing SSRL's DHS Up: Installation Previous: Installing BLU-ICE   Contents
Scott McPhillips 2003-03-11