SM ST 5C connection
21 views (last 30 days)
Show older comments
How to connect SM st 5c in simscape with the synchronous machine field circuit ? Pls answer
0 Comments
Answers (1)
Sumukh
on 28 Oct 2024 at 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 Comments
See Also
Categories
Find more on Switches and Breakers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!