Skip to content

Optimization-based tuning–PID controller with Delay #931

Closed
@caxelrud

Description

@caxelrud

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions