=== Model Naming Restrictions === Simulink model names must be <= 22 characters long. Longer model names will cause a compile error similar to this: {{{ Error (dcc:1173): compiler out of sync. Probably missing ‘;’ or ‘}’ }}} If your model has already been created, there are a few more steps you will need to do to make your model work with the new name: 1. rename .mdl to .mdl 1. rename _bl.m to _bl.m 1. rename _units.txt to _units.txt 1. open up .slx (or .mdl) and go to the menu: File > Model Properties > Model Properties > Callbacks 1. set the value of "!PreLoadFcn" to "openecu_make_rtw_hook('model_load', '')" 1. set the value of "!PostLoadFcn" to "openecu_make_rtw_hook('model_loaded', '')"