PSS code issue #410
-
Hello Hantao, Dr. Xin Fang and I found that the PSS implementation right now might have an issue with the connection status The code from version
IEEEST:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
The best way to solve it is to provide one interface for turning off a generator. The implementation will then check all connected devices and turn that off. This might need a refactor of the current code. Did you observe a case where this leads to a crash? I know the value keeps getting computed. Even if the exciter signal gets changing, the generator output will stay at zero. |
Beta Was this translation helpful? Give feedback.
-
Yeah, this contains the fix I mentioned. Maybe we need to debug the case offline.
… On Feb 1, 2023, at 8:44 PM, Xin_Fang ***@***.***> wrote:
My ANDES version is 1.8.4. Is this the latest version?
—
Reply to this email directly, view it on GitHub <https://github.com/cuihantao/andes/discussions/410#discussioncomment-4846915>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABSNZA3XNY7ZITO7JFB4GV3WVMNQ5ANCNFSM6AAAAAAUOITBCA>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
-
Hi there, @XinFang88 @cuihantao A quick fix is done at PR Fix PSS #411. Detailed test results are also included in it. Regards, |
Beta Was this translation helpful? Give feedback.
The best way to solve it is to provide one interface for turning off a generator. The implementation will then check all connected devices and turn that off. This might need a refactor of the current code.
Did you observe a case where this leads to a crash? I know the value keeps getting computed. Even if the exciter signal gets changing, the generator output will stay at zero.