Closed
Description
I tried the example of optimized-based tuning PID from the documentation at:
https://docs.sciml.ai/ControlSystems/stable/examples/automatic_differentiation/
I modified the process transfer function to one that includes dead-time as: P = tf(1, [4, 1.0])*delay(1)
.
I got the following error when try to execute: res = solve(prob, solver)
.
ERROR: The advanced interface to the function feedback (with connection keyword arguments) is currently not supported for LFT systems (such as nonlinear and time-delay systems)
From the documentation, at Properties of delay systems, I see examples of the feedback function with process with time-delay.
Let me know if it is a bug or a current limitation.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels