Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2012-03-03 20:47:39
Size: 753
Comment:
Revision 8 as of 2014-09-04 13:04:56
Size: 1247
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from LCGT/subgroup/ifo/digital/Manual/BuildModel
Line 3: 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.
 * If you need to change model name or add a new model, see [[KAGRA/Subgroups/DGS/Manual/ChangeModelNameSTDA|this]] page.

 * Type {{{
>rtr
}}} or {{{
>cd /opt/rtcds/rtcore/release
}}}
  * Each RTS folder under /opt/rtcds/rtscores/tags/advLigoRTS-2.X.X or /opt/rtcds/rtscores/branches/advLigoRTS-2.X.X includes
   * src/epics/simLink/
    . .mdl (RT model) files. Matlab opens these model files.
   * src/epics/simLink/lib/
    . library for RT models with Matlab. Needs to path at the beginning when Matlab open .mdl files.
Line 7: Line 20:
 * Move proper directly {{{
>cd /opt/rtcds/tst/x1/core/advLigoRTS/trunk
 * Move proper directly by typing 'rtr' or {{{
>cd /opt/rtcds/rtcore/release
Line 11: Line 24:
 * 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.
 * Build IOP; {{{
>make k1x01
>make install-k1x01
}}} and build RT model; {{{
>make k1vex
>make install-k1vex
}}} then, {{{
> killk1vex
>startk1x01
>startk1vex
}}} to start the new model.

----
  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. If you need to change model name or add a new model, see this page.

  4. Type

    >rtr

    or

    >cd /opt/rtcds/rtcore/release
    • Each RTS folder under /opt/rtcds/rtscores/tags/advLigoRTS-2.X.X or /opt/rtcds/rtscores/branches/advLigoRTS-2.X.X includes
      • src/epics/simLink/
        • .mdl (RT model) files. Matlab opens these model files.
      • src/epics/simLink/lib/
        • library for RT models with Matlab. Needs to path at the beginning when Matlab open .mdl files.
  5. Make it sure you are on RT PC like standalone.
  6. Move proper directly by typing 'rtr' or

    >cd /opt/rtcds/rtcore/release
  7. Build IOP;

    >make k1x01
    >make install-k1x01

    and build RT model;

    >make k1vex
    >make install-k1vex

    then,

    > killk1vex
    >startk1x01
    >startk1vex
    to start the new model.


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