Differences between revisions 9 and 10
Revision 9 as of 2013-09-12 21:13:27
Size: 1693
Comment:
Revision 10 as of 2013-11-22 13:20:12
Size: 1702
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
 * Edit /opt/rtcds/tst/x1/target/fb/master  * Edit /opt/rtcds/kamioka/k1/target/fb/master
Line 24: Line 24:
 * And /opt/rtcds/tst/x1/target/fb/daqdrc if you changed DUC number.  * And /opt/rtcds/kamioka/k1/target/fb/daqdrc if you changed DUC number.
Line 26: Line 26:
 * /opt/rtcds/tst/x1/target/gds/param/testpoint.par should be modified automatically when you build, but you should check it.  * /opt/rtcds/tst/kamioka/k1/gds/param/testpoint.par should be modified automatically when you build, but you should check it.
Line 35: Line 35:
 (yyy = existing old model name like x1x15) and start the new model by typing {{{  (yyy = existing old model name like k1x01) and start the new model by typing {{{

How to change model name or DCU number on standalone setpu.

  1. Make a new .mdl RT model file under /opt/rtcds/rtscore/release/src/epics/simLink/ using Simlink of Matlab, or copy the existing .mdl file there.
  2. If you need to change dcuid on an existing model, start matlab on 'desktop1' PC, open the k1x01.mdl for example, and change dcuid on left top box.
  3. Go RT PC as

    ssh -Y XXX
    (XXX = RT PC host name like standalone)
  4. > cd /opt/rtcds/rtscore/release
  5. build model as

    > make xxx
    > make install-xxx
    (xxx = model name like k1x01)
  6. Verify no error message. If you see error message about testpoint.par when you build the new model, just delete testpoint.par and build again. Don't forget to build all the model again you need to run if you delete testpoint.par.
  7. Then edit /etc/rtsystab. Write down the new model name or change existing model name to the new one.
  8. Edit /opt/rtcds/kamioka/k1/target/fb/master
  9. And /opt/rtcds/kamioka/k1/target/fb/daqdrc if you changed DUC number.
  10. /opt/rtcds/tst/kamioka/k1/gds/param/testpoint.par should be modified automatically when you build, but you should check it.
  11. define and activate DAQ channels by

    > daqconfig &
  12. kill old model like

    > killyyy

    (yyy = existing old model name like k1x01) and start the new model by typing

    > startxxx

    (xxx = model name like k1vex) from any directly. Note that if you changed IOP like k1x01, you have to kill slave RT model running on the IOP first like killk1vex and then type killk1x01. Then start the new IOP first, start the new slave RT model second. Or just reboot RT PC as

    >sudo reboot

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