Post Reply 
Bode/Root Locus/Nyquist/Nichols...App{update 16JAN2018}
05-18-2015, 10:27 AM (This post was last modified: 01-18-2018 11:38 PM by toshk.)
Post: #1
Bode/Root Locus/Nyquist/Nichols...App{update 16JAN2018}
Bode/Nyquist/RootLocus/Nichols/ with "Delay response" /Step Response/Ramp Response...App
with controls...and more functionality/Robust. enjoy!!! Report bugs.

first time installing:: may need to recompile the Bode Plot(App).
>>App>>Bode Plot>>Shift>>1>>Bode plot(App)>>Check


Frequency response plots corresponding to G =
s + 2
-----------
3s^2 + 4s + 5

BODE(ƒ1,ƒ2,[numerator],[denominator]) enter. ƒ1 to ƒ2 (rad/s) is the frequency range you are interested.
BODE(0.01,100,[1 2],[3 4 5]) >>Enter.

ALWAYS:
Use >>VIEW from [HOME SCREEN] for Plot selections >>Plot



2018version

Function App: for Plots
F1, has log Magnitude of Transfer function
F2, has Angle of Transfer function
F3, has Impulse Response of Transfer function
F4, has Step Response of Transfer function
F5, has Ramp Response of Transfer function

Query / plot under Bode App CAS:
Tmag / plotfunc(Tmag)….. 20*log(Mag)
Tm / plotfunc(Tm) …… Mag
Tphase / plotfunc(Tphase)... Phase
Tp / plotfunc(Tp)……... Phase
Timpl / plotfunc(Timpl)…. Impulse Response
Tstep / plotfunc(Tstep)…. Step Response
Tramp / plotfunc(Tramp)…. Impulse Response

Query / plot under under any App:
Ctrlsys.Tmag / plotfunc(CtrlSys.Tmag)….. 20*log(Mag)
CtrlSys.Tm / plotfunc(CtrlSys.Tm) …… Mag
CtrlSys.Tphase / plotfunc(CtrlSys.Tphase)... Phase
CtrlSys.Tp / plotfunc(CtrlSys.Tp)……... Phase
CtrlSys.Timpl / plotfunc(CtrlSys.Timpl)…. Impulse Response
CtrlSys.Tstep / plotfunc(CtrlSys.Tstep)…. Step Response
Ctrlsys.Tramp / plotfunc(Ctrlsys.Tramp)…. Impulse Response


Attached File(s)
.zip  CtrlSys.hpappdir{16Jan2018}.zip (Size: 6.71 KB / Downloads: 646)
Find all posts by this user
Quote this message in a reply
05-18-2015, 02:01 PM
Post: #2
RE: Bode/Nyquist/Nichols...App
(05-18-2015 10:27 AM)toshk Wrote:  Bode/Nyquist/Nichols/ with "Delay response" plot...App
with controls...and more functionality. enjoy!!!
[/code]

Hi,

Again a new thread ? Did you fix the issue you had with the graphs not being centered ?
Thanks
Find all posts by this user
Quote this message in a reply
05-18-2015, 04:45 PM
Post: #3
RE: Bode/Nyquist/Nichols...App
(05-18-2015 02:01 PM)alexzkter Wrote:  
(05-18-2015 10:27 AM)toshk Wrote:  Bode/Nyquist/Nichols/ with "Delay response" plot...App
with controls...and more functionality. enjoy!!!
[/code]

Hi,

Again a new thread ? Did you fix the issue you had with the graphs not being centered ?
Thanks
yes...! It is now officially full blown App. lol!!!!.....report bugs and suggestions. thanks
Find all posts by this user
Quote this message in a reply
05-18-2015, 07:04 PM (This post was last modified: 05-18-2015 07:54 PM by alexzkter.)
Post: #4
RE: Bode/Nyquist/Nichols...App
(05-18-2015 04:45 PM)toshk Wrote:  
(05-18-2015 02:01 PM)alexzkter Wrote:  Hi,

Again a new thread ? Did you fix the issue you had with the graphs not being centered ?
Thanks
yes...! It is now officially full blown App. lol!!!!.....report bugs and suggestions. thanks

Thanks man! I realized you get the transfer function when typing the bode command. Nice one.

Just a little suggestion, your icon is too little, I prefer the one attached to this post.
   



Edit: Another suggestion, this one way more important: if you have the 123456,789 digit grouping, you can't use this app. Is there a workaround this?
Find all posts by this user
Quote this message in a reply
05-18-2015, 08:35 PM
Post: #5
RE: Bode/Nyquist/Nichols...App
(05-18-2015 07:04 PM)alexzkter Wrote:  
(05-18-2015 04:45 PM)toshk Wrote:  yes...! It is now officially full blown App. lol!!!!.....report bugs and suggestions. thanks

Thanks man! I realized you get the transfer function when typing the bode command. Nice one.

Just a little suggestion, your icon is too little, I prefer the one attached to this post.




Edit: Another suggestion, this one way more important: if you have the 123456,789 digit grouping, you can't use this app. Is there a workaround this?
grouping is nothing much but pain on hp prime, just avoid grouping.
icon changed, ---like it!!!
Find all posts by this user
Quote this message in a reply
05-18-2015, 08:51 PM
Post: #6
RE: Bode/Nyquist/Nichols...App
(05-18-2015 07:04 PM)alexzkter Wrote:  Edit: Another suggestion, this one way more important: if you have the 123456,789 digit grouping, you can't use this app. Is there a workaround this?

same with the use of the command PRAGMA inside the code ?
Find all posts by this user
Quote this message in a reply
05-18-2015, 09:38 PM
Post: #7
RE: Bode/Nyquist/Nichols...App
(05-18-2015 08:35 PM)toshk Wrote:  grouping is nothing much but pain on hp prime, just avoid grouping.

Just do a menu->insert pragma from the program editor and it will work for other people's systems...

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
05-18-2015, 09:50 PM
Post: #8
RE: Bode/Nyquist/Nichols...App
(05-18-2015 09:38 PM)Tim Wessman Wrote:  
(05-18-2015 08:35 PM)toshk Wrote:  grouping is nothing much but pain on hp prime, just avoid grouping.

Just do a menu->insert pragma from the program editor and it will work for other people's systems...
Sure.......Thanks Tim.
Find all posts by this user
Quote this message in a reply
05-24-2015, 04:44 PM
Post: #9
RE: Bode/Nyquist/Nichols...App
How do I install it? I tried extracting the ".hpappdir" folder to "Documents/HP Connectivity Kit/Calculators/HP Prime" but it just gets removed once I run the virtual calculator.
Find all posts by this user
Quote this message in a reply
05-24-2015, 05:19 PM (This post was last modified: 05-24-2015 05:21 PM by alexzkter.)
Post: #10
RE: Bode/Nyquist/Nichols...App
(05-24-2015 04:44 PM)gabrieljcs Wrote:  How do I install it? I tried extracting the ".hpappdir" folder to "Documents/HP Connectivity Kit/Calculators/HP Prime" but it just gets removed once I run the virtual calculator.

Open the HP Connectivity kit, drag the whole folder to the red zone, then drag what gets created to the App library which is located at the black zone.
   
Find all posts by this user
Quote this message in a reply
05-24-2015, 05:42 PM
Post: #11
RE: Bode/Nyquist/Nichols...App
Thanks, alexzkter!
Find all posts by this user
Quote this message in a reply
05-27-2015, 08:47 AM (This post was last modified: 05-27-2015 09:11 AM by AnalogJoe.)
Post: #12
RE: Bode/Nyquist/Nichols...App
Im having problems using this app, I cant seem to be able to run the BODE command, where should I find it? all I get is a user variable called BODE. Also opening the BODE app just opens up a Single Var similar app but there are no menus to tweak the plot, or enter the transfer funciton, odd.... I must say that at first I only sent the .hpapp file not the entire folder, then I deleted it and sent the entire folder, but the calculator has like "memory" I dont know if this is a bug in which it refuses to delete? its weird....
Find all posts by this user
Quote this message in a reply
05-27-2015, 04:06 PM
Post: #13
RE: Bode/Nyquist/Nichols...App
Use >>Info to find usage information and syntax
Find all posts by this user
Quote this message in a reply
06-02-2015, 10:53 AM (This post was last modified: 06-02-2015 10:54 AM by alexzkter.)
Post: #14
RE: Bode/Nyquist/Nichols...App {update 30MAY2015}
Tried new and previous version and the following transfer function either hangs up the Prime (new version) or shows "Error:LN(0)" (previous version) :

BODE(0.001,100,[1 0 1],[1 0 2])

Should get this:
   
Find all posts by this user
Quote this message in a reply
06-26-2015, 07:02 AM
Post: #15
RE: Bode/Nyquist/Nichols...App {update 30MAY2015}
fixed


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
07-22-2015, 07:23 PM (This post was last modified: 07-22-2015 07:24 PM by argasio.)
Post: #16
RE: Bode/Nyquist/Nichols...App {update 26JUN2015}
Hi, I have a problem, Whenever I type to bode command it doesn't work no response at all (see the attachment bode error.jpg) , and if i try to get >>info a blank page shows up, also the app looks like this (see attachment 2015-07-22_21-18-21.jpg).

What am I doing wrong?Can you please help me?A picture or video tutorial would be wonderful


Attached File(s) Thumbnail(s)
       
Find all posts by this user
Quote this message in a reply
07-22-2015, 07:50 PM
Post: #17
RE: Bode/Nyquist/Nichols...App {update 26JUN2015}
Love This App, many thanks, very very useful for the controller's design.

Success is the ability to go from one failure to the next without any loss of enthusiasm.
View PNG/JPG in your Prime
Visit this user's website Find all posts by this user
Quote this message in a reply
07-22-2015, 08:05 PM
Post: #18
RE: Bode/Nyquist/Nichols...App {update 26JUN2015}
well you seem to have two copies of the App on Prime (i have no idea).
you may need to recompile the Bode plot App.
>>App>>Bode Plot>>Shift>>1>>Bode plot(App)>>Check
Find all posts by this user
Quote this message in a reply
07-23-2015, 10:18 AM
Post: #19
RE: Bode/Nyquist/Nichols...App {update 26JUN2015}
(07-22-2015 08:05 PM)toshk Wrote:  well you seem to have two copies of the App on Prime (i have no idea).
you may need to recompile the Bode plot App.
>>App>>Bode Plot>>Shift>>1>>Bode plot(App)>>Check

I run those commands and it tells me there is a synthax error in the first line but it doesn't change anything!
Find all posts by this user
Quote this message in a reply
07-23-2015, 02:12 PM
Post: #20
RE: Bode/Nyquist/Nichols...App {update 26JUN2015}
(07-23-2015 10:18 AM)argasio Wrote:  I run those commands and it tells me there is a synthax error in the first line but it doesn't change anything!

Are you running the latest version of the calculator software?

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 




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