⇤ ← Revision 1 as of 2012-02-22 16:04:45
Size: 645
Comment:
|
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.
- make a .mdl RT model file at using Simlink of Matlab.
Go RT PC as
ssh -Y XXX
(XXX = RT PC host name like standalone)> cd /opt/rtcds/tst/x1/core/advLigoRTS/trunk
build model as
> ./dbuild xxx.mdl
(xxx = model name like x1scx)define DAQ channel using
> daqconfig &
- 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.
kill old model like
> killyyy
(yyy = existing old model name like x1x15) and type
> startxxx
(xxx = model name like x1scx) or just reboot.