Post Reply 
Programmable calculators with real-time clock
05-19-2017, 02:36 PM
Post: #1
Programmable calculators with real-time clock
I'm trying to come up with a list of programmable calculators that have a real-time clock that can be accessed from programs. I know of a few off the top of my head, but haven't been able to track down too many. What other ones are out there?

HP 48/49/50
HP 28 (I think there might be some SYSEVALS that get you crude access to a clock)
HP 41 (Time Module or CX, also DM 42)
TI-89 Titanium
TI Voyage 200
TI-84 (I think most forms of the 84 have one)

What about the Prime, or the various TI-Nspires? And how about other brands like Casio or Sharp?
Visit this user's website Find all posts by this user
Quote this message in a reply
05-19-2017, 03:25 PM
Post: #2
RE: Programmable calculators with real-time clock
The HP27S Solver has functions that return the current time or date, and functions to do date/time arithmetic. The palmtops (Hp95lx/100lx/200lx) also have the same Solver capability, if you want to extend your definition of calculator a bit.

Remember kids, "In a democracy, you get the government you deserve."
Find all posts by this user
Quote this message in a reply
05-19-2017, 03:28 PM
Post: #3
RE: Programmable calculators with real-time clock
(05-19-2017 03:25 PM)mfleming Wrote:  The HP27S Solver has functions that return the current time or date, and functions to do date/time arithmetic. The palmtops (Hp95lx/100lx/200lx) also have the same Solver capability, if you want to extend your definition of calculator a bit.

Do the 17B or 19B models have those functions too? I totally can't remember if I've seen them on those before.
Visit this user's website Find all posts by this user
Quote this message in a reply
05-19-2017, 03:44 PM (This post was last modified: 05-19-2017 04:00 PM by mfleming.)
Post: #4
RE: Programmable calculators with real-time clock
(05-19-2017 03:28 PM)Dave Britten Wrote:  Do the 17B or 19B models have those functions too? I totally can't remember if I've seen them on those before.

I just checked; the 19B & 17Bii indeed have the same functions. The 18B lacks the current time/date functions, so it wouldn't qualify.

Oops, correction: the 19Bii has these functions. Not sure about the 19B though.

Remember kids, "In a democracy, you get the government you deserve."
Find all posts by this user
Quote this message in a reply
05-19-2017, 05:29 PM
Post: #5
RE: Programmable calculators with real-time clock
(05-19-2017 03:44 PM)mfleming Wrote:  I just checked; the 19B & 17Bii indeed have the same functions. The 18B lacks the current time/date functions, so it wouldn't qualify.

Oops, correction: the 19Bii has these functions. Not sure about the 19B though.

I think the only significant difference with the 19BII was the addition of RPN, so the 19B probably has them.

And I suppose Lotus 1-2-3 on the HP palmtops would qualify. I've used the date and time functions quite a bit.
Visit this user's website Find all posts by this user
Quote this message in a reply
05-19-2017, 06:54 PM (This post was last modified: 05-19-2017 06:56 PM by Garth Wilson.)
Post: #6
RE: Programmable calculators with real-time clock
I don't know if you want to include the 71 since it's in a somewhat different league, but it has it too of course, and I have no doubt the 75 did. I'd be lost without the RTC and associated functions in my 41cx. I use them all the time.

http://WilsonMinesCo.com (Lots of HP-41 links at the bottom of the links page, http://wilsonminesco.com/links.html )
Visit this user's website Find all posts by this user
Quote this message in a reply
05-19-2017, 11:27 PM
Post: #7
RE: Programmable calculators with real-time clock
And there are two programmable LED calculators with real time clock, accessible from programs: HP-25E GPS and HP-29E GPS. :-)

Bernhard

That's one small step for a man - one giant leap for mankind.
Find all posts by this user
Quote this message in a reply
05-20-2017, 05:42 AM (This post was last modified: 05-20-2017 05:52 AM by AlexFekken.)
Post: #8
RE: Programmable calculators with real-time clock
The HP Prime has a clock and you can use the System.Date and System.Time variables to access the values in a raw (i.e. useful but not "user friendly") format.
Find all posts by this user
Quote this message in a reply
05-20-2017, 05:56 AM
Post: #9
RE: Programmable calculators with real-time clock
The WP 34S has a real time clock if the crystal installed.

Pauli
Find all posts by this user
Quote this message in a reply
05-20-2017, 08:54 PM
Post: #10
RE: Programmable calculators with real-time clock
(05-19-2017 11:27 PM)PANAMATIK Wrote:  And there are two programmable LED calculators with real time clock, accessible from programs: HP-25E GPS and HP-29E GPS. :-)

Bernhard

What about 9825? It has a LED display, is programmable and there is an add-on real time clock for it.
Find all posts by this user
Quote this message in a reply
05-21-2017, 01:48 AM
Post: #11
RE: Programmable calculators with real-time clock
(05-19-2017 02:36 PM)Dave Britten Wrote:  HP 41 (Time Module or CX, also DM 42)

Perhaps DM41?
Find all posts by this user
Quote this message in a reply
05-21-2017, 11:42 AM
Post: #12
RE: Programmable calculators with real-time clock
(05-21-2017 01:48 AM)DMaier Wrote:  
(05-19-2017 02:36 PM)Dave Britten Wrote:  HP 41 (Time Module or CX, also DM 42)

Perhaps DM41?

Oh yeah, that's what I meant. Do we know if the DM 42 will have time functions?
Visit this user's website Find all posts by this user
Quote this message in a reply
05-21-2017, 06:30 PM (This post was last modified: 05-23-2017 01:53 AM by Mark Hardman.)
Post: #13
RE: Programmable calculators with real-time clock
(05-20-2017 08:54 PM)Paul Berger (Canada) Wrote:  
(05-19-2017 11:27 PM)PANAMATIK Wrote:  And there are two programmable LED calculators with real time clock, accessible from programs: HP-25E GPS and HP-29E GPS. :-)

Bernhard

What about 9825? It has a LED display, is programmable and there is an add-on real time clock for it.

And let's not forget Katie's RTC for the HP-97/97S.

Enhance your HP-97 -- Add a Clock and More

Ceci n'est pas une signature.
Find all posts by this user
Quote this message in a reply
05-24-2017, 04:54 PM
Post: #14
RE: Programmable calculators with real-time clock
I find the RTC, beeper and the alarm/programmable functionality of the 48 most handy for alarm clock and audible clock functions.

TomC
Find all posts by this user
Quote this message in a reply
05-24-2017, 05:04 PM
Post: #15
RE: Programmable calculators with real-time clock
(05-24-2017 04:54 PM)TomC Wrote:  I find the RTC, beeper and the alarm/programmable functionality of the 48 most handy for alarm clock and audible clock functions.

TomC

Yeah, the 48 (and its descendants) has probably the most RTC functionality of any that I've seen so far.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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