I continued on the STAND ALONE debugging of the megatron codes.
- I succeeded to run c1aaa with ADC/DAC. (c1aaa is a play ground for debugging.)
The trick was "copy DAC block from sam.mdl to aaa.mdl".
I don't understand why this works. But it worked.
I still have the problem of the matrices. Their medm screens are always blank. Needs more works.
- Also I don't understand why I can not run the build of c1tst when I copy the working aaa.mdl to tst.mdl.
- The problem Joe reported: "# of channels to be daqed" was solved by
make uninstall-daq-aaa
make install-daq-aaa
This command is also useful.
daqconfig
- Now I am in the stable development loop with those commands
killaaa
make uninstall-daq-aaa
make aaa
make install-aaa
make install-daq-aaa
make install-screens-aaa
startaaa
I have made "go_build" script under /home/controls/cds/advLigo
usage:
./go_build aaa
- Note for myself: frequently visited directories
/home/controls/cds/advLigo/src/epics/simLink (for model)
/home/controls/cds/advLigo
(to build)
/cvs/cds/caltech/target/c1aaa
(realtime code log)
/cvs/cds/caltech/target/c1aaaepics (ioc log)
/cvs/cds/caltech/medm/c1/aaa (medm screens)
/cvs/cds/caltech/chans (filter coeffs)
/cvs/cds/caltech/chans/daq (daq settings)
|