HANcoder/Examples/Adding a customized block

From OpenMBD
< HANcoder‎ | Examples
Revision as of 10:41, 28 February 2019 by Hugo (talk | contribs)
Jump to: navigation, search

This is a step-by-step guide for creating a custom block in MatLAB/Simulink and how to call custom functions written in the C programming language.
This guide assumes that HANcoder has been downloaded and installed successfully.

The guide is based on an example: a Signal Tower. The signal tower consists of four layers with two RGB LEDs per layer. Each color can be assigned a value between 0 and 255.
The resulting custom block will look like this: File:Sigal tower block final result.png