questions on criteria for the input and output

PID Tuner Forum Forums PID Tuner Help questions on criteria for the input and output

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #93
    Vicman
    Participant

     

    I saw this video with the example of copying data from an ardruino but still wanted to confirm what the output data is that is expected from this program , for example when you do a bump test you turn the equipment on by setting ONE

    and the ONE is the output

     

    it appears that alot of data will also work in addition to minimal data from a bump test

     

    and in sumary using a basic temperature analogy of thermostat and thermometer, for best results the  input would be the error of the two values, say 77 – 65 = 12 ,  and need use the controller output of our device as the output column

    since the program is modeling the controller and not the system process from that PID system which is the temperature

     

    thanks in advance

    #94
    pidtuner
    Keymaster

    It is a common question, and source of confusion. Maybe the following FAQ document can help you clarify the input/output selection:

    https://github.com/pidtuner/pidtuner.github.io/blob/master/assets/doc/PID%20Tuner.pdf

    The program is modeling the system process, not the controller. Try not to get confused by the names of the variables for any specific implementation, what the PIDTuner considers “input” is the input to the process (output of the PID). And what the PIDTuner considers “output” is the output of the process (input to the PID).

    Hope the information above makes things a little clearer.

    #95
    Vicman
    Participant

    thanks for the pdf it appears to be a recofiguration of the classic block diagram

     

    error_in >> controller >> system >> process

    ^^^^ <<<<<<<<<<<<<<<<<<<vvvvv

     

    from what I can tell the document is saying to use the actuator value as

    the input from 0 to 100 percent……..and either the process or the input error in the PIDtuner column labelled output

     

    this clarifies that the error is not the input but now I am back to clarifying the output column , as to be needing the

     

    since the document kind of goes in circles Im still seeking to clarify if that is the system or the error that will work best for this (in the output column data)

     

     

    #96
    Vicman
    Participant

    typos

    this clarifies that the error is not the input but now I am back to clarifying the output column , (since the document kind of goes in circles) Im still seeking to clarify if that is the process or the error that will work best for this (in the output column data)

    #101
    pidtuner
    Keymaster

    The error is the setpoint (SP) minus the process output (PV). The output column must contain the process output.

    Every system (process and PID) has an input and an output. That is why it can be confusing. The PID has as input the error (SP-PV), and the control variable (CV) as output. The process has the CV as input and the PV as output.

    What the PID tuner need as “input” is the CV and as “output” the PV. Because it is the input and output of the process. Hope this is clearer.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.