New Reply

numerical integration of the ERROR in a PI controller

 
Share Thread Thread Tools
Jun14-12, 06:35 PM   #1
 

numerical integration of the ERROR in a PI controller


good day all.i've just written a program in fortran77 for the model of a binary distillation column.i included a PI controller in my program.To obtain the integral term of the PI,I used the explicit euler to numerically integrate the error.i would love to compare my results using another method to numerically integrate the error.but i'm confused.the euler method was quite simple.i defined ERINT as the integral of the error (∫E).and since E(i.e the error) is the derivative of the integral i simply employed euler to solved the resulting ODE.That is,
ERINT(n+1)=ERINT(n) + TE(n) where T is the step size
please which other method simple can i use to obtain the integral term.can i also see simple chemical processes (in fortran77) where they are applied in a PI controller it obtain the integral term? please an answer would be greatly appreciated.many thanks
PhysOrg.com
PhysOrg
engineering news on PhysOrg.com

>> NASA: Austin, calling Austin. 3-D pizzas to go
>> Research suggests modular design competence can benefit new product development
>> Army ground combat systems adopts tool for choosing future warfighting vehicles
New Reply
Thread Tools


Similar Threads for: numerical integration of the ERROR in a PI controller
Thread Forum Replies
P-Controller Design for Steady State Error Engineering, Comp Sci, & Technology Homework 3
MATLAB Matrix dimensional error in numerical integration Math & Science Software 2
Problem with numerical integration of error function Calculus 9
what is an easy way to calculate numerical integration uncertainty/error Calculus 1
numerical integration error Programming & Comp Sci 8