Automated testing of Simlink models?
Automated testing of Simlink models?
(OP)
Has anyone found a tool to automatically drive a Simulink model? I.e. press the right buttons programatically?
- Steve
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Contact USThanks. We have received your request and will respond promptly. Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
Automated testing of Simlink models?
|
Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.
Here's Why Members Love Eng-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: Automated testing of Simlink models?
Fe
RE: Automated testing of Simlink models?
Fe
RE: Automated testing of Simlink models?
- Steve
RE: Automated testing of Simlink models?
Usually when I need lots of code run in conjunction with a Simulink model I modify the code and use embedded m function blocks in the Simulink model. So far this has worked very nicely.
There were very few times when I just opted out for this and exported the results from the Simulink model to .mat files. Then wrote a m-file to process these automatically.
Although neither of these is what you want, there should be a way to work around it. Maybe someone else has tried it.
Sorry I couldn't be of more help Steve.
Fe
RE: Automated testing of Simlink models?