Known Bugs

  1. There are extra spaces in the FeCodeGen.pl file for the name of an .adl file.

    1. 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).

  1. 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

  1. Excitation points inside of a subsystem prevent compiling properly (Excitation points at the top level work fine).
  2. Tags do not behave like simulink tags
    1. Tags must be unique everywhere, everything is global scope (Local tags should be possible).
    2. Tags when used on the output of a subsystem block break when used with 2 or more "from" tags

Pending Feature requests

Bugs_and_Pending_Feature_requests_for_the_RCG (last edited 2012-01-03 23:02:40 by localhost)