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

the number of the manipulated variables #1

Closed
SherleyC opened this issue Aug 28, 2018 · 2 comments
Closed

the number of the manipulated variables #1

SherleyC opened this issue Aug 28, 2018 · 2 comments

Comments

@SherleyC
Copy link

According to Downs and Vogel(1993),the number of process manipulated variables is 12.But in this dataset,the number is 11.Want to know which XMV you choose to delete?Besides,how to set the 21th fault?

@camaramm
Copy link
Owner

camaramm commented Sep 12, 2018

Hi @SherleyC.

The dataset was made available without editing, i.e., I didn't delete any XMV.
Maybe you'd like to check the original web page (from the Internet Archive).

About setting the 21th fault, I haven't tried it.

Maybe this repository can help you: https://github.com/gmxavier/TEP-meets-LSTM; there is an R interface to the code.

@camaramm
Copy link
Owner

camaramm commented May 4, 2019

Hi @SherleyC .

According to the code, the manipulated variable XMV(12) is "Agitator Speed" (teprob.f, line 107).
Inspecting the code of temain_mod.f, you will see that XMV(12) does not affect any control algorithm.
So, I think that the agitator speed is the answer, assuming variables' description is accurate.

In spite of the text in line 101 of temain_mod.f, stating 21 programmed disturbances, the declaration of IDV variable is IDV(20).
In addition, teprob.f ends process disturbances description in line 191 for IDV(20). So I believe the program will throw an error if one try to set IDV with length 21.

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

2 participants