SM ST 5C connection

21 次查看(过去 30 天)
Muthulakshmi
Muthulakshmi 2024-10-19
回答: Sumukh 2024-10-28,7:02
How to connect SM st 5c in simscape with the synchronous machine field circuit ? Pls answer

回答(1 个)

Sumukh
Sumukh 2024-10-28,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.

类别

Help CenterFile Exchange 中查找有关 Switches and Breakers 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by