Borrar filtros
Borrar filtros

Real time implementation of fuzzy logic controller simulink model with Arduino Mega 2560

3 visualizaciones (últimos 30 días)
Hi everyone,
I have a simulink model that contains fuzzy logic controller and some other blocks. I want to implement this controller on Arduino. The controller output will be obtained by comparing the readings with the target value every 10 minutes. First, the question that comes to mind is how do I set the sampling period to 10 minutes? After that, how can I bury this model to the Arduino? I have implemented simple projects on arduino with Simulink (led_blink, motor control, etc.), but I have no idea how I can run such a controller on Arduino. I am very pleased if someone can help in this regard at least in the sense of an idea.
  2 comentarios
M
M el 2 de Nov. de 2017
How did you connect Simulink and Arduino for the blink example ?
In Simulink, you can add a package 'Arduino support for Simulink' where you can directly connect the input/output to the Arduino.
Selim
Selim el 2 de Nov. de 2017
Editada: Selim el 2 de Nov. de 2017
I already added 'Arduino support for Simulink' and connected Simulink and Arduino Mega 2560 for the blink example. I also used 'Deploy to hardware' option. But here I want this model to be encoded (or otherwise) to work in arduino and produce output. I hope I explained what I wanted to ask.

Iniciar sesión para comentar.

Respuestas (1)

Madhu Govindarajan
Madhu Govindarajan el 3 de Nov. de 2017
To set the sampling time, you can go to Solverand change the Fixed step time to 600 as these are seconds (as shown below).
To tell your Simulink model that you are going to download it to an Arduino, choose this from the Hardware Implementation pane as shown below.
  1 comentario
Selim
Selim el 5 de Nov. de 2017
Hi Madhu Govindarajan, thank you first of all. There is no hardware implementation option of Arduino in Conf. Parameters. However, there are Arduino options in Run on Harware section.
Moreover, when i tried to implement my model i'm getting an error as: block type MATLABFcn not yet supported by Simulink Coder.

Iniciar sesión para comentar.

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by