Simulink Control Design license, license checkout failed

When selecting "tune" on the PID controller in Simulink, I get the following error. I checked my lincense, looked under "Manage Products" and can see the "Simulink Control Design" listed under product. I tried reactivating my license but it did not work. How can I get the license to checkout?

1 Comment

Just install, I had this problem
Simulink Control Design toolbox

Sign in to comment.

 Accepted Answer

(1) Run this:
flag=license('checkout','Simulink_Control_Design')
license('inuse')
(2) To check if you have "Simulink Control Design" toolbox installed, run "ver slcontrol"

7 Comments

flag = 1;But I still cannot use PID tune.
flag = 1;But I still cannot use PID tune. how to solve this
I have the same error. Can you solve this?
Same iisue. How to solve this?
>> flag=license('checkout','Simulink_Control_Design')
license('inuse')
flag =
1
matlab
power_system_blocks
simscape
simulink
simulink_control_design
The answer has solved the OP's issue. I am not sure why others "cannot use PID tune". What are the errors?
I am having this issue as well
I actually just figured mine out. I needed to install the control system toolbox as well as the Simulink control design toolbox.

Sign in to comment.

More Answers (1)

The comment by Ben Denaro says:
"""
I actually just figured mine out. I needed to install the control system toolbox as well as the Simulink control design toolbox.
"""
Worked for me

4 Comments

How to install the control system toolbox and the Simulink control design toolbox?
go to the tab on the top, then look for add ons, once you clicked it, there will be a window pop up and typed in control system toolbox, install it then do the same for the other
i have the simulink control design in my license but it is not showing in my matlab workspace. when i tried to run with Ver command, it is not showing.
Then it was not installed. You need to install it.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!