Setup for RT standalone

  1. Add slow channel file name at /opt/rtcds/tst/x1/target/fb/master

    /opt/rtcds/tst/x1/chans/daq/X1EDCU.ini

    and add slow channels at /opt/rtcds/tst/x1/chans/daq/X1EDCU.ini

    [default]
    dcuid=4
    datarate=16
    gain=1.0
    acquire=1
    ifoid=0
    datatype=4
    units=units
    slope=1.0
    offset=0
    
    
    [X1:FEC-24_ADC_WAIT]
    [X1:X14-ADC_FILTER_2_INMON]
  2. Change /opt/rtcds/tst/x1/target/fb/start_daqd

    exec su controls -c 'nice -19 /opt/rtcds/tst/x1/target/fb/daqd -c /opt/rtcds/tst
    /x1/target/fb/daqdrc' > /opt/rtcds/tst/x1/target/fb/logs/daqd.log.$$ 2>&1 

    and /opt/rtcds/tst/x1/target/fb/start_nds

    exec su controls -c '/opt/rtcds/tst/x1/target/fb/nds /opt/rtcds/tst/x1/target/fb
    /pipe' > /opt/rtcds/tst/x1/target/fb/logs/nds.log.$$ 2>&1 
    to write framedata as controls owned.
  3. To run daqconfig properly

    sudo emerge tk
  4. Run daqconfig, define DAQ channels and activate them.
  5. modifi /opt/rtcds/tst/x1/target/fb/daqd
    • change epics server name to "X0:DAQ-FB0_" "X1:DAQ-FB0_"

Other important files


How to

How to change model from x1x14 to x1x30 for example

  1. >cd /opt/rtcds/tst/x1/core/advLigoRTS/trunk/src/epics/simLink/
    >cp x1x14.mdl x1x30.mdl
  2. build x1x30

    >cd /opt/rtcds/tst/x1/core/advLigoRTS/trunk
    >make uninstall-x1x30
    >make x1x30
    >make install-x1x30
    >make install-daq-x1x30
    >make install-screens-x1x30
  3. If you want to change dcuid, start matlab on 'desktop1' PC, open the x1x30.mdl, and change dcuid on left top box.
  4. >sudo emacs /etc/stsysteb

and put the new model name or exchange existing model to the new one.

  1. restart 'standalone'

    >sudo reboot
  2. change /opt/rtcds/tst/x1/target/fb/master
  3. define and activate daq channels using daqdconfig

How to change IP address

  1. Edit /etc/conf.d/net for IP address and router address
  2. Edit /etc/hosts
  3. Edit /opt/rtcds/tst/x1/target/gds/param/diag
  4. Edit /etc/xinet.d/diagconf


Trouble shooting

Test point, DAQ


diagnostic for front end