Ask Your Question
0

Capacitor switching on/off control for dynamic simulation

asked 2024-11-18 23:54:56 -0500

span gravatar image

Anybody can help/direct with python coding to switch on the capacitor while a monitored bus voltage is lower than a threshold saying 0.95pu and switching off while voltage is higher than a limit saying 1.05pu? I need this auto control for dynamic simulation but I don't know how to setup the on/off function. Any help is appreciated.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2024-11-19 08:32:05 -0500

perolofl gravatar image

This can be solved with dynamic model SWSHNT2.

  1. Model the capacitor as a switched shunt in load flow with Vhi=1.05 and Vlo=0.96.
  2. Use dynamic model SWSHNT2 with all CONs = 0 and ICON(M+1)=99. Any wanted intentional time delay for switching the capacaitor on or off may be given in PT1 and PT2.

The capacitor will now be automatically switched on when the bus voltage goes under 0.95 pu and switched off when the bus voltage goes above 1.05 pu.

edit flag offensive delete link more

Comments

Thanks Perolofl's quick help. Besides, this voltage trigger, is there a similar model for capacitor to switch on based on active power as the threshold instead of voltage Vhi/Vlo to meet power factor requirement also? My final goal is to get MW-triggered Cap control modeling in dynamic simulation

span gravatar imagespan ( 2024-11-19 10:15:37 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2024-11-18 23:54:56 -0500

Seen: 17 times

Last updated: 2 hours ago