Differences between revisions 2 and 3
Revision 2 as of 2012-06-06 18:07:14
Size: 823
Comment:
Revision 3 as of 2013-04-03 10:26:14
Size: 582
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * When you modified an existing model file (extension: .mdl) using Simlink on Matlab at /opt/rtcds/tst/x1/core/advLigoRTS/trunk/src/epics/simLink/, you need to rebuild the model.  * When you modified an existing model file (extension: .mdl) using Simlink on Matlab at /opt/rtcds/rtcore/release/src/epics/simLink/, you need to rebuild the model.
Line 8: Line 8:
 * Move proper directly {{{
>cd /opt/rtcds/tst/x1/core/advLigoRTS/trunk
 * Move proper directly by typing 'rtr' or {{{
>cd /opt/rtcds/rtcore/release
Line 12: Line 12:
 * If you build x1x30 for example, {{{
>make uninstall-x1x30
>make x1x30
>make install-x1x30
>make install-daq-x1x30
>make install-screens-x1x30
}}}, instead the above, easier way is just to type {{{
./dbuild x1x30
}}} on the same directly. 'dbuiild' command is a script to make all the process above.
 * If you build x1x14 for example, {{{
>make x1x14
>make install-x1x14
}}}
  1. If you do not understand the meaning of modifying a model file, just stop here. Otherwise you may break whole system.
  2. When you modified an existing model file (extension: .mdl) using Simlink on Matlab at /opt/rtcds/rtcore/release/src/epics/simLink/, you need to rebuild the model.
  3. Make it sure you are on RT PC like standalone.
  4. Move proper directly by typing 'rtr' or

    >cd /opt/rtcds/rtcore/release
  5. If you build x1x14 for example,

    >make x1x14
    >make install-x1x14

KAGRA/Subgroups/DGS/Manual/BuildModel (last edited 2022-02-14 17:39:48 by TakahiroYamamoto)