How can I run the binary generated by Real-Time Windows Target without the Matlab environment???

조회 수: 1 (최근 30일)
Hi,
I am trying to run a model in real-time on a Windows PC. For this I use the Real-Time Windows Target combined with the Simulink Coder. Unfortunately the binary has to be loaded in Matlab or Simulink and run from it. I would like to deploy my application to other users who does not have Matlab. Is this possible? I mean, the kernel can be deployed and the binary can be run without Matlab environment? (i.e: .NET framework)? Thank you for your answers.
Best regards, Csaba
  댓글 수: 1
giga
giga 2016년 4월 23일
Hi Csuros,
Can you please tell me how to run the binaries (generated for embedded real time using ert.tlc) within the Matlab platform? I tried to execute the binaries directly from my operating system but turns out it does nothing except printing that the binary will run forever.

댓글을 달려면 로그인하십시오.

채택된 답변

Jan Houska
Jan Houska 2013년 11월 14일
What you are trying to do is currently not possible. The binaries generated by Real-Time Windows Target require MATLAB and Simulink to run.
  댓글 수: 2
Csuros Csaba
Csuros Csaba 2013년 11월 14일
Thank you Jan!
I have the Embedded Coder installed as well. Is there any way to run the code generated by Embedded Coder in real-time on a Windows PC? (I know that the windows is not a real-time OS)
Best regards,
Csaba
Jan Houska
Jan Houska 2013년 11월 14일
As far as I know, not out-of-the-box. You will need some source of real time (ar, at least, something close to real time) and this is not provided for Windows. You can, however, try to call the generated code from a real-time source yourself, e.g. using Windows timers or such. This would not be true real-time by any means, neither the performance will be very good, but depending on your application, it may be good enough.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by