SM ST 5C connection
21 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How to connect SM st 5c in simscape with the synchronous machine field circuit ? Pls answer
0 Commenti
Risposte (1)
Sumukh
il 28 Ott 2024 alle 7:02
Hi Muthulakshmi,
I am assuming that you are referring to the ST5C excitation system model available in Simscape Electrical library.
The output of the ST5C block is a Simulink signal. This must be converted to a physical signal to connect to the "Synchronous Machine Field Circuit" block available in Simscape Electrical library. You can use the "Simulink-PS Converter" block to connect these two blocks. You can refer to the following documentation to know more about the "Simulink-PS Converter" block:
You can run the following code to open the example model that uses the AC1C excitation system block, similar to the ST5C block, with the Simulink-PS converter block:
openExample('simscapeelectrical/SMControlExample')
The blocks are present within the "AVR and Exciter" subsystem in the example model. The output of the AC1C block is given to the converter block as an input and the output of the converter block is given to the Synchronous Machine Field Circuit block.
I hope this answers your query.
0 Commenti
Vedere anche
Categorie
Scopri di più su Switches and Breakers in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!