0

How to program a FACTS tripping in Fortran?

Hi everybody,

I am writting in this opportunitty because I would like to ask if someone have worked/programed FACTS devices UDM Fortran models.

In this opportunnity, for a FACTS device (UDM Fortran code) I would like to program some protections; and if a fault appears in the system I would like the FACTS UDM device to trip.

For machines I usually use GENTRP(IBUS,I) command in Fortran and I call this function for trip de machine, but what should be the similar function for a FACTS device? I was looking in the documentation but I couldn’t find any.

Thank you in advanced.

sofiguer's avatar
13
sofiguer
asked 2021-10-22 04:24:47 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

You can use fortran subroutine FACTS_CHNG_2 to change the control mode to 0 (blocked). See API manual.

perolofl's avatar
3.8k
perolofl
answered 2021-10-23 03:44:40 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer