Releases: GOcontroll/GOcontroll-Simulink-Crank-Storyboard
V0.0.10
Changes
Event names can now contain capital letters, struct names in the model were based on them, but are always lowercase, this was not accounted for.
Fixed warnings about failing port_label() calls
Install
Download the attached Crank-Storyboard-Simulink.mltbx.
Click it from a Matlab window, it should install.
V0.0.9
Changes
Fixed the mex version compilation and code so it works on windows aswell
Install
Download the attached Crank-Storyboard-Simulink.mltbx.
Click it from a Matlab window, it should install.
V0.0.8
Changes
Fixed the order of operations in the serialize/deserialize sfcns
Install
Download the attached Crank-Storyboard-Simulink.mltbx.
Click it from a Matlab window, it should install.
V0.0.7
Changes
Arrays in events are now supported
Improved the handling of channel name length check
Install
download Crank-Storyboard-Simulink.zip
extract
then open the contained .mltbx file from matlab.
v0.0.6
Changes
This blockset is now usable as a regular matlab toolbox, this package still needs to be released but from then on it will be installable from the matlab add-on store.
Functionally nothing changed, only the way the toolbox is used is different.
Install
download Crank-Storyboard-Simulink.zip
extract
then open the contained .mltbx file from matlab.
v0.0.3
Improvements
Added assertions to check the channel name length
Converted the incoming event decoding to use a switch instead of repetitive ifs that would cause unnecessary checks
v0.0.2
Fixes
Fixed deserialize name number
Fixed deserialize for events containing no data
Fixed sample time for receive and serialize blocks
Fixed event name matching in the receive block
Fixed channels in receive and serialize
Additions
Added example model
v0.0.1
First building release
Still requires testing