Linear DC-Motor as a compound-object, using basic SimScape-Foundation Elements:
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello everyone,
I have a linear DC- Motor electric model in simscape with the connections equations written already.
I didn' reall understood why the connections are written in this way, that's why I would appriciate it if anyone can explain to me the answer, the question and answer will be attached here.
Thank you in advance.
0 Commenti
Risposte (1)
Sabin
il 11 Ago 2025
You have a bunch of components that you need to connect. Simscape language allow us to connect the components in this way. Looking at the diagram we can see that the positive terminal is connected to the positive terminal of the resistor and therefore we say ‘connect(p, Ra.p)’. Then the other end of the resistor (negative terminal) is connected to the inductor, and we have ‘connect(Ra.n,La.p)’. Similarly for the remaining components until we complete the circuit.
Using subsystem2ssc function we can directly convert a subsystem containing Simscape blocks into equivalent Simscape file or files.
0 Commenti
Vedere anche
Categorie
Scopri di più su Foundation and Custom Domains in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!