QNX and Maltab

Hi,

Does anyone have any experience on running a developed model in Simulink of
Matlab on a QNX platform? more specifically, have anyone used the Matlab
real-time workshop to generate the corresponding c-code of the Simulink
model and transfer it to a QNX machine to run it in real-time? What are the
steps for such goal?

Thanks, Mike

Hi,

I’ve not done it with Matlab/RTW but with the similar product Matrixx/Autocode.
You start with generating generic C code generated for a certain sample frequency
from your model.
Then you have to write some code that calls your autocoded C function
with the desired frequency, and handles the I/O you probably have. Thats it.
I’m sure you can do it in a similar way with Matlab/RTW. Then you can add features
like multirate system execution with mutliple threads and other stuff if you like.

For some OS:es you may find a complete kit so you don’t have to write so
much code yourself, but I do not think QNX is supported in that way.

/ Tom

mkhs2004 wrote:

Hi,

Does anyone have any experience on running a developed model in Simulink of
Matlab on a QNX platform? more specifically, have anyone used the Matlab
real-time workshop to generate the corresponding c-code of the Simulink
model and transfer it to a QNX machine to run it in real-time? What are the
steps for such goal?

Thanks, Mike