Arduino Interrupts

31 Ansichten (letzte 30 Tage)
Curtis Bower
Curtis Bower am 30 Mär. 2012
Kommentiert: Hocine YAKOUBI am 7 Jul. 2021
I wish to use the "Arduino Support for Simulink" to write code in Simulink and use it on an Arduino. But, I need to be able to incorporate interrupts in order to read the output from a quadrature encoder. Does Simulink support this? If not is there a way to access the sketch file before it is complied to add some more functionality that Simulink is lacking?
  1 Kommentar
mahmoud bakr
mahmoud bakr am 1 Apr. 2019
If you mean that you want to gey the encoder info i.e(speed,steps) you can do that in simulink without using interrupts refer to the built in example in the arduino support packages examples named ( Driving car with PID controller )

Melden Sie sich an, um zu kommentieren.

Antworten (4)

Gautam Vallabha
Gautam Vallabha am 1 Apr. 2012
I assume you are referring to the Run on Target Hardware support for Arduino.
There is currently no support for working with Arduino interrupts from within Simulink. If you have Embedded Coder, you can access the generated code (the sketch) before it is compiled. Otherwise (if you just have Simulink) there is no way to access the generated code.

Arun Kumar
Arun Kumar am 15 Okt. 2019
  2 Kommentare
Jason Wang
Jason Wang am 29 Mär. 2020
Hi I want to use this interrupt block to detect a change and then read whether the voltage is high or low. But I am unable to do that
Hocine YAKOUBI
Hocine YAKOUBI am 7 Jul. 2021
Hi Arun Kumar,
I have an example of quadrature encoder that's work fine under Simulink using the block External Interrupt, but when I trid to use it to control Dc motor I have a problem of synchronisation.
I send PWM (PID controller) to the DC motor, and the encoder gives response after 2 or 3 second because the block External Interrupt is asynchronous. How to resolve that ?
Many thanks,

Melden Sie sich an, um zu kommentieren.


fox tan
fox tan am 15 Sep. 2013
Hi,Gautam Vallabha : I want to create a interrupt block of Arduino. Can you give an example to me about what you wrote " If you have Embedded Coder, you can access the generated code (the sketch) before it is compiled. "
thanks very much!
  1 Kommentar
phil
phil am 4 Apr. 2014
have you been succesfull with this? this would come in very handy!

Melden Sie sich an, um zu kommentieren.


Christoph Hahn
Christoph Hahn am 4 Okt. 2016
Dear Curtis,
you can check out that entry on the FileExchange LINK. You can use the template for creating custom S-function blocks.
Cheers Christoph

Kategorien

Mehr zu MATLAB Support Package for Arduino Hardware finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by