Azzera filtri
Azzera filtri

Problems when modelling a Shape Memory Alloy (SMA) system

20 visualizzazioni (ultimi 30 giorni)
Current have been stuck trying to implement an agnostic SMA simulink simulation so I can develop a control for position. In trying to solve the problem I keep getting errors, large osciallations or large values outside what should be seen.
Any help or suggestions would be appreated as I have been stuck on this for quite a while. I've updated my two attempts to github (see below.
https://github.com/Jconnor20/Shape-Memory-Alloy-Controller

Risposte (1)

Shreeya
Shreeya il 27 Ott 2023
Hello
I understand that you are having certain difficulties in modelling SMA based actuators in MATLAB/Simulink. Given the properties of these materials, black box modelling can be a good solution to predict the behaviour. The modelling is performed in two stages:
  • The contraction/ heating phase: This phase requires input signals for predicting the output. This prediction can be done using a Hammerstein-Wiener/NARX model or a concatenation of the two approaches. Please refer to the below documentation to understand more about these model implementations:
  • The recovery/cooling phase: During this phase, since the material acquires its original shape back, no input data is provided, and the model estimation can be done using the Curve Fitting Toolbox. Please refer to the below documentation to understand more about Curve Fitting Toolbox: https://www.mathworks.com/products/curvefitting.html
This workflow has been derived from the publication linked below:
Hope this helps!
  1 Commento
Jack Connor
Jack Connor il 2 Nov 2023
Thank you for your input Shreeya.
I have read through the paper you have proposed as a solution. I have a few doubts about the method used to simulate the SMA wire, and I am not sure how well it would work for an agnostic system that has a lot of interact between the two wires of either side of the joint.

Accedi per commentare.

Categorie

Scopri di più su Vehicle Scenarios in Help Center e File Exchange

Prodotti


Release

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by