
Motivation
I
Not everybody is a programmer
I
Control engineers can design
control algorithms but cannot
program them in C
I
They use tools like Simulink to simulate their algorithms
I
They still want to run their algorithms on real hardware, not
just simulations
I
Solution: Matlab/Simulink + automatic code generation
I
Control applications = real-time applications
I
while (1) { read input; calculate control; write output }
I
The generated code needs to run on RTOS, e.g. GNU/Linux
M. Sojka, P. Píša Usable Simulink Embedded Coder Target for Linux RTLWS16 2 / 22
Comentários a estes Manuais