Revision history [back]
the function of conec.for in user written model
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
Do i need to write some codes to tell the pss/e about the output of " GE_SCLCAP" in conec.for ? I have defined variable U_SCLCAP in program GE_SCLCAP,and i need to use variable U_SCLCAP 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, how can i get its value in GE_AVR?
thank you!
the function of conec.for in user written model
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
CONEC
C
INCLUDE 'COMON4.INS'
'COMON4.INS'
CALL GE_SCLCAP ( 1, 47, 17, 18)
C
RETURN
END
18)
Do i need to write some codes to tell the pss/e about the output of " GE_SCLCAP" in conec.for ? I have defined variable U_SCLCAP in program GE_SCLCAP,and i need to use variable U_SCLCAP in user written program 'GE_AVR' which is a program of excitation system model .C
When i need to use the variable U_SCLCAP in GE_AVR, how can i get its value in GE_AVR?
thank you!
RETURN
END
Do i need to write some codes to tell the pss/e about the output of " GE_SCLCAP" in conec.for ? I have defined variable U_SCLCAP in program GE_SCLCAP,and i need to use variable U_SCLCAP 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, how can i get its value in GE_AVR?
thank you!
the function of conec.for in user written model
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'
'COMON4.INS'
C
CALL GE_SCLCAP ( 1, 47, 17, 18)
CC RETURN END Do i need to write some codes to tell the pss/e about the output of " GE_SCLCAP" in conec.for ? I have defined variable U_SCLCAP in program GE_SCLCAP,and i need to use variable U_SCLCAP 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, how can i get its value in GE_AVR? thank you!
RETURN
