SM ST 5C connection

조회 수: 20 (최근 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