Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Algorithm Takagi-Sugeno PI control #1

Open
huukhoa1412 opened this issue Oct 9, 2023 · 0 comments
Open

Algorithm Takagi-Sugeno PI control #1

huukhoa1412 opened this issue Oct 9, 2023 · 0 comments

Comments

@huukhoa1412
Copy link

huukhoa1412 commented Oct 9, 2023

Share documents related to Algorithm Takagi-Sugeno PI Control . I don't understand problem the code TS PI
I dont know
#pz1 := MIN(IN1 := #sp_M_e, IN2 := #sp_M_ie);
#pz2 := MIN(IN1 := #sp_S_e, IN2 := #sp_M_ie);
#pz3 := MIN(IN1 := #sp_D_e, IN2 := #sp_M_ie);
#pz4 := MIN(IN1 := #sp_M_e, IN2 := #sp_S_ie);
#pz5 := MIN(IN1 := #sp_S_e, IN2 := #sp_S_ie);
#pz6 := MIN(IN1 := #sp_D_e, IN2 := #sp_S_ie);
#pz7 := MIN(IN1 := #sp_M_e, IN2 := #sp_D_ie);
#pz8 := MIN(IN1 := #sp_S_e, IN2 := #sp_D_ie);
#pz9 := MIN(IN1 := #sp_D_e, IN2 := #sp_D_ie);

#u := (#pz1 * 0.0 + #pz2 * 0.0 + #pz3 * 5.0 + #pz4 * 0.0 + #pz5 * 5.0

  • #pz6 * 10.0 + #pz7 * 5.0 + + #pz8 * 10.0 + + #pz9 * 10.0)
    / (#pz1 + #pz2 + #pz3 + #pz4 + #pz5 + #pz6 + #pz7 + #pz8 + #pz9);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant