SmSt 5c connection with synchronous machine
32 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I couldn't connect SM st 5c directly with synchronous machine field circuit in simscape ( salient pole ) but sm ac 1c is connecting, can anyone tell why this is happening
0 comentarios
Respuestas (1)
Sumukh
el 28 de Oct. de 2024 a las 7:02
Hi Muthulakshmi,
I am assuming that you are referring to the ST5C and AC1C excitation system models 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 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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!