Why I can not to connect Switch with PV panel directly ?

1 view (last 30 days)
Kindly Anyone can help
I would like to connect two relay(Switch ) with two panels to change type of connection from parallel to series or from series to parallel depending on output voltage
so I cant connect pv panel with switch why ?
any one have Idia please

Accepted Answer

Walter Roberson
Walter Roberson on 9 Oct 2022
Edited: Walter Roberson on 9 Oct 2022
you are using https://www.mathworks.com/help/simulink/slref/switch.html which is a switch for Simulink signals. However your inputs are electrical voltages not numeric signals.
You need a switch from the electrical library, https://www.mathworks.com/help/sps/powersys/ref/idealswitch.html
Simulink supports several different "domains" that can only be connected through convertor blocks. Pure signals, electrical signals, fluids: Simulink makes sure that you keep them separate.
  2 Comments
Walter Roberson
Walter Roberson on 9 Oct 2022
Remember though that an ideal electric switch does not correspond to reality. In reality you have to be concerned with overshoot and transients. If you were doing high frequency work those can become substantial problems.
Koran Namuq
Koran Namuq on 9 Oct 2022
thanl you very much your notification was very useful

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!