Why I can not to connect Switch with PV panel directly ?
    6 views (last 30 days)
  
       Show older comments
    
    Koran Namuq
 on 9 Oct 2022
  
    
    
    
    
    Edited: Walter Roberson
      
      
 on 9 Oct 2022
            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 Comments
Accepted Answer
  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
      
      
 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.
More Answers (0)
See Also
Categories
				Find more on Electrical Sensors in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!