50g group photo

Yahoo Groups archive

50g

Archive for 50g.

Index last updated: 2026-03-30 00:59 UTC

Thread

Timestamp capabilities?

Timestamp capabilities?

2008-04-09 by nlosin

Hi all,

I'm a biologist who works in some remote locations, and I'm interested
in a calculator that can double as a data entry device. I know the 50g
has an internal clock -- does anyone know if it's possible to write a
program that would allow data entry with a timestamp attached to each
data point? This would be really handy for my work. If I could make
use of the internal clock in this way, that would definitely tip the
balance toward this calculator over the TI-89.

How do you find the battery life on the 50g? How many hours of
operation might I get from a fresh set of AAAs?

Thanks in advance for your help! And please forgive the naivete of a
newbie :)

Neil Losin

R: [50g] Timestamp capabilities?

2008-04-09 by Mattioni Giancarlo

Hi Neil.
You might benefit from the TICKS command that "Returns the system time as a binary integer, in units of 1/8192 second."
I don't know the details of your data entry, but the program would provide each data entry with its own TICKS command, which could also be used to tag the entry.
Or you might prefer to use the DATE command (press & hold [RIGHT SHIFT] while pressing [9], then press [F1]) which returns the system date.

Hope this helps.
Best regards.
Giancarlo

Da: 50g@yahoogroups.com [mailto:50g@yahoogroups.com] Per conto di nlosin
Inviato: mercoledì 9 aprile 2008 06:44
A: 50g@yahoogroups.com
Oggetto: [50g] Timestamp capabilities?

Hi all,

I'm a biologist who works in some remote locations, and I'm interested
in a calculator that can double as a data entry device. I know the 50g
has an internal clock -- does anyone know if it's possible to write a
program that would allow data entry with a timestamp attached to each
data point? This would be really handy for my work. If I could make
use of the internal clock in this way, that would definitely tip the
balance toward this calculator over the TI-89.

How do you find the battery life on the 50g? How many hours of
operation might I get from a fresh set of AAAs?

Thanks in advance for your help! And please forgive the naivete of a
newbie :)

Neil Losin

Re: R: [50g] Timestamp capabilities?

2008-04-09 by Tim Wessman

program that would allow data entry with a timestamp attached to each
> data point? This would be really handy for my work. If I could make
> use of the internal clock in this way, that would definitely tip the
> balance toward this calculator over the TI-89.

Here is a program that will prompt for your note, and then store the
data into a dated file on the SD card in a folder called RESEARCH.
Each day will be in a new file, and each line will have a complete
timestamp. Here is an example of the exact text you find on the SD
card in a file named "4.092008.TXT" (the funny stuff at the beginning
can easily be erased in a text editor - it helps the calculator
identify it as a plain text file).



HPHP49-X,*°1 2 3 4 5 6 -- WED 04/09/08 10:09:14A
TESTING -- WED 04/09/08 10:10:08A
RUN AWAY LITTLE RABBIT!!! -- WED 04/09/08 10:10:38A


Begin program:

<< "Enter Profound Notes" { \Ga } INPUT " -- " + DATE TIME TSTR
+ 10 CHR + "RESEARCH/" DATE + ".TXT" + "3" ->TAG DUP
IFERR RCL THEN DROP STO ELSE ROT + SWAP DUP PURGE STO END >>

The \Ga means greek alpha character. This locks alpha mode on during
entry. The storage will automatically create a new file for the data
on the next day as needed, and all notes on the sane day are appended
into the file. This program could be easily edited and improved
depending on your needs.

> How do you find the battery life on the 50g? How many hours of
> operation might I get from a fresh set of AAAs?

Depends on how long you are using, but it can be anywhere from a week
to a month depending on usage. Note a week is about what I get on
mine while I am doing heavy programming/flash memory writes for around
6-8 hours a day. Your usage would probably be much less and so I'd
guess more around the month range.

Where are you going to be? Is ruggedness an issue? If so, you might
want something that can survive being dropped out a 4th story building
onto concrete, will take a hollowpoint .22 bullet at 100 feet
(depending on where you are going that could save your life. . . ;-),
is completely weatherproof, floats on water, AND gives you the ability
to use 4-AA batteries which will give you several months of battery
life. Only downside is about a x3 increased weight of the bare
calculator and about a x2.5 volume increase. The cost is also more
than the calculator itself as we are still trying to pay off the cost
of the steel injection molds, but I could probably work out a deal if
needed. The first link is to the main page where you can see the unit
all put together, and the second is just the box.

http://pssllc.com
http://pssllc.com/index.php?main_page=product_info&cPath=3&products_id=11

TW

Re: R: [50g] Timestamp capabilities?

2008-04-10 by Don Hart

The 50g allows you to store under a "string" name? My
49g gives STO error: bad argument type. I thought you
have to use a 'variable' name.

And how do you convert a "string" into a 'variable'?

--- Tim Wessman <timwessman@...> wrote:

> program that would allow data entry with a
> timestamp attached to each
> > data point? This would be really handy for my
> work. If I could make
> > use of the internal clock in this way, that would
> definitely tip the
> > balance toward this calculator over the TI-89.
>
> Here is a program that will prompt for your note,
> and then store the
> data into a dated file on the SD card in a folder
> called RESEARCH.
> Each day will be in a new file, and each line will
> have a complete
> timestamp. Here is an example of the exact text you
> find on the SD
> card in a file named "4.092008.TXT" (the funny
> stuff at the beginning
> can easily be erased in a text editor - it helps the
> calculator
> identify it as a plain text file).
>
>
>
> HPHP49-X,*°1 2 3 4 5 6 -- WED 04/09/08 10:09:14A
> TESTING -- WED 04/09/08 10:10:08A
> RUN AWAY LITTLE RABBIT!!! -- WED 04/09/08 10:10:38A
>
>
> Begin program:
>
> << "Enter Profound Notes" { \Ga } INPUT " -- " +
> DATE TIME TSTR
> + 10 CHR + "RESEARCH/" DATE + ".TXT" + "3" ->TAG DUP
> IFERR RCL THEN DROP STO ELSE ROT + SWAP DUP PURGE
> STO END >>
>
> The \Ga means greek alpha character. This locks
> alpha mode on during
> entry. The storage will automatically create a new
> file for the data
> on the next day as needed, and all notes on the sane
> day are appended
> into the file. This program could be easily edited
> and improved
> depending on your needs.
> ...


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Re: R: [50g] Timestamp capabilities?

2008-04-10 by Nancy Von Essen

Don    you gotta use the single quotes [ Row 4, Col 3 ] for the STO name [ 'name' ] else you get an error.      Ed VE

Don Hart <ddhart1@...> wrote:
The 50g allows you to store under a "string" name? My
49g gives STO error: bad argument type. I thought you
have to use a 'variable' name.

And how do you convert a "string" into a 'variable'?

--- Tim Wessman <timwessman@yahoo. com> wrote:

> program that would allow data entry with a
> timestamp attached to each
> > data point? This would be really handy for my
> work. If I could make
> > use of the internal clock in this way, that would
> definitely tip the
> > balance toward this calculator over the TI-89.
>
> Here is a program that will prompt for your note,
> and then store the
> data into a dated file on the SD card in a folder
> called RESEARCH.
> Each day will be in a new file, and each line will
> have a complete
> timestamp. Here is an example of the exact text you
> find on the SD
> card in a file named "4.092008.TXT" (the funny
> stuff at the beginning
> can easily be erased in a text editor - it helps the
> calculator
> identify it as a plain text file).
>
>
>
> HPHP49-X,*°1 2 3 4 5 6 -- WED 04/09/08 10:09:14A
> TESTING -- WED 04/09/08 10:10:08A
> RUN AWAY LITTLE RABBIT!!! -- WED 04/09/08 10:10:38A
>
>
> Begin program:
>
> << "Enter Profound Notes" { \Ga } INPUT " -- " +
> DATE TIME TSTR
> + 10 CHR + "RESEARCH/" DATE + ".TXT" + "3" ->TAG DUP
> IFERR RCL THEN DROP STO ELSE ROT + SWAP DUP PURGE
> STO END >>
>
> The \Ga means greek alpha character. This locks
> alpha mode on during
> entry. The storage will automatically create a new
> file for the data
> on the next day as needed, and all notes on the sane
> day are appended
> into the file. This program could be easily edited
> and improved
> depending on your needs.
> ...

____________ _________ _________ _________ _________ __
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail. yahoo.com

Re: [50g] Timestamp capabilities?

2008-04-10 by Nancy Von Essen

Neil   to check battery level, hold OON key with F6 key, then release.  Select option 8 (power).  The 50G will display the battery voltage on the stack.  Itis hexadecimal and I can not tell you how to interpret it.  Something you can test. 
 
Yes , you can time stamp your records.  Check the date command.  I used to collect stock market stock prices in order to graph them.  Here is some info to help you.  Best place to store data is the SD card.  On the 49G+, I did OK for about a year and a half, about 300 files.  Well, the 49G has a limit on the number of file names you can have.  I ran out one day.  Got a file full error.  I havent tried it on the 50G.  Too much trouble.  I have a suggestion.  Have some spare SD cards.  And change to a new one after you get 200 files or so.  64Megabyter's are OK, if you can still find them. 
  Next, if you store a file out on the SD card, you can retrieve it OK.  BUT, you can't write back to an existing file on the SD card.  You can only create new files on the SD card.  I had to load in the file from the SD card, write to it. then purge the file on the SD card and then write the updated file back out to the SD card.  Well, that's when I usually had a low battery error.  And a loss of data.  So, I think thst one needs to make a back up copy of the modified SD card file before purging the SD card file.  And have a process for storing it instead of the normal routine. 
  Lastly, it's tricky to generate a file name for the SD card.  If you want me to, I'll send you some code to do it.      Took me a while to figure it out.    good luck   Ed VE   

nlosin <nlosin@...> wrote:
Hi all,

I'm a biologist who works in some remote locations, and I'm interested
in a calculator that can double as a data entry device. I know the 50g
has an internal clock -- does anyone know if it's possible to write a
program that would allow data entry with a timestamp attached to each
data point? This would be really handy for my work. If I could make
use of the internal clock in this way, that would definitely tip the
balance toward this calculator over the TI-89.

How do you find the battery life on the 50g? How many hours of
operation might I get from a fresh set of AAAs?

Thanks in advance for your help! And please forgive the naivete of a
newbie :)

Neil Losin


Re: [50g] Timestamp capabilities?

2008-04-10 by Nancy Von Essen

Oops   that is the ON key with F6, together.    Ed VE

nlosin <nlosin@...> wrote:
Hi all,

I'm a biologist who works in some remote locations, and I'm interested
in a calculator that can double as a data entry device. I know the 50g
has an internal clock -- does anyone know if it's possible to write a
program that would allow data entry with a timestamp attached to each
data point? This would be really handy for my work. If I could make
use of the internal clock in this way, that would definitely tip the
balance toward this calculator over the TI-89.

How do you find the battery life on the 50g? How many hours of
operation might I get from a fresh set of AAAs?

Thanks in advance for your help! And please forgive the naivete of a
newbie :)

Neil Losin


Re: R: [50g] Timestamp capabilities?

2008-04-10 by Don Hart

So the users of a 50g shouldn't expect Tim's code to
store the results. I wonder how he got the output.


--- Nancy Von Essen <ceeshellmom@...> wrote:

> Don you gotta use the single quotes [ Row 4, Col
> 3 ] for the STO name [ 'name' ] else you get an
> error. Ed VE
>
> Don Hart <ddhart1@...> wrote: The 50g
> allows you to store under a "string" name? My
> 49g gives STO error: bad argument type. I thought
> you
> have to use a 'variable' name.
>
> And how do you convert a "string" into a 'variable'?
>
> --- Tim Wessman <timwessman@...> wrote:
>
> > program that would allow data entry with a
> > timestamp attached to each
> > > data point? This would be really handy for my
> > work. If I could make
> > > use of the internal clock in this way, that
> would
> > definitely tip the
> > > balance toward this calculator over the TI-89.
> >
> > Here is a program that will prompt for your note,
> > and then store the
> > data into a dated file on the SD card in a folder
> > called RESEARCH.
> > Each day will be in a new file, and each line will
> > have a complete
> > timestamp. Here is an example of the exact text
> you
> > find on the SD
> > card in a file named "4.092008.TXT" (the funny
> > stuff at the beginning
> > can easily be erased in a text editor - it helps
> the
> > calculator
> > identify it as a plain text file).
> >
> >
> >
> > HPHP49-X,*°1 2 3 4 5 6 -- WED 04/09/08 10:09:14A
> > TESTING -- WED 04/09/08 10:10:08A
> > RUN AWAY LITTLE RABBIT!!! -- WED 04/09/08
> 10:10:38A
> >
> >
> > Begin program:
> >
> > << "Enter Profound Notes" { \Ga } INPUT " -- " +
> > DATE TIME TSTR
> > + 10 CHR + "RESEARCH/" DATE + ".TXT" + "3" ->TAG
> DUP
> > IFERR RCL THEN DROP STO ELSE ROT + SWAP DUP PURGE
> > STO END >>
> >
> > The \Ga means greek alpha character. This locks
> > alpha mode on during
> > entry. The storage will automatically create a new
> > file for the data
> > on the next day as needed, and all notes on the
> sane
> > day are appended
> > into the file. This program could be easily edited
> > and improved
> > depending on your needs.
> > ...
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail.yahoo.com
>
>
>
>


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Re: R: [50g] Timestamp capabilities?

2008-04-10 by Nancy Von Essen

The ->TAG function.

Don Hart <ddhart1@...> wrote:
So the users of a 50g shouldn't expect Tim's code to
store the results. I wonder how he got the output.

--- Nancy Von Essen <ceeshellmom@ sbcglobal. net> wrote:

> Don you gotta use the single quotes [ Row 4, Col
> 3 ] for the STO name [ 'name' ] else you get an
> error. Ed VE
>
> Don Hart <ddhart1@yahoo. com> wrote: The 50g
> allows you to store under a "string" name? My
> 49g gives STO error: bad argument type. I thought
> you
> have to use a 'variable' name.
>
> And how do you convert a "string" into a 'variable'?
>
> --- Tim Wessman <timwessman@yahoo. com> wrote:
>
> > program that would allow data entry with a
> > timestamp attached to each
> > > data point? This would be really handy for my
> > work. If I could make
> > > use of the internal clock in this way, that
> would
> > definitely tip the
> > > balance toward this calculator over the TI-89.
> >
> > Here is a program that will prompt for your note,
> > and then store the
> > data into a dated file on the SD card in a folder
> > called RESEARCH.
> > Each day will be in a new file, and each line will
> > have a complete
> > timestamp. Here is an example of the exact text
> you
> > find on the SD
> > card in a file named "4.092008.TXT" (the funny
> > stuff at the beginning
> > can easily be erased in a text editor - it helps
> the
> > calculator
> > identify it as a plain text file).
> >
> >
> >
> > HPHP49-X,*°1 2 3 4 5 6 -- WED 04/09/08 10:09:14A
> > TESTING -- WED 04/09/08 10:10:08A
> > RUN AWAY LITTLE RABBIT!!! -- WED 04/09/08
> 10:10:38A
> >
> >
> > Begin program:
> >
> > << "Enter Profound Notes" { \Ga } INPUT " -- " +
> > DATE TIME TSTR
> > + 10 CHR + "RESEARCH/" DATE + ".TXT" + "3" ->TAG
> DUP
> > IFERR RCL THEN DROP STO ELSE ROT + SWAP DUP PURGE
> > STO END >>
> >
> > The \Ga means greek alpha character. This locks
> > alpha mode on during
> > entry. The storage will automatically create a new
> > file for the data
> > on the next day as needed, and all notes on the
> sane
> > day are appended
> > into the file. This program could be easily edited
> > and improved
> > depending on your needs.
> > ...
>
> ____________ _________ _________ _________ _________ __
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail. yahoo.com
>
>
>
>

____________ _________ _________ _________ _________ __
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail. yahoo.com

Re: R: [50g] Timestamp capabilities?

2008-04-10 by Don Hart

Are you saying the 50g's ->TAG changes the
"RESEARCH/xxx.TXT" to 'RESEARCH/xxx.TXT' whereas the
49g's ->TAG function does not? Because if it doesn't,
STO will return an error if you feed it 3:
"RESEARCH/xxx.TXT".


--- Nancy Von Essen <ceeshellmom@...> wrote:

> The ->TAG function.
>
> Don Hart <ddhart1@...> wrote: So the
> users of a 50g shouldn't expect Tim's code to
> store the results. I wonder how he got the output.
>
> --- Nancy Von Essen <ceeshellmom@...>
> wrote:
>
> > Don you gotta use the single quotes [ Row 4, Col
> > 3 ] for the STO name [ 'name' ] else you get an
> > error. Ed VE
> >
> > Don Hart <ddhart1@...> wrote: The 50g
> > allows you to store under a "string" name? My
> > 49g gives STO error: bad argument type. I thought
> > you
> > have to use a 'variable' name.
> >
> > And how do you convert a "string" into a
> 'variable'?
> >
> > --- Tim Wessman <timwessman@...> wrote:
> >
> > > program that would allow data entry with a
> > > timestamp attached to each
> > > > data point? This would be really handy for my
> > > work. If I could make
> > > > use of the internal clock in this way, that
> > would
> > > definitely tip the
> > > > balance toward this calculator over the TI-89.
> > >
> > > Here is a program that will prompt for your
> note,
> > > and then store the
> > > data into a dated file on the SD card in a
> folder
> > > called RESEARCH.
> > > Each day will be in a new file, and each line
> will
> > > have a complete
> > > timestamp. Here is an example of the exact text
> > you
> > > find on the SD
> > > card in a file named "4.092008.TXT" (the funny
> > > stuff at the beginning
> > > can easily be erased in a text editor - it helps
> > the
> > > calculator
> > > identify it as a plain text file).
> > >
> > >
> > >
> > > HPHP49-X,*°1 2 3 4 5 6 -- WED 04/09/08
> 10:09:14A
> > > TESTING -- WED 04/09/08 10:10:08A
> > > RUN AWAY LITTLE RABBIT!!! -- WED 04/09/08
> > 10:10:38A
> > >
> > >
> > > Begin program:
> > >
> > > << "Enter Profound Notes" { \Ga } INPUT " -- " +
> > > DATE TIME TSTR
> > > + 10 CHR + "RESEARCH/" DATE + ".TXT" + "3" ->TAG
> > DUP
> > > IFERR RCL THEN DROP STO ELSE ROT + SWAP DUP
> PURGE
> > > STO END >>
> > >
> > > The \Ga means greek alpha character. This locks
> > > alpha mode on during
> > > entry. The storage will automatically create a
> new
> > > file for the data
> > > on the next day as needed, and all notes on the
> > sane
> > > day are appended
> > > into the file. This program could be easily
> edited
> > > and improved
> > > depending on your needs.
> > > ...
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > http://mail.yahoo.com
> >
> >
> >
> >
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail.yahoo.com
>
>
>
>


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Re: R: [50g] Timestamp capabilities?

2008-04-11 by Nancy Von Essen

Hi Don   Ed Von Essen here again. 
  To answer your question, no,  ->TAG should work the same on both.  And it is described on page 21-33 of the 50G User Guide.
 
  Now to eat a little crow.    In the past, I had tried using   :3:    and when entered, this produces an INVALID SYNTAX error.    However, one can type in   :3:"FILENAME" and press enter.  This results in   3:  "FILENAME"     on the command line and providing that there is an object on line 2 of the stack, that object can be STOred on the SD Card.
 
  As an aside, I have been using my 50G for this because when I try to store anything out on the SD card in the 49G+, I am getting a   DISK FULL   error.  Evidently too much stock data on it.
 
  What I said about having to purge a file on the SD card before using that file name again still holds true.  Just tried writing an object to the same file I used a little while ago and this resulted in a    STO Error:  Object In Use   .
 
   By the way, I just bought 48 AAA batteries at Costco for about 12.50 plus tax today.  They are Costco's own brand, Kirkland, which have worked OK in other applications in the past.   
 
   HP should furnish a Pocket Guide with the 50G.  The one that came with the 49G is very helpful. 
 
  And I haven't had to use the   ->TAG   function on any of this, this afternoon.  Although I haven't tried any of this in a program, only from the command line.
 
There's too much to learn and not enough time or head memory to do it.
Regards     Ed   
 
     
 
 
 
 
Don Hart <ddhart1@...> wrote:
Are you saying the 50g's ->TAG changes the
"RESEARCH/xxx. TXT" to 'RESEARCH/xxx. TXT' whereas the
49g's ->TAG function does not? Because if it doesn't,
STO will return an error if you feed it 3:
"RESEARCH/xxx. TXT".

--- Nancy Von Essen <ceeshellmom@ sbcglobal. net> wrote:

> The ->TAG function.
>
> Don Hart <ddhart1@yahoo. com> wrote: So the
> users of a 50g shouldn't expect Tim's code to
> store the results. I wonder how he got the output.
>
> --- Nancy Von Essen <ceeshellmom@ sbcglobal. net>
> wrote:
>
> > Don you gotta use the single quotes [ Row 4, Col
> > 3 ] for the STO name [ 'name' ] else you get an
> > error. Ed VE
> >
> > Don Hart <ddhart1@yahoo. com> wrote: The 50g
> > allows you to store under a "string" name? My
> > 49g gives STO error: bad argument type. I thought
> > you
> > have to use a 'variable' name.
> >
> > And how do you convert a "string" into a
> 'variable'?
> >
> > --- Tim Wessman <timwessman@yahoo. com> wrote:
> >
> > > program that would allow data entry with a
> > > timestamp attached to each
> > > > data point? This would be really handy for my
> > > work. If I could make
> > > > use of the internal clock in this way, that
> > would
> > > definitely tip the
> > > > balance toward this calculator over the TI-89.
> > >
> > > Here is a program that will prompt for your
> note,
> > > and then store the
> > > data into a dated file on the SD card in a
> folder
> > > called RESEARCH.
> > > Each day will be in a new file, and each line
> will
> > > have a complete
> > > timestamp. Here is an example of the exact text
> > you
> > > find on the SD
> > > card in a file named "4.092008.TXT" (the funny
> > > stuff at the beginning
> > > can easily be erased in a text editor - it helps
> > the
> > > calculator
> > > identify it as a plain text file).
> > >
> > >
> > >
> > > HPHP49-X,*°1 2 3 4 5 6 -- WED 04/09/08
> 10:09:14A
> > > TESTING -- WED 04/09/08 10:10:08A
> > > RUN AWAY LITTLE RABBIT!!! -- WED 04/09/08
> > 10:10:38A
> > >
> > >
> > > Begin program:
> > >
> > > << "Enter Profound Notes" { \Ga } INPUT " -- " +
> > > DATE TIME TSTR
> > > + 10 CHR + "RESEARCH/" DATE + ".TXT" + "3" ->TAG
> > DUP
> > > IFERR RCL THEN DROP STO ELSE ROT + SWAP DUP
> PURGE
> > > STO END >>
> > >
> > > The \Ga means greek alpha character. This locks
> > > alpha mode on during
> > > entry. The storage will automatically create a
> new
> > > file for the data
> > > on the next day as needed, and all notes on the
> > sane
> > > day are appended
> > > into the file. This program could be easily
> edited
> > > and improved
> > > depending on your needs.
> > > ...
> >
> > ____________ _________ _________ _________ _________ __
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > http://mail. yahoo.com
> >
> >
> >
> >
>
> ____________ _________ _________ _________ _________ __
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail. yahoo.com
>
>
>
>

____________ _________ _________ _________ _________ __
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail. yahoo.com

Re: R: [50g] Timestamp capabilities?

2008-04-11 by Don Hart

Ah, so the 50g IS different in that respect & explains
why Tim's prog works but not on the 49g. Thanks, Ed,
for being patient with me.

As for your DISK FULL error, I find consolidating data
into list and saving the list as one object cuts down
on the number of individual files. Depending on what
exactly you're doing, it might help in your case too.

W/R batteries, I've been using NiMH batteries in my
hp48 on a trial basis. They seem to work fine except
there's almost no grace period between the batt
warning & full dead. I usually pull them out a little
early (knowing about how long they last) & finish
using them in my mp3 player.

Any way, thanks for your help


--- Nancy Von Essen <ceeshellmom@...> wrote:

> Hi Don Ed Von Essen here again.
> To answer your question, no, ->TAG should work
> the same on both. And it is described on page 21-33
> of the 50G User Guide.
>
> Now to eat a little crow. In the past, I had
> tried using :3: and when entered, this produces
> an INVALID SYNTAX error. However, one can type in
> :3:"FILENAME" and press enter. This results in
> 3: "FILENAME" on the command line and providing
> that there is an object on line 2 of the stack, that
> object can be STOred on the SD Card.
>
> As an aside, I have been using my 50G for this
> because when I try to store anything out on the SD
> card in the 49G+, I am getting a DISK FULL
> error. Evidently too much stock data on it.
>
> What I said about having to purge a file on the
> SD card before using that file name again still
> holds true. Just tried writing an object to the
> same file I used a little while ago and this
> resulted in a STO Error: Object In Use .
>
> By the way, I just bought 48 AAA batteries at
> Costco for about 12.50 plus tax today. They are
> Costco's own brand, Kirkland, which have worked OK
> in other applications in the past.
>
> HP should furnish a Pocket Guide with the 50G.
> The one that came with the 49G is very helpful.
>
> And I haven't had to use the ->TAG function
> on any of this, this afternoon. Although I haven't
> tried any of this in a program, only from the
> command line.
>
> There's too much to learn and not enough time or
> head memory to do it.
> Regards Ed
>
>
>
>
>
>
> Don Hart <ddhart1@...> wrote:
> Are you saying the 50g's ->TAG changes the
> "RESEARCH/xxx.TXT" to 'RESEARCH/xxx.TXT' whereas the
> 49g's ->TAG function does not? Because if it
> doesn't,
> STO will return an error if you feed it 3:
> "RESEARCH/xxx.TXT".
>
> --- Nancy Von Essen <ceeshellmom@...>
> wrote:
>
> > The ->TAG function.
> >
> > Don Hart <ddhart1@...> wrote: So the
> > users of a 50g shouldn't expect Tim's code to
> > store the results. I wonder how he got the output.
> >
> > --- Nancy Von Essen <ceeshellmom@...>
> > wrote:
> >
> > > Don you gotta use the single quotes [ Row 4, Col
> > > 3 ] for the STO name [ 'name' ] else you get an
> > > error. Ed VE
> > >
> > > Don Hart <ddhart1@...> wrote: The 50g
> > > allows you to store under a "string" name? My
> > > 49g gives STO error: bad argument type. I
> thought
> > > you
> > > have to use a 'variable' name.
> > >
> > > And how do you convert a "string" into a
> > 'variable'?
> > >
> > > --- Tim Wessman <timwessman@...> wrote:
> > >
> > > > program that would allow data entry with a
> > > > timestamp attached to each
> > > > > data point? This would be really handy for
> my
> > > > work. If I could make
> > > > > use of the internal clock in this way, that
> > > would
> > > > definitely tip the
> > > > > balance toward this calculator over the
> TI-89.
> > > >
> > > > Here is a program that will prompt for your
> > note,
> > > > and then store the
> > > > data into a dated file on the SD card in a
> > folder
> > > > called RESEARCH.
> > > > Each day will be in a new file, and each line
> > will
> > > > have a complete
> > > > timestamp. Here is an example of the exact
> text
> > > you
> > > > find on the SD
> > > > card in a file named "4.092008.TXT" (the funny
> > > > stuff at the beginning
> > > > can easily be erased in a text editor - it
> helps
> > > the
> > > > calculator
> > > > identify it as a plain text file).
> > > >
> > > >
> > > >
> > > > HPHP49-X,*°1 2 3 4 5 6 -- WED 04/09/08
> > 10:09:14A
> > > > TESTING -- WED 04/09/08 10:10:08A
> > > > RUN AWAY LITTLE RABBIT!!! -- WED 04/09/08
> > > 10:10:38A
> > > >
> > > >
> > > > Begin program:
> > > >
> > > > << "Enter Profound Notes" { \Ga } INPUT " -- "
> +
> > > > DATE TIME TSTR
> > > > + 10 CHR + "RESEARCH/" DATE + ".TXT" + "3"
> ->TAG
> > > DUP
> > > > IFERR RCL THEN DROP STO ELSE ROT + SWAP DUP
> > PURGE
> > > > STO END >>
> > > >
> > > > The \Ga means greek alpha character. This
> locks
> > > > alpha mode on during
> > > > entry. The storage will automatically create a
> > new
> > > > file for the data
> > > > on the next day as needed, and all notes on
> the
> > > sane
> > > > day are appended
> > > > into the file. This program could be easily
> > edited
> > > > and improved
> > > > depending on your needs.
> > > > ...
> > >
> > >
> __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam
> > > protection around
> > > http://mail.yahoo.com
> > >
> > >
> > >
> > >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > http://mail.yahoo.com
> >
> >
> >
> >
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail.yahoo.com
>
>
>
>


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Re: R: [50g] Timestamp capabilities?

2008-04-11 by Don Hart

In case you or any lurkers care, the guide is at
www.hpcalc.org in PDF format.

When you get there, search for... hp49 pocket guide
There are a few related files.


--- Nancy Von Essen <ceeshellmom@...> wrote:

> ...
> HP should furnish a Pocket Guide with the 50G.
> The one that came with the 49G is very helpful.
>



__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Re: R: [50g] Timestamp capabilities?

2008-04-11 by Nancy Von Essen

Don   I rarely use the 49G.  SLOW!!!!!   I actually have no reason to have any of the G series except curiosity.  And yes, HP has added functions as new models come out.  Do you have any clue on how to update to the new version  [2.09 ?}     Ed


Don Hart <ddhart1@...> wrote:
Ah, so the 50g IS different in that respect & explains
why Tim's prog works but not on the 49g. Thanks, Ed,
for being patient with me.

As for your DISK FULL error, I find consolidating data
into list and saving the list as one object cuts down
on the number of individual files. Depending on what
exactly you're doing, it might help in your case too.

W/R batteries, I've been using NiMH batteries in my
hp48 on a trial basis. They seem to work fine except
there's almost no grace period between the batt
warning & full dead. I usually pull them out a little
early (knowing about how long they last) & finish
using them in my mp3 player.

Any way, thanks for your help

--- Nancy Von Essen <ceeshellmom@ sbcglobal. net> wrote:

> Hi Don Ed Von Essen here again.
> To answer your question, no, ->TAG should work
> the same on both. And it is described on page 21-33
> of the 50G User Guide.
>
> Now to eat a little crow. In the past, I had
> tried using :3: and when entered, this produces
> an INVALID SYNTAX error. However, one can type in
> :3:"FILENAME" and press enter. This results in
> 3: "FILENAME" on the command line and providing
> that there is an object on line 2 of the stack, that
> object can be STOred on the SD Card.
>
> As an aside, I have been using my 50G for this
> because when I try to store anything out on the SD
> card in the 49G+, I am getting a DISK FULL
> error. Evidently too much stock data on it.
>
> What I said about having to purge a file on the
> SD card before using that file name again still
> holds true. Just tried writing an object to the
> same file I used a little while ago and this
> resulted in a STO Error: Object In Use .
>
> By the way, I just bought 48 AAA batteries at
> Costco for about 12.50 plus tax today. They are
> Costco's own brand, Kirkland, which have worked OK
> in other applications in the past.
>
> HP should furnish a Pocket Guide with the 50G.
> The one that came with the 49G is very helpful.
>
> And I haven't had to use the ->TAG function
> on any of this, this afternoon. Although I haven't
> tried any of this in a program, only from the
> command line.
>
> There's too much to learn and not enough time or
> head memory to do it.
> Regards Ed
>
>
>
>
>
>
> Don Hart <ddhart1@yahoo. com> wrote:
> Are you saying the 50g's ->TAG changes the
> "RESEARCH/xxx. TXT" to 'RESEARCH/xxx. TXT' whereas the
> 49g's ->TAG function does not? Because if it
> doesn't,
> STO will return an error if you feed it 3:
> "RESEARCH/xxx. TXT".
>
> --- Nancy Von Essen <ceeshellmom@ sbcglobal. net>
> wrote:
>
> > The ->TAG function.
> >
> > Don Hart <ddhart1@yahoo. com> wrote: So the
> > users of a 50g shouldn't expect Tim's code to
> > store the results. I wonder how he got the output.
> >
> > --- Nancy Von Essen <ceeshellmom@ sbcglobal. net>
> > wrote:
> >
> > > Don you gotta use the single quotes [ Row 4, Col
> > > 3 ] for the STO name [ 'name' ] else you get an
> > > error. Ed VE
> > >
> > > Don Hart <ddhart1@yahoo. com> wrote: The 50g
> > > allows you to store under a "string" name? My
> > > 49g gives STO error: bad argument type. I
> thought
> > > you
> > > have to use a 'variable' name.
> > >
> > > And how do you convert a "string" into a
> > 'variable'?
> > >
> > > --- Tim Wessman <timwessman@yahoo. com> wrote:
> > >
> > > > program that would allow data entry with a
> > > > timestamp attached to each
> > > > > data point? This would be really handy for
> my
> > > > work. If I could make
> > > > > use of the internal clock in this way, that
> > > would
> > > > definitely tip the
> > > > > balance toward this calculator over the
> TI-89.
> > > >
> > > > Here is a program that will prompt for your
> > note,
> > > > and then store the
> > > > data into a dated file on the SD card in a
> > folder
> > > > called RESEARCH.
> > > > Each day will be in a new file, and each line
> > will
> > > > have a complete
> > > > timestamp. Here is an example of the exact
> text
> > > you
> > > > find on the SD
> > > > card in a file named "4.092008.TXT" (the funny
> > > > stuff at the beginning
> > > > can easily be erased in a text editor - it
> helps
> > > the
> > > > calculator
> > > > identify it as a plain text file).
> > > >
> > > >
> > > >
> > > > HPHP49-X,*°1 2 3 4 5 6 -- WED 04/09/08
> > 10:09:14A
> > > > TESTING -- WED 04/09/08 10:10:08A
> > > > RUN AWAY LITTLE RABBIT!!! -- WED 04/09/08
> > > 10:10:38A
> > > >
> > > >
> > > > Begin program:
> > > >
> > > > << "Enter Profound Notes" { \Ga } INPUT " -- "
> +
> > > > DATE TIME TSTR
> > > > + 10 CHR + "RESEARCH/" DATE + ".TXT" + "3"
> ->TAG
> > > DUP
> > > > IFERR RCL THEN DROP STO ELSE ROT + SWAP DUP
> > PURGE
> > > > STO END >>
> > > >
> > > > The \Ga means greek alpha character. This
> locks
> > > > alpha mode on during
> > > > entry. The storage will automatically create a
> > new
> > > > file for the data
> > > > on the next day as needed, and all notes on
> the
> > > sane
> > > > day are appended
> > > > into the file. This program could be easily
> > edited
> > > > and improved
> > > > depending on your needs.
> > > > ...
> > >
> > >
> ____________ _________ _________ _________ _________ __
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam
> > > protection around
> > > http://mail. yahoo.com
> > >
> > >
> > >
> > >
> >
> > ____________ _________ _________ _________ _________ __
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > http://mail. yahoo.com
> >
> >
> >
> >
>
> ____________ _________ _________ _________ _________ __
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail. yahoo.com
>
>
>
>

____________ _________ _________ _________ _________ __
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail. yahoo.com

Re: R: [50g] Timestamp capabilities?

2008-04-11 by Nancy Von Essen

Hi Don  Ed here.
 
The DISK FULL error is occurring with FILES showing 52608 KB remaining on the SD card, a 64 KB unit.  It came as a complete surprise.  

Don Hart <ddhart1@...> wrote:
Ah, so the 50g IS different in that respect & explains
why Tim's prog works but not on the 49g. Thanks, Ed,
for being patient with me.

As for your DISK FULL error, I find consolidating data
into list and saving the list as one object cuts down
on the number of individual files. Depending on what
exactly you're doing, it might help in your case too.

W/R batteries, I've been using NiMH batteries in my
hp48 on a trial basis. They seem to work fine except
there's almost no grace period between the batt
warning & full dead. I usually pull them out a little
early (knowing about how long they last) & finish
using them in my mp3 player.

Any way, thanks for your help

--- Nancy Von Essen <ceeshellmom@ sbcglobal. net> wrote:

> Hi Don Ed Von Essen here again.
> To answer your question, no, ->TAG should work
> the same on both. And it is described on page 21-33
> of the 50G User Guide.
>
> Now to eat a little crow. In the past, I had
> tried using :3: and when entered, this produces
> an INVALID SYNTAX error. However, one can type in
> :3:"FILENAME" and press enter. This results in
> 3: "FILENAME" on the command line and providing
> that there is an object on line 2 of the stack, that
> object can be STOred on the SD Card.
>
> As an aside, I have been using my 50G for this
> because when I try to store anything out on the SD
> card in the 49G+, I am getting a DISK FULL
> error. Evidently too much stock data on it.
>
> What I said about having to purge a file on the
> SD card before using that file name again still
> holds true. Just tried writing an object to the
> same file I used a little while ago and this
> resulted in a STO Error: Object In Use .
>
> By the way, I just bought 48 AAA batteries at
> Costco for about 12.50 plus tax today. They are
> Costco's own brand, Kirkland, which have worked OK
> in other applications in the past.
>
> HP should furnish a Pocket Guide with the 50G.
> The one that came with the 49G is very helpful.
>
> And I haven't had to use the ->TAG function
> on any of this, this afternoon. Although I haven't
> tried any of this in a program, only from the
> command line.
>
> There's too much to learn and not enough time or
> head memory to do it.
> Regards Ed
>
>
>
>
>
>
> Don Hart <ddhart1@yahoo. com> wrote:
> Are you saying the 50g's ->TAG changes the
> "RESEARCH/xxx. TXT" to 'RESEARCH/xxx. TXT' whereas the
> 49g's ->TAG function does not? Because if it
> doesn't,
> STO will return an error if you feed it 3:
> "RESEARCH/xxx. TXT".
>
> --- Nancy Von Essen <ceeshellmom@ sbcglobal. net>
> wrote:
>
> > The ->TAG function.
> >
> > Don Hart <ddhart1@yahoo. com> wrote: So the
> > users of a 50g shouldn't expect Tim's code to
> > store the results. I wonder how he got the output.
> >
> > --- Nancy Von Essen <ceeshellmom@ sbcglobal. net>
> > wrote:
> >
> > > Don you gotta use the single quotes [ Row 4, Col
> > > 3 ] for the STO name [ 'name' ] else you get an
> > > error. Ed VE
> > >
> > > Don Hart <ddhart1@yahoo. com> wrote: The 50g
> > > allows you to store under a "string" name? My
> > > 49g gives STO error: bad argument type. I
> thought
> > > you
> > > have to use a 'variable' name.
> > >
> > > And how do you convert a "string" into a
> > 'variable'?
> > >
> > > --- Tim Wessman <timwessman@yahoo. com> wrote:
> > >
> > > > program that would allow data entry with a
> > > > timestamp attached to each
> > > > > data point? This would be really handy for
> my
> > > > work. If I could make
> > > > > use of the internal clock in this way, that
> > > would
> > > > definitely tip the
> > > > > balance toward this calculator over the
> TI-89.
> > > >
> > > > Here is a program that will prompt for your
> > note,
> > > > and then store the
> > > > data into a dated file on the SD card in a
> > folder
> > > > called RESEARCH.
> > > > Each day will be in a new file, and each line
> > will
> > > > have a complete
> > > > timestamp. Here is an example of the exact
> text
> > > you
> > > > find on the SD
> > > > card in a file named "4.092008.TXT" (the funny
> > > > stuff at the beginning
> > > > can easily be erased in a text editor - it
> helps
> > > the
> > > > calculator
> > > > identify it as a plain text file).
> > > >
> > > >
> > > >
> > > > HPHP49-X,*°1 2 3 4 5 6 -- WED 04/09/08
> > 10:09:14A
> > > > TESTING -- WED 04/09/08 10:10:08A
> > > > RUN AWAY LITTLE RABBIT!!! -- WED 04/09/08
> > > 10:10:38A
> > > >
> > > >
> > > > Begin program:
> > > >
> > > > << "Enter Profound Notes" { \Ga } INPUT " -- "
> +
> > > > DATE TIME TSTR
> > > > + 10 CHR + "RESEARCH/" DATE + ".TXT" + "3"
> ->TAG
> > > DUP
> > > > IFERR RCL THEN DROP STO ELSE ROT + SWAP DUP
> > PURGE
> > > > STO END >>
> > > >
> > > > The \Ga means greek alpha character. This
> locks
> > > > alpha mode on during
> > > > entry. The storage will automatically create a
> > new
> > > > file for the data
> > > > on the next day as needed, and all notes on
> the
> > > sane
> > > > day are appended
> > > > into the file. This program could be easily
> > edited
> > > > and improved
> > > > depending on your needs.
> > > > ...
> > >
> > >
> ____________ _________ _________ _________ _________ __
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam
> > > protection around
> > > http://mail. yahoo.com
> > >
> > >
> > >
> > >
> >
> > ____________ _________ _________ _________ _________ __
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > http://mail. yahoo.com
> >
> >
> >
> >
>
> ____________ _________ _________ _________ _________ __
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail. yahoo.com
>
>
>
>

____________ _________ _________ _________ _________ __
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail. yahoo.com

Re: R: [50g] Timestamp capabilities?

2008-04-11 by Don Hart

Do you mean update the 50g to 2.09? I don't think the
49g can use it because the code is designed to use the
ARM chip. The 50g runs under emulation on an ARM chip.

Yes, the 49g is slow, but it's still useful for
simpler stuff and to avoid pencil & paper errors. If I
need speed I'll use EMU48 or Maxima.


--- Nancy Von Essen <ceeshellmom@...> wrote:

> Don I rarely use the 49G. SLOW!!!!! I actually
> have no reason to have any of the G series except
> curiosity. And yes, HP has added functions as new
> models come out. Do you have any clue on how to
> update to the new version [2.09 ?} Ed
> ...


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Re: R: [50g] Timestamp capabilities?

2008-04-11 by Don Hart

I think the SD card is formated to FAT16 or FAT32. And
I think all FAT drives have a limit on the number of
files that can be stored in the root directory. Wasn't
it you who said you have a lot of files on it? That
may be your problem.


--- Nancy Von Essen <ceeshellmom@...> wrote:

> Hi Don Ed here.
>
> The DISK FULL error is occurring with FILES
> showing 52608 KB remaining on the SD card, a 64 KB
> unit. It came as a complete surprise.
>



__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Re: R: [50g] Timestamp capabilities?

2008-04-12 by André Neves

Yes, it is possible that you have exceeded the limit of existing files, instead of running out of space. This may happen if you have a lot of files, doesn't matter the size of them - even some computers may have this problem (for a gigantic number of files, though).

Here is something to check if this is really the case: try erasing two files and storing one bigger than both. If you can store this file, maybe my hypothesis is right.

André

On Fri, Apr 11, 2008 at 5:01 AM, Don Hart <ddhart1@...> wrote:
I think the SD card is formated to FAT16 or FAT32. And
I think all FAT drives have a limit on the number of
files that can be stored in the root directory. Wasn't
it you who said you have a lot of files on it? That
may be your problem.


--- Nancy Von Essen <ceeshellmom@...> wrote:

> Hi Don  Ed here.
>
>   The DISK FULL error is occurring with FILES
> showing 52608 KB remaining on the SD card, a 64 KB
> unit.  It came as a complete surprise.
>



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
   http://groups.yahoo.com/group/50g/

<*> Your email settings:
   Individual Email | Traditional

<*> To change settings online go to:
   http://groups.yahoo.com/group/50g/join
   (Yahoo! ID required)

<*> To change settings via email:
   mailto:50g-digest@yahoogroups.com
   mailto:50g-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
   50g-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
   http://docs.yahoo.com/info/terms/


Re: R: [50g] Timestamp capabilities? and DISK FULL error

2008-04-12 by Nancy Von Essen

Andre'    Ed here.   I counted approximately 504 objects on the SD card.  I say 504 because I may have skipped a few.  My down arrow key may bounce and advance by two objects. 
 
Next, I deleted two of the last objects (872 bytes each).  Then I stored a real object (19 bytes).  That was OK.  When I tried to repeat this with a different real object, the 49G screen went blank, changed intensity, blinking different shades of gray, reset and restarted.  I checked the SD card and the first object I stored is there.  The second object I tried to store came up as a string and the object is a blank, i.e., no display on the screen when view is pressed.  So I now have objects  A1  and  A2  , the object names I used, on the SD card.
 
Then I tried storing object  A3  on the SD card and got the DISK FULL error.  Otherwise, I can still store objects in regular [home] memory.   So I hope this answers your question.

It is interesting to note that I did not use ->TAG to store objects in SD memory.  After entering data onto the stack, one enters the :: key , then 3, then > to shift the cursor right, next enter the "" key, then ALPHA , A, 1, and press ENTER.  Then press STO.
 
To store in HOME memory, one puts data on the stack, presses the '  [single quote] key, ALPHA, A, 1, ENTER, and STO.
 
The real data I used is:   355, ENTER, 113, / (divide).  Result is 3.1415929, an easy way to get close to PI.  And easy to remember    113355.
 
So, to avoid DISK FULL errors, compact your data into really big objects  or use multiple SD cards.  It'll mean somewhat longer processing time but will result in no surprises. 
 
Regards    Ed Von Essen
 

André Neves <andrechalella@...> wrote:
Yes, it is possible that you have exceeded the limit of existing files, instead of running out of space. This may happen if you have a lot of files, doesn't matter the size of them - even some computers may have this problem (for a gigantic number of files, though).

Here is something to check if this is really the case: try erasing two files and storing one bigger than both. If you can store this file, maybe my hypothesis is right.

André

On Fri, Apr 11, 2008 at 5:01 AM, Don Hart <ddhart1@yahoo. com> wrote:
I think the SD card is formated to FAT16 or FAT32. And
I think all FAT drives have a limit on the number of
files that can be stored in the root directory. Wasn't
it you who said you have a lot of files on it? That
may be your problem.


--- Nancy Von Essen <ceeshellmom@ sbcglobal. net> wrote:

> Hi Don  Ed here.
>
>   The DISK FULL error is occurring with FILES
> showing 52608 KB remaining on the SD card, a 64 KB
> unit.  It came as a complete surprise.
>



____________ _________ _________ _________ _________ __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail. yahoo.com

------------ --------- --------- ------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
   http://groups. yahoo.com/ group/50g/

<*> Your email settings:
   Individual Email | Traditional

<*> To change settings online go to:
   http://groups. yahoo.com/ group/50g/ join
   (Yahoo! ID required)

<*> To change settings via email:
   mailto:50g-digest@yahoogro ups.com
   mailto:50g-fullfeatured@ yahoogroups. com

<*> To unsubscribe from this group, send an email to:
   50g-unsubscribe@ yahoogroups. com

<*> Your use of Yahoo! Groups is subject to:
   http://docs. yahoo.com/ info/terms/



Re: R: [50g] Timestamp capabilities? and DISK FULL error

2008-04-12 by André Neves

Well, Ed, for the test you made, I think you have really exceeded the maximum number of files. I don't know much about the calculator (actually I know very little), but for what I know of file systems, this limitation really exists.

And your mnemonic for pi is really great ;)

Regards,
André

On Sat, Apr 12, 2008 at 5:54 PM, Nancy Von Essen <ceeshellmom@...> wrote:
Andre'    Ed here.   I counted approximately 504 objects on the SD card.  I say 504 because I may have skipped a few.  My down arrow key may bounce and advance by two objects. 
 
Next, I deleted two of the last objects (872 bytes each).  Then I stored a real object (19 bytes).  That was OK.  When I tried to repeat this with a different real object, the 49G screen went blank, changed intensity, blinking different shades of gray, reset and restarted.  I checked the SD card and the first object I stored is there.  The second object I tried to store came up as a string and the object is a blank, i.e., no display on the screen when view is pressed.  So I now have objects  A1  and  A2  , the object names I used, on the SD card.
 
Then I tried storing object  A3  on the SD card and got the DISK FULL error.  Otherwise, I can still store objects in regular [home] memory.   So I hope this answers your question.

It is interesting to note that I did not use ->TAG to store objects in SD memory.  After entering data onto the stack, one enters the :: key , then 3, then > to shift the cursor right, next enter the "" key, then ALPHA , A, 1, and press ENTER.  Then press STO.
 
To store in HOME memory, one puts data on the stack, presses the '  [single quote] key, ALPHA, A, 1, ENTER, and STO.
 
The real data I used is:   355, ENTER, 113, / (divide).  Result is 3.1415929, an easy way to get close to PI.  And easy to remember    113355.
 
So, to avoid DISK FULL errors, compact your data into really big objects  or use multiple SD cards.  It'll mean somewhat longer processing time but will result in no surprises. 
 
Regards    Ed Von Essen
 

André Neves <andrechalella@...> wrote:
Yes, it is possible that you have exceeded the limit of existing files, instead of running out of space. This may happen if you have a lot of files, doesn't matter the size of them - even some computers may have this problem (for a gigantic number of files, though).

Here is something to check if this is really the case: try erasing two files and storing one bigger than both. If you can store this file, maybe my hypothesis is right.

André

On Fri, Apr 11, 2008 at 5:01 AM, Don Hart <ddhart1@...> wrote:
I think the SD card is formated to FAT16 or FAT32. And
I think all FAT drives have a limit on the number of
files that can be stored in the root directory. Wasn't
it you who said you have a lot of files on it? That
may be your problem.


--- Nancy Von Essen <ceeshellmom@...> wrote:

> Hi Don  Ed here.
>
>   The DISK FULL error is occurring with FILES
> showing 52608 KB remaining on the SD card, a 64 KB
> unit.  It came as a complete surprise.
>



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
   http://groups.yahoo.com/group/50g/

<*> Your email settings:
   Individual Email | Traditional

<*> To change settings online go to:
   http://groups.yahoo.com/group/50g/join
   (Yahoo! ID required)

<*> To change settings via email:
   mailto:50g-digest@yahoogroups.com
   mailto:50g-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
   50g-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
   http://docs.yahoo.com/info/terms/




Re: R: [50g] Timestamp capabilities?

2008-04-12 by Nancy Von Essen

Tim   Ed here.  Just wanted to say thanks for the help I received from your program.  You have no idea the struggle to store data out on the 49G's SD card using the information in print for the 49G.  There is a brief note about using the :3: to reach the SD memory.
 
I have a couple of questions;  is it possible to determine how many objects are stored on the SD card?   and is it possible to simulate a key stroke in a program?  ( I know that ON and F6 pressed together will bring up a menu and that preesing 8 will give battery condition and a hex value for the voltage but how to use this.)    Any help will be really appreciated.  Thanks again.  Ed Von Essen
 
ps  I'd rather be inside doing this today.  92 out on my back prorch.   VE

Tim Wessman <timwessman@...> wrote:
program that would allow data entry with a timestamp attached to each
> data point? This would be really handy for my work. If I could make
> use of the internal clock in this way, that would definitely tip the
> balance toward this calculator over the TI-89.

Here is a program that will prompt for your note, and then store the
data into a dated file on the SD card in a folder called RESEARCH.
Each day will be in a new file, and each line will have a complete
timestamp. Here is an example of the exact text you find on the SD
card in a file named "4.092008.TXT" (the funny stuff at the beginning
can easily be erased in a text editor - it helps the calculator
identify it as a plain text file).

HPHP49-X,*°1 2 3 4 5 6 -- WED 04/09/08 10:09:14A
TESTING -- WED 04/09/08 10:10:08A
RUN AWAY LITTLE RABBIT!!! -- WED 04/09/08 10:10:38A

Begin program:

<< "Enter Profound Notes" { \Ga } INPUT " -- " + DATE TIME TSTR
+ 10 CHR + "RESEARCH/" DATE + ".TXT" + "3" ->TAG DUP
IFERR RCL THEN DROP STO ELSE ROT + SWAP DUP PURGE STO END >>

The \Ga means greek alpha character. This locks alpha mode on during
entry. The storage will automatically create a new file for the data
on the next day as needed, and all notes on the sane day are appended
into the file. This program could be easily edited and improved
depending on your needs.

> How do you find the battery life on the 50g? How many hours of
> operation might I get from a fresh set of AAAs?

Depends on how long you are using, but it can be anywhere from a week
to a month depending on usage. Note a week is about what I get on
mine while I am doing heavy programming/ flash memory writes for around
6-8 hours a day. Your usage would probably be much less and so I'd
guess more around the month range.

Where are you going to be? Is ruggedness an issue? If so, you might
want something that can survive being dropped out a 4th story building
onto concrete, will take a hollowpoint .22 bullet at 100 feet
(depending on where you are going that could save your life. . . ;-),
is completely weatherproof, floats on water, AND gives you the ability
to use 4-AA batteries which will give you several months of battery
life. Only downside is about a x3 increased weight of the bare
calculator and about a x2.5 volume increase. The cost is also more
than the calculator itself as we are still trying to pay off the cost
of the steel injection molds, but I could probably work out a deal if
needed. The first link is to the main page where you can see the unit
all put together, and the second is just the box.

http://pssllc. com
http://pssllc. com/index. php?main_ page=product_ info&cPath= 3&products_ id=11

TW


Re: R: [50g] Timestamp capabilities?

2008-04-13 by Don Hart

As a follow-up, I found a pocket guide (PDF) for the 50g here:
http://username.localhost.googlepages.com/hp50gquickguide.pdf

It's a command summary only, doesn't have the error messages, flags,
etc.


--- In 50g@yahoogroups.com, Don Hart <ddhart1@...> wrote:
>
> In case you or any lurkers care, the guide is at
> www.hpcalc.org in PDF format.
>
> When you get there, search for... hp49 pocket guide
> There are a few related files.
>
>
> --- Nancy Von Essen <ceeshellmom@...> wrote:
>
> > ...
> > HP should furnish a Pocket Guide with the 50G.
> > The one that came with the 49G is very helpful.
> >
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>

Re: R: [50g] Timestamp capabilities?

2008-04-13 by Nancy Von Essen

Thanks Don.  I have it saved to computer memory now.  It will come in handy,  Ed

Don Hart <ddhart1@...> wrote:
As a follow-up, I found a pocket guide (PDF) for the 50g here:
http://username. localhost. googlepages. com/hp50gquickgu ide.pdf

It's a command summary only, doesn't have the error messages, flags,
etc.

--- In 50g@yahoogroups. com, Don Hart <ddhart1@... > wrote:
>
> In case you or any lurkers care, the guide is at
> www.hpcalc.org in PDF format.
>
> When you get there, search for... hp49 pocket guide
> There are a few related files.
>
>
> --- Nancy Von Essen <ceeshellmom@ ...> wrote:
>
> > ...
> > HP should furnish a Pocket Guide with the 50G.
> > The one that came with the 49G is very helpful.
> >
>
>
>
> ____________ _________ _________ _________ _________ __
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail. yahoo.com
>


Re: R: [50g] Timestamp capabilities?

2008-04-13 by Steve Huntsman

Thanks much Don,
There's a lot to learn about HP50g. Your tips very helpful.
Steve H

On Sat, 12 Apr 2008 21:45:25 -0500, Don Hart <ddhart1@...> wrote:

> As a follow-up, I found a pocket guide (PDF) for the 50g here:
> http://username.localhost.googlepages.com/hp50gquickguide.pdf
>
> It's a command summary only, doesn't have the error messages, flags,
> etc.
>
>
> --- In 50g@yahoogroups.com, Don Hart <ddhart1@...> wrote:
>>
>> In case you or any lurkers care, the guide is at
>> www.hpcalc.org in PDF format.
>>
>> When you get there, search for... hp49 pocket guide
>> There are a few related files.
>>
>>
>> --- Nancy Von Essen <ceeshellmom@...> wrote:
>>
>> > ...
>> > HP should furnish a Pocket Guide with the 50G.
>> > The one that came with the 49G is very helpful.
>> >
>>
>>
>>
>> __________________________________________________
>> Do You Yahoo!?
>> Tired of spam? Yahoo! Mail has the best spam protection around
>> http://mail.yahoo.com
>>
>
>



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Re: R: [50g] Timestamp capabilities?

2008-04-13 by Tim Wessman

Sheesh. I don't check for a few days and come back to find a huge
long discussion. . . :-)

> The 50g allows you to store under a "string" name? My
> 49g gives STO error: bad argument type. I thought you
> have to use a 'variable' name.

That is only valid for the SD card. Either :3:{DIR1 SUBDIR1 FILENAME}
or :3:"DIR1/SUBDIR1/FILENAME" given as a STO argument will work.

> And how do you convert a "string" into a 'variable'?

That can be done using a command in the 256 devbelopment library
hidden on the calculator (type 256 ATTACH 256 MENU) and you will see
it. This built in library has the assembler, decompiler, and some
"hacking tools". The command you want is S~N (string to name toggle)

As an example, in the home directory press VARS. Now type "" and type
S~N (the tilde is on ALPHA RS 1). You now have '' on the stack which
is impossible to make just typing in. Press ENTER and you are now in
the hidden directory! Don't modify stuff or you will loose your
memory on the calculator, and perhaps in your head! :-)

TW

Re: R: [50g] Timestamp capabilities?

2008-04-13 by Tim Wessman

> Tim Ed here. Just wanted to say thanks for the help I received
from your program. You have no idea the struggle to store data out on
the 49G's SD card using the information in print for the 49G. There
is a brief note about using the :3: to reach the SD memory.

Well thanks. Glad to help.

The SD card training document on HP's site is pretty good. Its the
second or third one.
http://h20331.www2.hp.com/hpsub/cache/383680-0-0-225-121.html

> I have a couple of questions; is it possible to determine how
many objects are stored on the SD card?

Use a PC program. You can't with built in tools get back a list of
directory contents on the SD card. However, CdB (hp's engineer in
Boise) once wrote for me a small routine that brings backa list of
directory names. It is buried somewhere in comp.sys.hp48.
Unfortunately long names weren't supported.

> and is it possible to simulate a key stroke in a program?

Yes. The KEYEVAL command is designed for that. To use it, count the
rows down, then the column over, then add a decimal, then add the
shift state (.1 is regular click, .2 is either R or L shift, etc)

So to click the down arrow and edit something in level 1, 35.1
KEYEVAL would do it. To hit ENTER, type 105.1 KEYEVAL and so on.


( I know that ON and F6 pressed together will bring up a menu and that
preesing 8 will give battery condition and a hex value for the voltage
but how to use this.) Any help will be really appreciated. Thanks
again. Ed Von Essen

The only way to get that info outside that menu is to use some
assembly to pull the value back. There have been quite a few
discussions regarding the hex value on comp.sys.hp48 Here is an
example of one:
http://groups.google.com/group/comp.sys.hp48/browse_thread/thread/453d77ac9ecbf7e1/17faefbfe7e1698d?lnk=gst&q=50g+hex+voltage#17faefbfe7e1698d

There are several programs here designed to get the battery voltage
and display it. Not sure if all of them work still though.
http://www.hpcalc.org/search.php?query=battery

TW

Re: R: [50g] Timestamp capabilities?

2008-04-13 by Tim Wessman

> Do you mean update the 50g to 2.09? I don't think the
> 49g can use it because the code is designed to use the
> ARM chip. The 50g runs under emulation on an ARM chip.

There are some special paths they built in to bypass the ARM sections
in the emultor ROM. You can actually install 2.09 from the emulator
onto a 49g as well.

I think this thread has the info you'd need, and I am pretty sure
there is a version on Bernard Parisse's page you can use also. Yes,
just searched and found it on BP's page. That is version 2.10-6 (or
maybe 2.10-7, can't remember). Has some new stuff like a spreadsheet
and geometry aplet. HP never got around to releasing it.

http://groups.google.com/group/comp.sys.hp48/browse_thread/thread/b20c66cdf6c2a524/a00095ed0a0feba8?lnk=gst&q=2.09+49g#a00095ed0a0feba8
http://www-fourier.ujf-grenoble.fr/~parisse/english.html

TW

Re: R: [50g] Timestamp capabilities?

2008-04-13 by Don Hart

Now that you mention it, I do remember some talk about
such an upgrade on comp.sys.hp48. Thanks for the
info!!

I also have come to realize Ed means 49g+ when he says
49g.

--- Tim Wessman <timwessman@...> wrote:

> > Do you mean update the 50g to 2.09? I don't think
> the
> > 49g can use it because the code is designed to use
> the
> > ARM chip. The 50g runs under emulation on an ARM
> chip.
>
> There are some special paths they built in to bypass
> the ARM sections
> in the emultor ROM. You can actually install 2.09
> from the emulator
> onto a 49g as well.
>
> I think this thread has the info you'd need, and I
> am pretty sure
> there is a version on Bernard Parisse's page you can
> use also. Yes,
> just searched and found it on BP's page. That is
> version 2.10-6 (or
> maybe 2.10-7, can't remember). Has some new stuff
> like a spreadsheet
> and geometry aplet. HP never got around to
> releasing it.
>
>
http://groups.google.com/group/comp.sys.hp48/browse_thread/thread/b20c66cdf6c2a524/a00095ed0a0feba8?lnk=gst&q=2.09+49g#a00095ed0a0feba8
>
http://www-fourier.ujf-grenoble.fr/~parisse/english.html
>
> TW
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>
>


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Re: R: [50g] Timestamp capabilities?

2008-04-13 by Nancy Von Essen

Hey Don    I have a 49G (slow), a 49G+(has some key problems) AND a 50G.  A pocket guide came with the 49G and HP sent me a second in response to comments on the registration card.  Ed.    And many thanks (manu tak) to Tim Wessman for his input and for takeing the time to do it.  (thats Danish)    VE    

Don Hart <ddhart1@...> wrote:
Now that you mention it, I do remember some talk about
such an upgrade on comp.sys.hp48. Thanks for the
info!!

I also have come to realize Ed means 49g+ when he says
49g.

--- Tim Wessman <timwessman@yahoo. com> wrote:

> > Do you mean update the 50g to 2.09? I don't think
> the
> > 49g can use it because the code is designed to use
> the
> > ARM chip. The 50g runs under emulation on an ARM
> chip.
>
> There are some special paths they built in to bypass
> the ARM sections
> in the emultor ROM. You can actually install 2.09
> from the emulator
> onto a 49g as well.
>
> I think this thread has the info you'd need, and I
> am pretty sure
> there is a version on Bernard Parisse's page you can
> use also. Yes,
> just searched and found it on BP's page. That is
> version 2.10-6 (or
> maybe 2.10-7, can't remember). Has some new stuff
> like a spreadsheet
> and geometry aplet. HP never got around to
> releasing it.
>
>
http://groups. google.com/ group/comp. sys.hp48/ browse_thread/ thread/b20c66cdf 6c2a524/a00095ed 0a0feba8? lnk=gst&q= 2.09+49g# a00095ed0a0feba8
>
http://www-fourier. ujf-grenoble. fr/~parisse/ english.html
>
> TW
>
>
> ------------ --------- --------- ------
>
> Yahoo! Groups Links
>
>
>
>
>

____________ _________ _________ _________ _________ __
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail. yahoo.com

Re: R: [50g] Timestamp capabilities? and DISK FULL error

2008-09-15 by kiyoshiakima

> So, to avoid DISK FULL errors, compact your data into really big
objects or use multiple SD cards. It'll mean somewhat longer
processing time but will result in no surprises.

Or, if your card is smaller than 2GB, reformat it with a smaller
cluster size (be sure to back up your card first). Most of your
objects are probably much smaller than 32K, but they're occupying
32K, leaving all that empty, unused, unusable space.

Before formating, you might want to run CHKDSK on the card first,
just to see how bad the clustering is making it.

kiy