The Museum of HP Calculators

HP Forum Archive 20

[ Return to Index | Top of Index ]

WP 34S 2.0 is going to come
Message #1 Posted by Walter B on 5 June 2011, 12:49 p.m.

Hi all,

Unless something very bad will happen, we will be making a feature and layout freeze shortly based on what's in now. This means we think what's documented works (and vice versa). We are content with what our baby does now, will build a zipped package again including the manual and an overlay file, and release it for beta testing. Then we'll lay back d;-) and switch to maintaining the functionality, if any bugs shall be found by you (for sure there will :-/ ).

For sake of clarity: The new package is not built yet. It will be soon.

Walter

      
Re: WP 34S 2.0 is going to come
Message #2 Posted by Cristian Arezzini on 5 June 2011, 11:45 p.m.,
in response to message #1 by Walter B

Hi Walter, While I'm happy to see the stable package taking a leap, this news has put me in a state of "panic", as there is a "deadline" now to ask for new features! :) Speaking of which... The key "MEM" on the HP35s opens a nice "Memory catalog" where it shows how many free bytes you have for programs, and it also shows a catalog of all the installed programs and their lengths. And it shows the defined variables, too. I think it's very useful, and used it all the time. I couldn't find anything like that in the 34s - I searched through the manual and couldn't find anything (which doesn't mean it isn't there, just that I didn't find it...) So, is such a functionality present on the 34s? If not, could it be added? :)

Cristian

            
Re: WP 34S 2.0 is going to come
Message #3 Posted by Walter B on 6 June 2011, 2:17 a.m.,
in response to message #2 by Cristian Arezzini

Ciao Cristian,

Don't panic :-) The number of free program steps is displayed in programming mode all the time. We don't feature variables, only registers - they may be checked individually using VIEW. A list of all the programs in memory is the only information missing :-/ We'll think about it.

Walter

                  
Re: WP 34S 2.0 is going to come
Message #4 Posted by Marcus von Cube, Germany on 6 June 2011, 2:36 a.m.,
in response to message #3 by Walter B

If you label your programs 'correctly' with an alpha label, the label browser will do nicely four you. Here is a small guideline how a program could be designed:

LBL 'WOW'
alpha 'WOW prog'
alphaVIEW
LBL 00
RTN
LBL A
<hotkey A function goes here>
GTO 00
LBL B
...
GTO 00

This can be put into flash or user memory and run via the CAT function. The program stops after a short message. The PC is pointing before the hotkey labels. Pressing such a key will find its next occurrence in the current program space, making sure that the function matching the selected program is executed. The GTO 00 ensures that this is true for the next keypress after the piece of code has executed. Keep the local labels (00 to 99) apart between programs or use BACK and SKIP instead to make sure all GTO or XEQ commands find their target and you can put several programs with complete hotkey support in a flash bank or user memory.

                        
Re: WP 34S 2.0 is going to come
Message #5 Posted by Cristian Arezzini on 6 June 2011, 9:03 a.m.,
in response to message #4 by Marcus von Cube, Germany

Marcus, thank you for your reply, but I can't really follow it. Maybe I should study the manual more, but I really can't understand your example. Is it supposed to be a way to organize programs? So that A, B and so on are my programs, and WOW is a sort of "container" for them all?

Cristian

                              
Re: WP 34S 2.0 is going to come
Message #6 Posted by Marcus von Cube, Germany on 6 June 2011, 10:53 a.m.,
in response to message #5 by Cristian Arezzini

My outline describes a somewhat evolved application which makes use of the hot keys for various sub functions. If you have more of these in RAM or flash, you need to make sure that hitting one of the A to D keys executes the subroutine in the correct application.

            
Re: WP 34S 2.0 is going to come
Message #7 Posted by Paul Dale on 6 June 2011, 4:44 a.m.,
in response to message #2 by Cristian Arezzini

As Walter said, registers are fixed -- no variables. Free program steps are show in program mode always -- everything that doesn't reference an alpha label takes one step with no exceptions. Alpha labels take two. Much better than bytes free :-)

Marcus wants a register (& flash backup browser) which *might* get added and might be left as a user program. We're undecided at this point.

Alpha labels have their own browser. So you can see defined "programs" but not their lengths.

Oh and, new features delay/prevent a solid release.

There will almost certainly be a 34s successor -- 34sx, 43s, ???.

Pauli

                  
Re: WP 34S 2.0 is going to come
Message #8 Posted by Cristian Arezzini on 6 June 2011, 9:06 a.m.,
in response to message #7 by Paul Dale

Quote:

Oh and, new features delay/prevent a solid release.


I gladly accept a delay (I always update with svn anyway) if that means extra capability! :) But I understand that you want to "slow down" a little after all this frantic coding!

Quote:

There will almost certainly be a 34s successor -- 34sx, 43s, ???.


Hear, hear - should I buy some more HP30b's while they last? :) And what about the possibility of repurposing other atmel machines (i.e. the newest 12c)? :)

Cristian

                        
Re: WP 34S 2.0 is going to come
Message #9 Posted by Walter B on 6 June 2011, 9:20 a.m.,
in response to message #8 by Cristian Arezzini

Ancora una volta: Unless something very bad will happen (like somebody appearing with a groundbreaking idea changing life, the universe, and everything) we will release 2.0 very soon. With a probability of 99.73% it will not feature a MEM command for the reasons mentioned above already.

Ooh, and any 34s successors are "ungelegte Hühnereier" so far, which translates to "vaporware" pretty well IMHO.

Walter

Edited: 6 June 2011, 9:24 a.m.

                        
Re: WP 34S 2.0 is going to come
Message #10 Posted by Paul Dale on 7 June 2011, 2:48 a.m.,
in response to message #8 by Cristian Arezzini

Quote:
And what about the possibility of repurposing other atmel machines (i.e. the newest 12c)? :)

We're not going to work on a 12c based device. The display of the 30b is a hurdle in more than a few respects and the 12c's is much much worse.

- Pauli

                              
Re: WP 34S 2.0 is going to come
Message #11 Posted by fhub on 7 June 2011, 4:55 a.m.,
in response to message #10 by Paul Dale

Quote:
We're not going to work on a 12c based device. The display of the 30b is a hurdle in more than a few respects and the 12c's is much much worse.
Well, look at those 32c and 33cs machines at this site: ;-)
http://www.vcalc.net/hp.htm
(on the right column a few pages down)

Wouldn't these be worth working on it? :-)))

Franz

Edited: 7 June 2011, 4:56 a.m.

                                    
Re: WP 34S 2.0 is going to come
Message #12 Posted by Paul Dale on 7 June 2011, 4:59 a.m.,
in response to message #11 by fhub

They both require reworked displays and thus quantities in the tens of thousands. No thanks.

I suspect the 34s has more capabilities already :-) Actually, I'm pretty sure of it.

- Pauli

Edited: 7 June 2011, 5:00 a.m.

                                    
Re: WP 34S 2.0 is going to come
Message #13 Posted by Walter B on 7 June 2011, 7:52 a.m.,
in response to message #11 by fhub

Hallo Franz,

The site you linked to didn't change in the last 4 - 5 years. The models presented there are from a time when wishing was meant to help, but a bit "parareal" :-)

Walter


[ Return to Index | Top of Index ]

Go back to the main exhibit hall