How to change model name on standalone setpu.

  1. make a .mdl RT model file at using Simlink of Matlab.
  2. Go RT PC as

    ssh -Y XXX
    (XXX = RT PC host name like standalone)
  3. > cd /opt/rtcds/tst/x1/core/advLigoRTS/trunk
  4. build model as

    > ./dbuild xxx.mdl
    (xxx = model name like x1scx)
  5. define DAQ channel using

    > daqconfig &
  6. Verify no error message, then modify /etc/rtsystab, /opt/rtcds/tst/x1/target/fb/master, and /opt/rtcds/tst/x1/target/fb/daqdrc if you changed DUC number. /opt/rtcds/tst/x1/target/gds/param/testpoint.par should be modified automatically when you build.
  7. kill old model like

    > killyyy

    (yyy = existing old model name like x1x15) and type

    > startxxx
    (xxx = model name like x1scx) or just reboot.