Modbus RTU Slave TI C2000

26 visualizaciones (últimos 30 días)
Francisco Jesús Matas Díaz
Francisco Jesús Matas Díaz el 21 de Oct. de 2019
Hello,
I am programming a DSP model Delfino F28335 using Texas Intruments C2000 tool. I have successfully programmed CAN bus protocol using the embedded coder block. Now I would like to program it as a Modbus RTU slave, or TCP server.
The available blocks for DSP are SCI TX and RX. Is there any tool which help me building the Modbus message, like CAN block?
On the other hand, is it possible to use Modbus Instrument Control Toolbox in Simulink?
Thank you,
Francisco.

Respuesta aceptada

Antonin
Antonin el 23 de Oct. de 2019
Hi Francisco,
We don't have out-of-the-box support for Modbus.
I think that you could implement it on your own, either with our SCI blocks or by writing S-functions.
It would be a great addition to the file exchange as it's not the first time we hear people interested in Modbus.
Here is a github repo where a user as implemented a modbus slave solution on F28335:
I hope it helps,
Antonin.

Más respuestas (1)

Francisco Jesús Matas Díaz
Francisco Jesús Matas Díaz el 23 de Oct. de 2019
Ok, thank you

Community Treasure Hunt

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

Start Hunting!

Translated by