Ask Your Question
0

GGOV1 model can I switch from droop to isoc mode in the simulation

asked 2023-03-21 09:52:25 -0500

Steven gravatar image

Can I switch from droop to isoc mode during simulation to do frequency control. I change the reselect value from 1 to 0 but it is not controlling the frequency

edit retag flag offensive close merge delete

Comments

It seems it is not possible to switch control mode during a simulation.

perolofl gravatar imageperolofl ( 2023-03-24 09:47:54 -0500 )edit

Change VAR L - Load Reference to 1.0 at the same time when you make ICON RSELECT = 0 to enable ISOCH mode. This should regulate the speed to 1.0 pu.

MODELGUY gravatar imageMODELGUY ( 2023-05-04 19:47:46 -0500 )edit

@MODELGUY. Wrong, it doesn’t work when changing VAR(L). See my answer April 17. Also, the reference shall be 0, not 1!

perolofl gravatar imageperolofl ( 2023-05-04 23:29:37 -0500 )edit

@perolofi. Gref is governor reference, which is generic term applicable for all governor models. In case of GGOV1 model, the Gref should be same as Var L which is Pref signal shown in the block diagram. When droop is zero, Speed = Pref and logically to drive speed to 1.0pu, Pref should be 1.0pu.

MODELGUY gravatar imageMODELGUY ( 2023-05-15 06:22:10 -0500 )edit

@MODELGUY. In mode 2 the model uses Gref and not VAR(L). You have completely missed that at nominal speed the pu speed deviation is 0. Thereby, Pref shall be 0, not 1. 1 pu speed deviation means 1 pu overspeed, i.e. 100 or 120 Hz.

perolofl gravatar imageperolofl ( 2023-05-15 11:02:22 -0500 )edit

3 answers

Sort by » oldest newest most voted
0

answered 2023-04-18 07:30:00 -0500

Steven gravatar image

Workaround works many thanks

edit flag offensive delete link more

Comments

Can you please select the answer that worked for others to know how to fix this?

GaryB gravatar imageGaryB ( 2023-04-19 19:18:48 -0500 )edit

He is referring to my answer.

perolofl gravatar imageperolofl ( 2023-05-04 23:33:11 -0500 )edit
0

answered 2023-04-17 03:19:18 -0500

perolofl gravatar image

After some testing I found that it works if Gref is set to 0 when control mode is set to isochronous mode:

psspy.change_plmod_icon(ibus,id,r"""GGOV1""",1,0)   # isochronous mode
psspy.change_gref((ibus,id,0.0)  # Greg to 0
edit flag offensive delete link more
0

answered 2023-04-14 08:57:51 -0500

GaryB gravatar image

I can't say I know much about GGOV1, but you can change the Rselect or any other ICON with BATCHANGEPLMODICON.

PASSTHRU
BAT_CHANGE_PLMOD_ICON,<busno>,'<unitID>','GGOV1',1,0
FIN

will change RSELECT to '0' inside a PSAS file.

edit flag offensive delete link more

Comments

Yes, you can change the ICON, but the model does not handle the change correctly... :-)

perolofl gravatar imageperolofl ( 2023-04-14 09:27:11 -0500 )edit

Does it work if it's initialized in ISOC mode?

GaryB gravatar imageGaryB ( 2023-04-14 09:47:31 -0500 )edit

Yes, but it is not behaving correctly when changing mode during the simulation.

perolofl gravatar imageperolofl ( 2023-04-14 10:32:10 -0500 )edit

It should work; the speed circuit should always be active and working regardless of rselect. The only other thing I would try is to set R=0 (or something small) in the psas file if possible. This should logically do the same thing. Please post if you figure it out.

GaryB gravatar imageGaryB ( 2023-04-14 16:24:42 -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

1 follower

Stats

Asked: 2023-03-21 09:52:25 -0500

Seen: 2,736 times

Last updated: Apr 18 '23