Borrar filtros
Borrar filtros

TCP/IP MATLAB and Python

6 visualizaciones (últimos 30 días)
Soumil Chugh
Soumil Chugh el 5 de Mzo. de 2019
Respondida: Vijaya Lakshmi Chagi el 13 de Mzo. de 2019
I am trying to run a simulation model in MATLAB which takes input via TCP/IP from python code and sends back some data to the python code. I am unable to sync both the times. My TCP/IP is sending data with a different time interval(0.02) while my simulation model runs with a different interval(0.08). I tried to fix the step size in simulation model configuration but nothing helps. Can anybody explain the same?

Respuestas (1)

Vijaya Lakshmi Chagi
Vijaya Lakshmi Chagi el 13 de Mzo. de 2019
Hi Soumil,
I assume you are sending data from Python to MATALB via TCP/IP connection. The TCP/IP receive block used in the simulink model has a parameter called 'Block Sample Time'. You can specify the block sample time which is the rate at which block is executed during the simulation.
The other thing I could think of is about the Blocking Mode property of the block. This is enabled by default. If it is enabled, it will block the simulation until data is received.
To receive the data continuously without blocking the simulation, disable the blocking mode.
Hope the above information helps you.

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by