*just to add that the aim of the microcontroller function is to move the motor until the diference between the two LDR voltage values becomes zero every time.
Embedded Matlab function for Microcontroller modelling with PWM
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Eleni.T
el 25 de Jun. de 2020
Respondida: Mohsen Aleenejad
el 30 de Jul. de 2020
Hello!
I am modelling a solar tracking system in simulink, and i want to include an embedded matlab function with 'if' statements to represent a microcontroller. The inputs will be 2 values of voltage representing the LDR values, and within the matlab function i will compare the input values and create an output which will commmand a motor to rotate clockwise or counterclockwise. I have built the motor model in simulink, which will recieve an input voltage(coming from the microcontroller) and will output an angle of rotation. My question is what should be the output of the microcontroller? I think maybe the microcontroller could output a duty cycle of a PWM which will correspond to a voltage(maybe use a look up table) but i am not sure. I also want to include a PI controller but i am not sure were should be connected and what the error input should be. I want to model this operation as simple as possible because i am a beginner at electronics, and also the simulation time is very long,(10*3600s) so a complex system will make my simulation slow. Any response will be very helpful.
Thank you
8 comentarios
Respuesta aceptada
Mohsen Aleenejad
el 30 de Jul. de 2020
Hi Eleni.T,
The correct answer to this question really depends on your final design. What paramters are being controlled and what topology is driving the motor? (Type of the motor and Drive. Parameters: Position/Speed of the motor. Control algorithm: Speed Control/Torque and Direction Control, Current Limiting Circuit). If a general answer helps, then assume that you wanna control a dc motor position:
If you wanna increase the model accuracy and get closer to the real problem then:
The real world problem needs a very accurate system with more complexity.
0 comentarios
Más respuestas (0)
Comunidades de usuarios
Más respuestas en Power Electronics Control
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!