Differences between revisions 2 and 3
Revision 2 as of 2012-02-22 16:09:35
Size: 809
Comment:
Revision 3 as of 2012-03-02 16:56:08
Size: 811
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * 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.
Line 17: Line 19:
 * 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.

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. 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.
  6. define DAQ channel using

    > daqconfig &
  7. kill old model like

    > killyyy

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

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

KAGRA/Subgroups/DGS/Manual/ChangeModelNameSTDA (last edited 2013-11-22 13:20:12 by OsamuMiyakawa)