[SOLVED]here is a program that no longer works after FW10077 update
|
04-21-2016, 08:52 PM
(This post was last modified: 04-23-2016 10:46 AM by dg1969.)
Post: #1
|
|||
|
|||
[SOLVED]here is a program that no longer works after FW10077 update
[EDIT] The solution was provided by Tim here: http://www.hpmuseum.org/forum/thread-6095.html
Hi, I would like first to thank the whole team for this great work update. It does not bother me to have to change the line of code if the current or future change brings simplifications ... For exemple : Here is a program that no longer work... Based on function app. The complete code is at the end of this post. It is a Bode plot program... In the symb view place a transfert function in term of X for exemple 1/(1+X) and then press plot view key... The Bode gain plot works as before but the phase and step response fail... I try to debug these function: Code:
After these line Code:
The following lines do not work anymore.. Code:
In the HOME view i make some tests: denom("1/(1+x)") => 1+x OK (no more CAS. prefixe when called from the catalog ?) but if I first create a var with the same string f:="1/(1+x)" then denom(f) => 1 (wrong)... May I have some help ? I must say that these code pass the check test in the program editor when the digital grouping is set to the default dot but failled with the coma as digital grouping setting... What about the pragma on these new firmware ? Thank's a lot for your help. Didier Here is the complete code of my Bode program Code:
|
|||
04-21-2016, 08:58 PM
Post: #2
|
|||
|
|||
RE: here is a program that no longer works after FW10077 update
Another program doesn't work on new released firmware is the 3D graphing plotter... it doesn't plot any graph...
|
|||
04-21-2016, 09:08 PM
Post: #3
|
|||
|
|||
RE: here is a program that no longer works after FW10077 update
(04-21-2016 08:58 PM)Anderson Costa Wrote: Another program doesn't work on new released firmware is the 3D graphing plotter... it doesn't plot any graph... Graph 3D by Han? here it seems to works and plot graphs... ∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib |
|||
04-21-2016, 09:12 PM
(This post was last modified: 04-21-2016 09:13 PM by Anderson Costa.)
Post: #4
|
|||
|
|||
RE: here is a program that no longer works after FW10077 update
(04-21-2016 09:08 PM)salvomic Wrote:Yes... I can't plot 3D graphs on my Virtual Calculator... I typed the function and pressed Plot, after plotting it give me an "Error: invalid Object" pop up. And the graph doesn't appear.(04-21-2016 08:58 PM)Anderson Costa Wrote: Another program doesn't work on new released firmware is the 3D graphing plotter... it doesn't plot any graph... |
|||
04-21-2016, 09:14 PM
Post: #5
|
|||
|
|||
RE: here is a program that no longer works after FW10077 update
(04-21-2016 09:08 PM)salvomic Wrote:(04-21-2016 08:58 PM)Anderson Costa Wrote: Another program doesn't work on new released firmware is the 3D graphing plotter... it doesn't plot any graph... 3D Graph by Han works flawlessly for me too... Success is the ability to go from one failure to the next without any loss of enthusiasm. View PNG/JPG in your Prime |
|||
04-21-2016, 09:18 PM
(This post was last modified: 04-21-2016 09:19 PM by salvomic.)
Post: #6
|
|||
|
|||
RE: here is a program that no longer works after FW10077 update
(04-21-2016 09:12 PM)Anderson Costa Wrote: Yes... I can't plot 3D graphs on my Virtual Calculator... I typed the function and pressed Plot, after plotting it give me an "Error: invalid Object" pop up. And the graph doesn't appear. I'm trying something like V3 X^2-Y^2 and it plots In plot setup I have: Min -10 Ymin -10 Zmin -10, Xmax 10 Ymax 10 Zmax 10 Tape surface Zoom 8.64 Trasparent, show grid show box on, others off I think to have version 2.32 ∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib |
|||
04-21-2016, 09:18 PM
Post: #7
|
|||
|
|||
RE: here is a program that no longer works after FW10077 update
I cannot run Graph3D. It says "Invalid Objet".
|
|||
04-21-2016, 09:25 PM
Post: #8
|
|||
|
|||
RE: here is a program that no longer works after FW10077 update | |||
04-21-2016, 09:26 PM
Post: #9
|
|||
|
|||
RE: here is a program that no longer works after FW10077 update
(04-21-2016 09:25 PM)Anderson Costa Wrote: I had an outdated version... I downloaded the most recent version and Graph 3D works very well... ;-) ∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib |
|||
04-21-2016, 09:39 PM
Post: #10
|
|||
|
|||
RE: here is a program that no longer works after FW10077 update
I still have the same error. I´ve just checked that last version is 2.422. What am I doing bad?
|
|||
04-21-2016, 09:57 PM
(This post was last modified: 04-21-2016 10:13 PM by salvomic.)
Post: #11
|
|||
|
|||
RE: here is a program that no longer works after FW10077 update
(04-21-2016 09:39 PM)akmon Wrote: I still have the same error. I´ve just checked that last version is 2.422. What am I doing bad? also with 2.422 it runs well here. The main thread is on http://www.hpmuseum.org/forum/thread-95.html if it could be useful to you... Added: Han wrote: «First ensure that the app is properly installed. To check, press [Shift][Plot] to see if you can adjust the settings for Graph3D. If you do not see the proper settings then the application is likely not installed correctly. If you are in RPN mode, switch to algebraic mode. You may even want to test the installation on the virtual calculator. If it works on the emulator, then you can simply transfer the app from the emulator to the actual calculator.» Salvo ∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib |
|||
04-22-2016, 05:11 AM
Post: #12
|
|||
|
|||
RE: here is a program that no longer works after FW10077 update
There is an error with "Hmin" "Hmax" variables in a program with the new firmware
http://mic.nic.free.fr - Youtube - Facebook |
|||
04-22-2016, 05:19 AM
Post: #13
|
|||
|
|||
RE: here is a program that no longer works after FW10077 update
(04-22-2016 05:11 AM)Mic Wrote: There is an error with "Hmin" "Hmax" variables in a program with the new firmware Explain? Those are variables in stat1 and inference. If either of those are open you will (correctly) conflict. TW Although I work for HP, the views and opinions I post here are my own. |
|||
04-22-2016, 10:55 AM
(This post was last modified: 04-22-2016 10:55 AM by Mic.)
Post: #14
|
|||
|
|||
RE: here is a program that no longer works after FW10077 update
There was an error because Hmin and Hmax were not created by default.
I have also a problem with my DELTA program. Apparently, name "DELTA" is not accepted for an unknown reason ? http://mic.nic.free.fr - Youtube - Facebook |
|||
04-22-2016, 02:57 PM
Post: #15
|
|||
|
|||
RE: here is a program that no longer works after FW10077 update
(04-22-2016 10:55 AM)Mic Wrote: There was an error because Hmin and Hmax were not created by default. Hmin and Hmax were incorrectly flagged as "global" variables previously. They are actually plot setup values in the stat1var app, and inference app. They are no longer flagged as global and hence the error. You were actually storing and modifying the plot setup values in one of the apps. DELTA is a command in the quadratic explorer. Do you have it open? TW Although I work for HP, the views and opinions I post here are my own. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)