Hi there,
Recently, I just made my (simple) model and tuned it with PID Controller. Here's my steps:
1. Do some calculation
2. Use the parameters to build the model (H(s))
3. See the step response of my uncompensated model
4. Tuned it with PID (Academic mode) from Control Design Toolkit
5. Transform my model from s-domain to z-domain (H(z))
6. Compare my H(s) with H(z) step response to check the result of my model in z-domain
6. Remember my setting on PID Controller
I did point 5 since I will use it in real world application (DAQ). I did point 1-6 and ended sucessfully. I called this procedure as my 'Design.vi' (see attachment).
Then, I created another file ('Implementation.vi') which contain the PID (from PID Toolkit) and my digitized model (H(z)) same as the one from the design procedure. Unfortunately, I've been trying to set up the PID just like the design steps but it didn't work. So my question is, how to set PID in my 'Implementation.vi' so I can get same result as my design ?
Thx in advance !