diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-08 22:49:52 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-08 22:49:52 -0300 |
commit | aa2378020ee0bbfd041681cfdbe62a8d028687f3 (patch) | |
tree | 9e3afcb7c696142757da9e26f9b37e86cea774ea /Project/GeneratorStabForm.cpp | |
parent | 2552edfb5608ae15600aac38622354fe46701002 (diff) | |
download | PSP.git-aa2378020ee0bbfd041681cfdbe62a8d028687f3.tar.gz PSP.git-aa2378020ee0bbfd041681cfdbe62a8d028687f3.tar.xz PSP.git-aa2378020ee0bbfd041681cfdbe62a8d028687f3.zip |
Velocity variaton input implemented
For PSS control on AVR
Diffstat (limited to 'Project/GeneratorStabForm.cpp')
-rw-r--r-- | Project/GeneratorStabForm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/GeneratorStabForm.cpp b/Project/GeneratorStabForm.cpp index 82d85ab..7a70039 100644 --- a/Project/GeneratorStabForm.cpp +++ b/Project/GeneratorStabForm.cpp @@ -70,7 +70,7 @@ void GeneratorStabForm::OnEditAVRButtonClick(wxCommandEvent& event) ControlEditor* cEditor = new ControlEditor( m_parent, IOControl::IN_TERMINAL_VOLTAGE | IOControl::IN_ACTIVE_POWER | IOControl::IN_REACTIVE_POWER | IOControl::IN_INITIAL_TERMINAL_VOLTAGE | IOControl::IN_VELOCITY | IOControl::IN_INITIAL_VELOCITY | - IOControl::OUT_FIELD_VOLTAGE); + IOControl::IN_DELTA_VELOCITY | IOControl::OUT_FIELD_VOLTAGE); cEditor->SetElementsList(data.avr->GetControlElementsList()); cEditor->SetConnectionsList(data.avr->GetConnectionLineList()); cEditor->SetControlContainer(data.avr); |