#
# The basic declarations needed to run RCCL ... 
#
setenv  RCCL	/u1/rccl	# set this to the RCCL root directory
setenv  C_LD	$RCCL/bin/ld	# this is only needed on MicroVAX systems
setenv  XCOMPILE $RCCL/Xcompile	# need this to compile "moper" code
setenv  MANPATH $RCCL/man:/local/man/:/usr/man
set     path=(. $RCCL/bin /local/bin /local/bin/robot /usr/ucb /bin /usr/bin \
	      /usr/hosts /usr/new $home/bin ~rccl/Xcompile/bin)  
#
# And this is nice to do as well ...
#
setenv  MAN_PAGE 'less -s'
#
# Typical aliases for loading and communicating with PUMA Unimate controllers.
# In place of 'robot', substitute your particular robot name.
#
alias load260 down -d /dev/puma260 -e 10000 -a 10000 $RCCL/lsi11/puma260 -t
alias talk260 termlink -d /dev/puma260 -s 9600
alias load560 down -d /dev/puma560 -e 10000 -a 10000 $RCCL/lsi11/puma560 -t
alias talk560 termlink -d /dev/puma560 -s 9600
alias load760 down -d /dev/puma760 -e 10000 -a 10000 $RCCL/lsi11/puma760 -t
alias talk760 termlink -d /dev/puma760 -s 9600
