Known Bugs
There are extra spaces in the FeCodeGen.pl file for the name of an .adl file.
Fix: remove extra spaces before the ".adl" on line 3527 system("./mkfiltmatrix.pl --cols=$incnt --collabels=$collabels --rows=$outcnt --rowlabels=$rowlabels --chanbase=$basename1 --filterbase=$filtername1 > $epicsScreensDir/$usite" . $basename . " .adl");
2. Filters generated in subsystem blocks using the top_names flag are missing the site designation (i.e. C1).
Fix: add my $site_prefix = substr($sys_name,0,2); to line 3954 and change 3603 to system("cat FILTER.adl | sed '$sargs' > $epicsScreensDir/$site_prefix" . $filt_name . ".adl");
Known Bugs that have been requested to be fixed
- Excitation points inside of a subsystem prevent compiling properly (Excitation points at the top level work fine).
- Tags do not behave like simulink tags
- Tags must be unique everywhere, everything is global scope (Local tags should be possible).
- Tags when used on the output of a subsystem block break when used with 2 or more "from" tags
