Why I can not to connect Switch with PV panel directly ?
    6 ビュー (過去 30 日間)
  
       古いコメントを表示
    
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 

0 件のコメント
採用された回答
  Walter Roberson
      
      
 2022 年 10 月 9 日
        
      編集済み: Walter Roberson
      
      
 2022 年 10 月 9 日
  
      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 件のコメント
  Walter Roberson
      
      
 2022 年 10 月 9 日
				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.
その他の回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Electrical Sensors についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

