Linear DC-Motor as a compound-object, using basic SimScape-Foundation Elements:

2 vues (au cours des 30 derniers jours)
Mtein_konto
Mtein_konto le 31 Déc 2022
Réponse apportée : Sabin le 11 Août 2025
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.

Réponses (1)

Sabin
Sabin le 11 Août 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.

Catégories

En savoir plus sur Foundation and Custom Domains dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by