Skip to content

Releases: GOcontroll/GOcontroll-Simulink-Crank-Storyboard

V0.0.10

10 Jul 11:56
Compare
Choose a tag to compare
V0.0.10 Pre-release
Pre-release

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

10 Jul 08:21
Compare
Choose a tag to compare
V0.0.9 Pre-release
Pre-release

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

30 May 11:34
Compare
Choose a tag to compare
V0.0.8 Pre-release
Pre-release

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

17 May 07:34
Compare
Choose a tag to compare
V0.0.7 Pre-release
Pre-release

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

30 Apr 11:05
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

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

17 Apr 08:22
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

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

10 Apr 12:25
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

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

05 Apr 12:14
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

First building release
Still requires testing