HP Forums

Full Version: May 5 Update?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
What's that all about?
Hello,

Mostly a small bug in exam mode which we had to get out rely fast before exams in Europe.
Some other small bug fixes.

More importantly 2 critical "load" bugs that were causing crashes and reboot when loading old type programs (through the CK or from a backup).

Some other changes:
Code:

FIXED BUG: fix exam mode bug
FIXED BUG: TERMINAL(3):=value did not work well...
FIXED BUG: proot wizard did not work when cas was disabled
FIXED BUG: proot wizard display errors with complex polynomials
FIXED BUG: number of crash at load time for backups and programs
FIXED BUG: Python: matplotl show was not working
TECHNICAL: new language strings

Cyrille
I could not make show() work.
Code:

from matplotl import *
plot([1,2,3],[4,5,7])
show()
should display two segments.
Hello,

Unfortunately I have discovered another BUG in the APP Explorer.
On the physical calculator G2 (FW: 20210505 v14588) the display of the values is no longer displayed correctly during the transformation.

Would certainly be nice for the students if this would still work correctly!

Best thanks for the excellent work in 2021!
Application: Explorer App

Since the latest firmware 2021-05-05 v14588 on calculator Prime G2 the values are not displayed at the correct place when transforming.

Please excuse the translation.

Kind regards,
Tschumi

[attachment=9456][attachment=9457]
Thanks for the update, @cyrille!

@parisse, show() worked for me using May 5th firmware (HP Prime G2). I tested it using the hist(), since I was interested in histograms, and using the code you posted.

Below are the steps I took to update my prime:
A few things I've noticed:
  • clf() does not work, and it keeps the previous plot in the figure.
  • only way i've found (so far) to clear the previous figure is to reset the calculator
  • plot overlays on python command line, the work around is to use the hpprime library and do the clear screen trick someone posted in previous thread
  • python scripts run one after another, not sure how to disable that
  • not sure what the syntax is for hist() to include the number of bins
  • did notice my calculator rebooting sometimes when i was saving a new python file through the connectivity tool
(05-06-2021 05:08 AM)cyrille de brébisson Wrote: [ -> ]Hello,

Mostly a small bug in exam mode which we had to get out rely fast before exams in Europe.
Some other small bug fixes.

More importantly 2 critical "load" bugs that were causing crashes and reboot when loading old type programs (through the CK or from a backup).

Now my older Primes (pre-G2) constantly reboot when I connect to the CK and click on Applications in the left pane.
On my g1 it rebooted during sync until i reset the adv Graph/Function and Graph 3d after reseting those apps it syncs. So maybe the problem is one of those apps
(05-06-2021 09:48 PM)Dougggg Wrote: [ -> ]On my g1 it rebooted during sync until i reset the adv Graph/Function and Graph 3d after reseting those apps it syncs. So maybe the problem is one of those apps

I tried that, but it didn't work until I had reset all the apps and deleted all my saved apps.
(05-06-2021 07:56 PM)ace Wrote: [ -> ]Thanks for the update, @cyrille!

@parisse, show() worked for me using May 5th firmware (HP Prime G2). I tested it using the hist(), since I was interested in histograms, and using the code you posted.

Below are the steps I took to update my prime:

I did not get prompted to updated to 5/5/2021 firmware. I can't find it anywhere.
(05-06-2021 06:53 AM)parisse Wrote: [ -> ]I could not make show() work.
Code:

from matplotl import *
plot([1,2,3],[4,5,7])
show()
should display two segments.

even I can't get the little program to work
(05-06-2021 07:56 PM)ace Wrote: [ -> ]@parisse, show() worked for me using May 5th firmware (HP Prime G2). I tested it using the hist(), since I was interested in histograms, and using the code you posted.
It does not work on a G1, I did not check on a G2.
clf does indeed not work, because internally it calls the giac erase() command, and erase() is not available on the Prime CAS.
(05-07-2021 04:15 AM)Eddie W. Shore Wrote: [ -> ]I did not get prompted to updated to 5/5/2021 firmware. I can't find it anywhere.
Hi Eddie, it's on the ftp site:
ftp://ftp.hp.com/pub/calculators/Prime/
Web browsers no longer support ftp:// connection so you will need to use an FTP app with anonymus login.

The latest beta 20210428 of the Connectivity Kit will download the latest OS version 20210505 automatically. Much more convenient.
(05-07-2021 11:55 AM)StephanP Wrote: [ -> ]Web browsers no longer support ftp:// connection so you will need to use an FTP app with anonymus login.

If you're using Windows, you can simply use File Explorer. Copy the ftp: url and paste it in File Explorer's address bar, it works fine.

No idea if this works in macOS Finder; I'd guess not, but would like to know if some Mac owner could give it a try.
(05-07-2021 05:58 AM)parisse Wrote: [ -> ]
(05-06-2021 07:56 PM)ace Wrote: [ -> ]@parisse, show() worked for me using May 5th firmware (HP Prime G2). I tested it using the hist(), since I was interested in histograms, and using the code you posted.
It does not work on a G1, I did not check on a G2.
clf does indeed not work, because internally it calls the giac erase() command, and erase() is not available on the Prime CAS.

With the HP PRIME G2, two blue segments are drawn - it works! However, even if the two segments are drawn, <import 'program name' remains in the upper left corner of the calculator screen. Is this a normal thing?
Another question: if I move to HOME or CAS, how can I call and run a program written with the Python App?
(05-07-2021 11:55 AM)StephanP Wrote: [ -> ]Web browsers no longer support ftp:// connection so you will need to use an FTP app with anonymus login.

The latest beta 20210428 of the Connectivity Kit will download the latest OS version 20210505 automatically. Much more convenient.

Using File Explorer worked.

Thank you HP Team!
Using the old ie does the job.
Arno
Even better and long awaited is the automatic download starting the ConnKit
(05-07-2021 01:38 PM)Eddie W. Shore Wrote: [ -> ]
(05-07-2021 11:55 AM)StephanP Wrote: [ -> ]Web browsers no longer support ftp:// connection so you will need to use an FTP app with anonymus login.

The latest beta 20210428 of the Connectivity Kit will download the latest OS version 20210505 automatically. Much more convenient.

Using File Explorer worked.

Thank you HP Team!

I've asked about the broken ftp functionality in some browsers here
https://www.hpmuseum.org/forum/thread-16893.html to avoid cluttering this thread. .
I received an email asking me about the 5/5/2021 firmware:

When running the Connectivity Kit and he clicked on the calculator on the Kit, the calculator shut on and off.

Any recommendations?
Pages: 1 2
Reference URL's