how to trigger a simulink simulation from Matlab production server

i want to trigger a simulink simulation from Matlab Production server, Matlab production server is inturn triggered by Data management tool in server, any help is welcome. we are using MaDaM from AMS from Data management and analystics

답변 (1개)

Kojiro Saito
Kojiro Saito 2017년 3월 23일

0 개 추천

As you may know, Simulink functions and sim function cannot be compiled as written in this link.
So, how about convert Simulink to an execution file (C code) by using Simulink Coder and then, from MATLAB Production Server, call the exe by system('***.exe')? If it might work for you, I think you had better test it using a trial license.

댓글 수: 1

I don't want to convert the Simulink models to code because I will configure the models by loading new dataset and log new signals, which is not possible with code..

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

질문:

2017년 3월 23일

댓글:

2017년 3월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by