Get continuously updated data from matlab workspace into simulink.

조회 수: 3 (최근 30일)
Omkar Tulankar
Omkar Tulankar 2021년 9월 18일
답변: Jonas 2021년 9월 29일
Hi ,
MATLAB Version: 9.9.0.1524771 (R2020b) Update 2
MATLAB License Number: 40761481
Operating System: Microsoft Windows 10 Pro Version 10.0 (Build 19041)
Java Version: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
I am using OPC UA server communication for extracting data from allenbradley PLC and develop a model in simulink based on the extracted data.
For that I have written down code in matlab script for reading data .
I want to get this continously changing data from matlab script into simulink.
I tried using interpreted matlab function, callbck function , from workspace block , signal from workspace block , but all this things are not working or guess I am missing out somewhere.
To conclude with , I want is when I run my simulink model matlab script should run and continously updated data should be available for me in simulink.
Please suggest some solution for this.
Thanks
  댓글 수: 2
Sree Venkedesh
Sree Venkedesh 2021년 9월 29일
Hi Omkar ,
To receive the data , on the data change event , then you may need to turn on the subscription property . For more information see this MATLAB documentation :Data Change Events and Subscription - MATLAB & Simulink (mathworks.com).
To run MATLAB script in Simulink , you can use MATLAB function block.

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

답변 (1개)

Jonas
Jonas 2021년 9월 29일

카테고리

Help CenterFile Exchange에서 Unified Architecture에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by