From: Susan on
I'm working on some control theory in Simulink. I have a step input and a transfer function. I want to see more than 10 seconds on the scope. Is this possible?
From: Phil Goddard on

Right click on a Scope block and select "Help".
That explains how to see as much or as little data on a scope as you wish.

Phil.
From: Susan on
"Phil Goddard" <philNOSPAM(a)goddardconsulting.ca> wrote in message <hn1n0d$l4n$1(a)fred.mathworks.com>...
>
> Right click on a Scope block and select "Help".
> That explains how to see as much or as little data on a scope as you wish.
>
> Phil.

I guess the issue isn't with the scope but with simulation time. I have a transfer function. There is no time variable in the function restricting the time to seconds, but when I auto scale there's not data for more than 10 secs. I tried just connecting a random number to a scope and I couldn't get more than 10 seconds worth of data even after I auto scale. I had tried all this which is also the suggestion in the help menu.

Do you have any ideas how to get more than 10 seconds of data?
From: Husam Aldahiyat on
"Susan " <susanreneemueller(a)gmail.com> wrote in message <hmrj6u$313$1(a)fred.mathworks.com>...
> I'm working on some control theory in Simulink. I have a step input and a transfer function. I want to see more than 10 seconds on the scope. Is this possible?

Right next to the green "Play/Simulate" button there is an edit box with the number "10" in it. Change it then run again. Press the binoculars on the new plot to see the entire specified range.

Alternatively, you could go to Simulation -> Configuration Parameters on the menubar (Ctrl+E) and change it from there.
From: Susan on
"Husam Aldahiyat" <numandina(a)gmail.com> wrote in message <hn3ohf$j5d$1(a)fred.mathworks.com>...
> "Susan " <susanreneemueller(a)gmail.com> wrote in message <hmrj6u$313$1(a)fred.mathworks.com>...
> > I'm working on some control theory in Simulink. I have a step input and a transfer function. I want to see more than 10 seconds on the scope. Is this possible?
>
> Right next to the green "Play/Simulate" button there is an edit box with the number "10" in it. Change it then run again. Press the binoculars on the new plot to see the entire specified range.
>
> Alternatively, you could go to Simulation -> Configuration Parameters on the menubar (Ctrl+E) and change it from there.

I don't have a "play/simulate" button or the edit box, but I did change the configuration parameters and that worked. THANK YOU!!