Realise transfer function through Opamp using Simulink/Simscape
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have built a dc-dc converter using SimPowerSystems. I am trying to realise its current-controller by using Opamp from the SimScape-->Electrical Systems library. I subtract the current flowing in inductor from the the reference current (ie... a number in the 'Constant' block) to generate error using the 'Sum' block. I want to input the resultant error into a PID controller which is built using Opamp feedback circuit. However, I am not able to connect the error terminal (ie...output of Sum) into the input of Opamp. Please advise...Thanks
0 Kommentare
Antworten (1)
Suneesh
am 9 Dez. 2013
Simscape and Simulink components cannot be directly connected. You need to use the blocks 'PS-Simulink Converter' or 'Simulink-PS Converter' which are in the library simscape > Utilities
2 Kommentare
Suneesh
am 10 Dez. 2013
That makes sense. The problem is that your electrical circuit is not complete. You are doing the correct thing on the left side of the image, you have a voltage sensor which you connect to the Simulink blocks using PS-Simulink convertor. You need to do something similar on the problematic part as well. Since you are connecting in series with a resistor, you need to have a current source (From the Electrical Sources library) there to which the Simulink-PS block would connect.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!