function [x system]=PI_controler(eps,system,co) S=system.S(co); x=system.P(co)*eps+system.I(co)*(S+eps); system.S(co)=S+eps; end