From: Paari Sivaprakasam on
How to add pid controller and workspace from command window?
add_block function is not able to access all blocks?
From: Donn Shull on
"Paari Sivaprakasam" <spaari1988(a)gmail.com> wrote in message <hme55e$4lt$1(a)fred.mathworks.com>...
> How to add pid controller and workspace from command window?
> add_block function is not able to access all blocks?

It would help us help you if you show us what you have tried.

Have you tried?

>> new_system('FooBerry');
>> add_block('Simulink/Continuous/PID Controller', 'FooBerry/PID');
>> open_system('FooBerry');

Good Luck,

Donn
From: Paari Sivaprakasam on
"Donn Shull" <donn.shull.no_spam(a)aetoolbox.com> wrote in message <hn0s81$1f1$1(a)fred.mathworks.com>...
> "Paari Sivaprakasam" <spaari1988(a)gmail.com> wrote in message <hme55e$4lt$1(a)fred.mathworks.com>...
> > How to add pid controller and workspace from command window?
> > add_block function is not able to access all blocks?
>
> It would help us help you if you show us what you have tried.
>
> Have you tried?
>
> >> new_system('FooBerry');
> >> add_block('Simulink/Continuous/PID Controller', 'FooBerry/PID');
> >> open_system('FooBerry');
>
> Good Luck,
>
> Donn

Thank you for replying, Donn
I tried the very same thing.
but didnt work;