First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
hello all: I have written a model which role is to raise voltage of generator when there is a bus fault. and it is called by conec.for. when i finish the "DYRE" ,the conec.for is like below: SUBROUTINE CONEC C INCLUDE 'COMON4.INS' C CALL GESCLCAP ( 1, 47, 17, 18) C RETURN END Do i need to write some codes to tell the pss/e about the output of " GESCLCAP" in conec.for ? I have defined variable USCLCAP in program GESCLCAP,and i need to use variable USCLCAP in user written program 'GEAVR' which is a program of excitation system model . When i need to use the variable USCLCAP in GEAVR, how can i get its value in GE_AVR? thank you!
2 | No.2 Revision |
hello all:
I have written a model which role is to raise voltage of generator when there is a bus fault. and it is called by conec.for. when i finish the "DYRE" ,the conec.for is like below:
below:
SUBROUTINE CONEC
C
C
INCLUDE 'COMON4.INS'
C
CALL GESCLCAP GE_SCLCAP ( 1, 47, 17, 18)
C
C
RETURN
END
Do i need to write some codes to tell the pss/e about the output of " GESCLCAP" GE_SCLCAP" in conec.for ? I have defined variable USCLCAP U_SCLCAP in program GESCLCAP,and GE_SCLCAP,and i need to use variable USCLCAP U_SCLCAP in user written program 'GEAVR' 'GE_AVR' which is a program of excitation system model .
When i need to use the variable USCLCAP in GEAVR, U_SCLCAP in GE_AVR, how can i get its value in GE_AVR?
thank you!you!
3 | No.3 Revision |
hello all: I have written a model which role is to raise voltage of generator when there is a bus fault. and it is called by conec.for. when i finish the "DYRE" ,the conec.for is like below:
SUBROUTINE CONEC
C
INCLUDE 'COMON4.INS'
CALL GE_SCLCAP ( 1, 47, 17, 18)
C
RETURN
END
C
INCLUDE 'COMON4.INS'
CALL GE_SCLCAP ( 1, 47, 17, 18)
C
RETURN
END
Do i need to write some codes to tell the pss/e about the output of " GE_SCLCAP" GESCLCAP" in conec.for ? I have defined variable U_SCLCAP USCLCAP in program GE_SCLCAP,and GESCLCAP,and i need to use variable U_SCLCAP USCLCAP in user written program 'GE_AVR' which is a program of excitation system model .
. When i need to use the variable U_SCLCAP in GE_AVR, USCLCAP in GEAVR, how can i get its value in GE_AVR?
GE_AVR? thank you!
you!