Difference: ACMEEnvironmentSettings (1 vs. 4)

Revision 42005-12-16 - WolfgangHeidrich

Line: 1 to 1
 
META TOPICPARENT name="ActiveMeasurementFacility"

Environment Setup for ACME

Revision 32005-12-06 - WolfgangHeidrich

Line: 1 to 1
 
META TOPICPARENT name="ActiveMeasurementFacility"

Environment Setup for ACME

Line: 14 to 14
 
    • source $ACME/scripts/rcclX86_csh # for csh or tcsh
    • source $ACME/scripts/rcclX86_bash # for sh, ksh, or bash
Added:
>
>
If your shell is the tcsh, you can add the following lines to your csh_init/cshrc:

# ACME setup
if ($?SHORTHOST) then
        if ($SHORTHOST == "kiewa") then
                setenv RCCL /lci/project/pai/rccl/rccl.5.1
                setenv ACME /lci/project/pai/acme/ACME_2.0
                setenv PATH ${PATH}:$ACME/bin
                # MANPATH and LD_LIBRARY_PATH need to be defined
                # otherwise, the rccl script will bail out prematurely
                if (!$?MANPATH ) then
                        setenv MANPATH .
                endif
                if (!$?LD_LIBRARY_PATH) then
                        setenv LD_LIBRARY_PATH .
                endif
                source $ACME/scripts/rcclX86_csh
        endif
endif
 -- WolfgangHeidrich - 24 Nov 2005

Revision 22005-11-29 - WolfgangHeidrich

Line: 1 to 1
 
META TOPICPARENT name="ActiveMeasurementFacility"
Deleted:
<
<
 

Environment Setup for ACME

Follow the following operations to set up your UNIX acocunt for using ACME. Most commands can be put into your cshrc file.

Changed:
<
<
  • Set the environment variable ACME to /lci/project/pai/acme/Acme_2.0
>
>
  • Set the environment variable ACME to /lci/project/pai/acme/ACME_2.0
 
  • Add $ACME/bin to your path

Revision 12005-11-24 - WolfgangHeidrich

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="ActiveMeasurementFacility"

Environment Setup for ACME

Follow the following operations to set up your UNIX acocunt for using ACME. Most commands can be put into your cshrc file.

  • Set the environment variable ACME to /lci/project/pai/acme/Acme_2.0

  • Add $ACME/bin to your path

  • On the host kiewa, you also need to set some environment variables and shell aliases related to the RCCL software that controls the gantry, linear stages, and PUMA robot. You can do this by sourcing either of the following scripts:
    • source $ACME/scripts/rcclX86_csh # for csh or tcsh
    • source $ACME/scripts/rcclX86_bash # for sh, ksh, or bash

-- WolfgangHeidrich - 24 Nov 2005

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback