Post Reply 
33S Alternatives
01-02-2024, 11:13 AM (This post was last modified: 01-02-2024 11:14 AM by Matt Agajanian.)
Post: #1
33S Alternatives
Hi all.

Okay. So, between the 35S and 33S, the latter gets much gruff. From its quirky chevron keyboard to its limitations of 26 single use labels. What other HP would you recommend? Which HP would you find more useful?
Find all posts by this user
Quote this message in a reply
01-02-2024, 03:41 PM
Post: #2
RE: 33S Alternatives
I find the Swiss Micros DM32 a good fit for that second-tier programmable niche.

-J
Find all posts by this user
Quote this message in a reply
01-03-2024, 07:19 AM
Post: #3
RE: 33S Alternatives
There is no alternative. The series ended with the 35s, and it's the only calculator in this series that allows for more than 26 labels. A pity that it has never been debugged.
Find all posts by this user
Quote this message in a reply
01-03-2024, 10:22 PM
Post: #4
RE: 33S Alternatives
(01-03-2024 07:19 AM)Thomas Radtke Wrote:  There is no alternative. The series ended with the 35s, and it's the only calculator in this series that allows for more than 26 labels. A pity that it has never been debugged.

More than 26? How can I implement these extra labels?
Find all posts by this user
Quote this message in a reply
01-04-2024, 02:16 AM
Post: #5
RE: 33S Alternatives
Swiss Micros DM32. Yes, there is still a limit of 26 labels, but different state files can be made. A state file operates like a separate virtual copy of the 32SII.

https://www.swissmicros.com/product/model-dm32
Visit this user's website Find all posts by this user
Quote this message in a reply
01-04-2024, 04:28 AM
Post: #6
RE: 33S Alternatives
(01-03-2024 10:22 PM)Matt Agajanian Wrote:  
(01-03-2024 07:19 AM)Thomas Radtke Wrote:  There is no alternative. The series ended with the 35s, and it's the only calculator in this series that allows for more than 26 labels. A pity that it has never been debugged.

More than 26? How can I implement these extra labels?

The HP 35S features "Line-number addressing". The 35s allows for line number GTOs and XEQs within the still limited 26 global labels. Please see The HP 35s by Gene Wright for more details on this feature.
Visit this user's website Find all posts by this user
Quote this message in a reply
01-04-2024, 10:48 AM
Post: #7
RE: 33S Alternatives
The WP34S is well worth considering if you are really into RPN programming, need more labels, and love discovering the existence of commands you would never have thought of in your wildest dreams! It may not say “HP” on it (once the overlay and stickers are applied), but it is surely HP in spirit. It does lack the ability to solve or integrate an algebraic expression, and only has 2k of RAM and about 8k of flash memory, but in all other respects it is fantastic. The only problem is the availability of the HP-30b hardware needed to make one, but emulators exist for Windows, Macs, iPads, and even the DM42.

Having said that, I do like the HP-33S a lot despite its strange appearance. What it does it does well.

Nigel (UK)
Find all posts by this user
Quote this message in a reply
01-04-2024, 11:56 AM
Post: #8
RE: 33S Alternatives
(01-03-2024 07:19 AM)Thomas Radtke Wrote:  A pity that it has never been debugged.

It bothered me more that the wrong arrow on the blue shift key was never fixed. It always gave me the impression that the designer had no idea about HP calculators.

My calculators - former: CBM PR100, HP41CV, HP11C, HP28S - current: HP48G, HP35S, Prime, DM41X, DM42, HP12C
Find all posts by this user
Quote this message in a reply
01-04-2024, 01:16 PM
Post: #9
RE: 33S Alternatives
(01-04-2024 11:56 AM)Peet Wrote:  
(01-03-2024 07:19 AM)Thomas Radtke Wrote:  A pity that it has never been debugged.

It bothered me more that the wrong arrow on the blue shift key was never fixed. It always gave me the impression that the designer had no idea about HP calculators.

Well to be fair, HP did not *design* the HP 35s calculator. HP provided a detailed set of specifications for the functionality of the HP 35s and its form factor to Kinpo Electronics. Kinpo then designed the calculator circuitry, hardware and wrote the software for it. They also manufactured the HP 35s for HP. The HP 33s went through a similar design process.
Visit this user's website Find all posts by this user
Quote this message in a reply
01-06-2024, 09:48 AM
Post: #10
RE: 33S Alternatives
(01-04-2024 01:16 PM)Steve Simpkin Wrote:  Well to be fair, HP did not *design* the HP 35s calculator. HP provided a detailed set of specifications for the functionality of the HP 35s and its form factor to Kinpo Electronics. Kinpo then designed the calculator circuitry, hardware and wrote the software for it. They also manufactured the HP 35s for HP. The HP 33s went through a similar design process.


Well, to be brutally fair, some may say HP is 100% to blame for poor vendor control. Yet another reason I prefer the HP designed and built older machines.

-J
Find all posts by this user
Quote this message in a reply
01-06-2024, 10:45 AM
Post: #11
RE: 33S Alternatives
(01-04-2024 01:16 PM)Steve Simpkin Wrote:  Well to be fair, HP did not *design* the HP 35s calculator.

Did I say something like that somewhere? The HP 35s has the HP logo and the HP name and was sold that way for about 15 years. If HP had had even a little interest in the product then this shouldn't have happened.

My calculators - former: CBM PR100, HP41CV, HP11C, HP28S - current: HP48G, HP35S, Prime, DM41X, DM42, HP12C
Find all posts by this user
Quote this message in a reply
01-10-2024, 03:51 PM
Post: #12
RE: 33S Alternatives
For programmers, the great thing about the WP34 is local registers. Programs can allocate their own storage registers. They are automatically deallocated when the program returns. There's no more worrying whether R07 (or whatever) of some program conflicts with some other program, or your current usage of the register.

The DM32 has similar functionality in state files. You can call a program in one state file from another. I don't recall the details, but there is a combination of local and global registers in the state files.

The line-number addressing on the 35s is helpful when branching backwards, but if you're going forwards, you need to guess at the line number, continue programming, then go back and replace the branch. Maybe I just didn't get the hang of it, but I've always found it frustrating. It would have been great if you could program with labels and then just delete the labels to have the branches replaced with line-number branches instead, but it doesn't work that way. Line number branches adjust when you edit your program, but only for branches with in the current label.

Dave
Find all posts by this user
Quote this message in a reply
Post Reply 




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