Post Reply 
Bode/Root Locus/Nyquist/Nichols...App{update 16JAN2018}
08-01-2015, 06:08 PM (This post was last modified: 08-01-2015 06:44 PM by toshk.)
Post: #21
RE: Bode/Nyquist/Nichols...App {update 01AUG2015}
Now With Responses;
Step Response@ t=1;    
Ramp Response @t=1;    
Nyquist Plot;    
Delay Response @t=1;    
Find all posts by this user
Quote this message in a reply
09-08-2015, 09:11 AM
Post: #22
RE: Bode/Nyquist/Nichols...App {update 08SEP2015}
   
StepResponse:
BODE(0.01,100,[1],[1,2,3,4,5]))
Find all posts by this user
Quote this message in a reply
11-02-2015, 06:32 PM
Post: #23
RE: Bode/Nyquist/Nichols...App Final{update 08SEP2015}
Thanks you guys! Nice work

"Real progress happens only when advantages of a new technology become available to everybody." (Henry Ford)
Find all posts by this user
Quote this message in a reply
11-11-2015, 12:31 AM
Post: #24
RE: Bode/Nyquist/Nichols...App Final{update 08SEP2015}
Nice Job on this program. I just downloaded this a couple days ago and I've been trying to expand upon it to plot the Root Locus as well and I can post the code when I complete it if you would like.

I am running into an issue with a couple Phase plots. Please see the attached pics. I have a discrepancy between Matlab/Solutions Manual & the program and I need a little help trouble shooting. As you can see, there seems to be a vertical asymptote.


Attached File(s) Thumbnail(s)
           
Find all posts by this user
Quote this message in a reply
11-11-2015, 04:36 AM
Post: #25
RE: Bode/Nyquist/Nichols...App Final{update 08SEP2015}
(11-11-2015 12:31 AM)talbingscp Wrote:  Nice Job on this program. I just downloaded this a couple days ago and I've been trying to expand upon it to plot the Root Locus as well and I can post the code when I complete it if you would like.

I am running into an issue with a couple Phase plots. Please see the attached pics. I have a discrepancy between Matlab/Solutions Manual & the program and I need a little help trouble shooting. As you can see, there seems to be a vertical asymptote.

the graph is right on Prime..... check it with trace function.
Matlab is playing some tricks here...... at angle 180degrees they flip to -180degrees to get that continuous graph.
Find all posts by this user
Quote this message in a reply
11-13-2015, 06:45 PM
Post: #26
RE: Bode/Nyquist/Nichols...App Final{update 08SEP2015}
Hello,
I tried to install the program, but when I do the ceck tells me syntax error.Someone can help me ?Thanks
Find all posts by this user
Quote this message in a reply
11-28-2015, 09:19 PM
Post: #27
RE: Bode/Nyquist/Nichols...App Final{update 08SEP2015}
I also get a syntax error, it says it is in the line 186, i am running the latest firmware (Version. 20150617) and also the latest connectivitykit version. I really don't know what's happening please help.
   
Find all posts by this user
Quote this message in a reply
11-29-2015, 07:14 AM
Post: #28
RE: Bode/Nyquist/Nichols...App Final{update 08SEP2015}
(11-28-2015 09:19 PM)joan.marc.riera Wrote:  I also get a syntax error, it says it is in the line 186, i am running the latest firmware (Version. 20150617) and also the latest connectivitykit version. I really don't know what's happening please help.

check your update... if possible try updating the Prime again, and reinstall the App.
Find all posts by this user
Quote this message in a reply
11-30-2015, 08:27 AM
Post: #29
RE: Bode/Nyquist/Nichols...App Final{update 08SEP2015}
Hi, someone do the program for plot ROOT LOCUS?
Thanks
Find all posts by this user
Quote this message in a reply
12-06-2015, 12:48 PM (This post was last modified: 12-06-2015 12:48 PM by alexzkter.)
Post: #30
RE: Bode/Nyquist/Nichols...App Final{update 08SEP2015}
bode((-10*s+1000)/(s^2+s)) on WolframAlpha:
[Image: 219qjxe.png]

BODE(0.001,10000,[-10 1000],[1 1 0]) on Prime:
[Image: 2096n9v.gif]

What's up with that? Issue with Nyquist plot?
Find all posts by this user
Quote this message in a reply
12-06-2015, 04:54 PM
Post: #31
RE: Bode/Nyquist/Nichols...App Final{update 08SEP2015}
(12-06-2015 12:48 PM)alexzkter Wrote:  bode((-10*s+1000)/(s^2+s)) on WolframAlpha:
[Image: 219qjxe.png]

BODE(0.001,10000,[-10 1000],[1 1 0]) on Prime:
[Image: 2096n9v.gif]

What's up with that? Issue with Nyquist plot?

nothing wrong with the plot....on Prime
try your plot in Matlab....and box zoom Prime plot : Same same.

   
Find all posts by this user
Quote this message in a reply
12-06-2015, 06:51 PM (This post was last modified: 12-06-2015 10:17 PM by alexzkter.)
Post: #32
RE: Bode/Nyquist/Nichols...App Final{update 08SEP2015}
(12-06-2015 04:54 PM)toshk Wrote:  nothing wrong with the plot....on Prime
try your plot in Matlab....and box zoom Prime plot : Same same.

Thanks for the quick reply! You're right, you need to know where to look at when it comes to nyquist plots...


I've been playing with Octave on my phone, and narrowing range to w=5:0.1:200 and nyquist(gh,w) I get:

   


I don't understand Wolfram's output, the interception should be at -10 not at -3.5 as shown on the attachment. Anyway, sorry for the offtopic.
Find all posts by this user
Quote this message in a reply
02-05-2016, 10:17 PM (This post was last modified: 02-05-2016 10:20 PM by toshk.)
Post: #33
RE: Bode/Root Locus/Nyquist/Nichols...App{update 05FEB2016}
   


With Root Locus Now


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
06-10-2016, 01:56 AM (This post was last modified: 06-10-2016 01:59 AM by toshk.)
Post: #34
RE: Bode/Root Locus/Nyquist/Nichols...App{update 08JUN2016}
1/(s^4+16*s^3+65*s^2+50*s)
fixed issues:    

S1 plot the phase;    

S2 plot to unwrap the phase;    

RootLocus;    


RootLocus with assign Gain; (G:=10000)
   
Find all posts by this user
Quote this message in a reply
06-10-2016, 04:52 AM
Post: #35
RE: Bode/Root Locus/Nyquist/Nichols...App{update 09JUN2016}
The info screen shows no content here. Just a minor issue but I wanted to report.
Find all posts by this user
Quote this message in a reply
06-10-2016, 07:17 AM
Post: #36
RE: Bode/Root Locus/Nyquist/Nichols...App{update 09JUN2016}
(06-10-2016 04:52 AM)leprechaun Wrote:  The info screen shows no content here. Just a minor issue but I wanted to report.
Info text seems to be corrupting a lot here, that's why i removed it.
Thanks... i inserted it back to the App
Find all posts by this user
Quote this message in a reply
06-10-2016, 08:00 PM (This post was last modified: 06-11-2016 05:45 AM by lumien.)
Post: #37
RE: Bode/Root Locus/Nyquist/Nichols...App{update 09JUN2016}
Hi,

First of all thanks for your program, I'm an engineering student, I've an exam next week and I don't understand how to enter the transfer function and start the root locus. I tried to write the examples you gave but the app doesn't start. So if you could help me, it would be fine.There are some screen captures attached.



[Image: Sin_t_tulo.png] [Image: Sin_t_tulo.png] [Image: Sin_t_tulo.png]

I followed all the instructions you gave and when I checked the program, I got a syntax error in line 45 and it appears as I attach.

[Image: fds.png]
Find all posts by this user
Quote this message in a reply
06-12-2016, 11:51 AM
Post: #38
RE: Bode/Root Locus/Nyquist/Nichols...App{update 09JUN2016}
Hi,

I've tried to install the application, but got error "Cannot send content to other HP Prime. Please update firmware using Connectivity Kit". But I am using version 2015-6-17, which is the last version from hp. How to solve?

Thanks
Tom
Find all posts by this user
Quote this message in a reply
06-12-2016, 06:54 PM
Post: #39
RE: Bode/Root Locus/Nyquist/Nichols...App{update 09JUN2016}
(06-10-2016 08:00 PM)lumien Wrote:  Hi,

First of all thanks for your program, I'm an engineering student, I've an exam next week and I don't understand how to enter the transfer function and start the root locus. I tried to write the examples you gave but the app doesn't start. So if you could help me, it would be fine.There are some screen captures attached.



[Image: Sin_t_tulo.png] [Image: Sin_t_tulo.png] [Image: Sin_t_tulo.png]

I followed all the instructions you gave and when I checked the program, I got a syntax error in line 45 and it appears as I attach.

[Image: fds.png]

check your update... if possible try updating the Prime again, and reinstall the App.
Or flash your hp prime.
Find all posts by this user
Quote this message in a reply
08-03-2016, 10:01 AM (This post was last modified: 08-03-2016 10:02 AM by wilfal.)
Post: #40
RE: Bode/Root Locus/Nyquist/Nichols...App{update 09JUN2016}
Hej guys!

Thanks for writing this awesome program that I would love to test in my engineering studies :)

However, I have issues installing and I find little solutions online...

What I do: I download the zip with the latest version from you and extraxt it. Then I open up Connectivity Kit and drag the "Bode Plot.hpappdir" onto the lower left pane. Thereafter I drag the folder which is created onto my calculators name in the top left pane. I have also tried dragging the folder directly onto the calculator name.
It only seems to install the files "thumbs.db" and "icon.png" but not the rest. When I try to compile it as u describe the program only contains

EXPORT Bode_Plot()
BEGIN

END;

and nothing more. I have the latest firmware and Connectivity Kit... I have tried updating both and do this all over again without results. I regret to say I find the community somewhat confusing, can you help me att all getting your app to work? :)

Thanks in advance!
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)