Size: 809
Comment:
|
Size: 811
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 14: | Line 14: |
* 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. |
|
Line 17: | Line 19: |
* 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. |
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)- 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.
define DAQ channel using
> daqconfig &
kill old model like
> killyyy
(yyy = existing old model name like x1x15) and type
> startxxx
(xxx = model name like x1scx) or just reboot.