UNIDAQ status by Y.Sugaya '99 6/5 DIGITAL UNIX (leps00): Ready for distribution. Solaris: (leps01, lep7v00, lep7v01, lep7v02, lep7v03), Ready for distribution. except analyzer.d. CAMAC and VME driver are ready in lep7v00, lep7v01, lep7v02, lep7v03. ---------------------- How to install UNIDAQ to your directory in Solaris. 1. Unzip and open a file at ~/ For Solaris leps01:~sugaya/user_UNIDAQ.tar.gz) ex. >cd >gzip -d -c ~sugaya/user_UNIDAQ-solaris.tar.gz | tar xvf - For DIGITAL UNIDAQ leps00:~sugaya/user_UNIDAQ-alpha.tar.gz) There is no choice for name of the user-UNIDAQ directory. 2. Add following commands to your .cshrc . source ~/user_UNIDAQ/setup.csh setenv LD_LIBRARY_PATH /usr/ucblib:/usr/local/SUNWspro/lib 3. logoff and login. (in order to set environment). 4. Change directory to ~/user_UNIDAQ . 5. type "make". You should refer UNIDAQ manuals and programs and script I made (collector/col_example, analyzer/analyzer.gl/anal_example, and bin/DAQ). For Solaris, the C compiler of /usr/ccs/cc is only available to compile UNIDAQ programs. ------------------ offline analyzer At leps00 (or other digitalUNIX machine), offline analyzer is prepared. The directory of user_UNIDAQ/anal/ana.off in user_UNIDAQ-alpha.tar.gz and a file of leps00:~sugaya/UNIDAQ_off.tar.gz contain example files. After make, off_example is made. It requires raw-data of UNIDAQ from standard input, then makes ntuple file. The offline analyzer works not only under user_UNIDAQ/anal but also other dirctory structure. ------------------------------------------- How to use script of DAQ The script of DAQ is xterm based script to use UNIDAQ in a local machine. You should login to the Force7V machine (lep7v00 or. ) from Xterm. Type setenv DISPLAY xxxxx. commands DAQ init: initialize. Runs NOVA, Open window for collector etc. DAQ begin: ask collector to begin. DAQ resume: start run. DAQ end: end run DAQ exit: Finish UNIDAQ. DAQ clear: Clear histogram in online analysis DAQ record: starts recorder. DAQ recend: ends recorder. ask recorder set dest_dir xxxxx: sets recording directory. The DAQ can not work under user_UNIDAQ/bin, then it is plased on user_UNDAQ/DAQ.