Ask Your Question

vinothkrishnan3's profile - activity

2022-07-07 07:12:20 -0500 received badge  Enthusiast
2022-06-29 12:02:56 -0500 answered a question Loadflow: Power factor in a remote bus

Basically, the machine is connected to a generator bus(PV). you have control over P and V.

In steady-state model, if you want to set the power factor at a bus, you can force the reactive power to +ve for lagging and -ve for leading according to the required power factor.

Another way is by changing the Scheduled voltage of the generator to get the desired power factor at the remote bus.

But in dynamics, you can operate a generator/plant in power factor control using the power plant controller(PPC) model.

2022-06-29 11:43:17 -0500 answered a question how to use WIPCMD(MC) and WIQCMD(MC)

The below subroutine I has the index of the machine for the respective bus entered in dyr file SUBROUTINE modelname (I, ISLOT)

I - machine array index for the machine at which the model is being called.

ISLOT - array allocation table index for this model call.

To pass the information to electrical control model the below command is to be used under MODE 3

**MC = WNDNUM(I)

WPCMND(MC) = Pref

WQCMND(MC) = Qref**