0

Protection model like pscad delay and mono-stable writing

Hi everyone, now I want to develop a hvdc protection system, however I don't know how to write the model Delay and Mono-stable in PSCAD, can anyone help me? how to get the time ,when the input of delay is 1(high),and then output 1 for during time? Timed ON/OFF Logic Transition "Delay" and "Monostable Multivibrator"

Gloria.Z's avatar
1
Gloria.Z
asked 2020-01-30 00:08:01 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

I see no reason why this can't be implemented in a user-defined model in PSS/E with Fortran code. It can also be done in PSCAD, but please remember that this is a PSS/E forum!

jfconroy's avatar
186
jfconroy
answered 2020-01-30 02:11:48 -0500
edit flag offensive 0 remove flag delete link

Comments

@jfcontoy Thank you for your reply. I tried to implement it in pss/e, but I don't know how to get the time, when the input of Delay become 1. Can you give me your emai, I will email you the figure and code, for you to help me ?OK?

Gloria.Z's avatar Gloria.Z (2020-01-30 02:15:58 -0500) edit

If you know that the time step will be fixed, and that the delay time will be fixed, then you can define a number of "buckets" to store the previous values of the variable in the simulation. As the simulation progresses, you update the buckets and retrieve the delayed value. PSCAD does this.

jfconroy's avatar jfconroy (2020-01-30 03:58:57 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer