Why I can not to connect Switch with PV panel directly ?
    7 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Koran Namuq
 il 9 Ott 2022
  
    
    
    
    
    Modificato: Walter Roberson
      
      
 il 9 Ott 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 Commenti
Risposta accettata
  Walter Roberson
      
      
 il 9 Ott 2022
        
      Modificato: Walter Roberson
      
      
 il 9 Ott 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 Commenti
  Walter Roberson
      
      
 il 9 Ott 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.
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Electrical Sensors in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!