Differences between revisions 1 and 2
Revision 1 as of 2012-02-22 16:04:45
Size: 645
Comment:
Revision 2 as of 2012-02-22 16:09:35
Size: 809
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 1. make a model file at using Simlink of Matlab.  1. make a .mdl RT model file at using Simlink of Matlab.
Line 19: Line 19:
 * Reboot  * kill old model like {{{
> killyyy
}}}
 (yyy = existing old model name like x1x15) and type {{{
> startxxx
}}}
 (xxx = model name like x1scx) or just reboot.

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.

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