Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. canergencoglu

    active vibration control using shaker and PID

    Hello You can use this macro with transient analysis to achieve transient anaylsis sum=0 errp=0 *do,t,2*dt,ts,dt *get,e1,node,2,u,x err=0-e1 sum=sum+err*dt dif=(err-errp)/dt f1=kp*err+ki*sum+kd*dif f,1,fx,f1 errp=err time,t solve *enddo Also check the paper attached (Analysis of active...

Part and Inventory Search

Back
Top