![]() |
Testing an HP 48GX RAM Card - Question - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: Testing an HP 48GX RAM Card - Question (/thread-88140.html) |
Testing an HP 48GX RAM Card - Question - jbssm - 02-24-2006 Hello all, I have this old RAM card for my HP 48GX, but I don't really know the size of it or if it's working really correctly. Is there a simple test I can run in the 48GX to give me the size of the RAM card and to test it?
Best regards, Re: Testing an HP 48GX RAM Card - Question - Raymond Del Tondo - 02-24-2006 Hi,
first make sure the read/write protection switch is in the r/w position.
Then type 1 PINIT. After a while, when the the port init is over, For more details, RTFM;-) HTH
Raymond
Re: Testing an HP 48GX RAM Card - Question - tomcee - 02-24-2006 This brings up a related issue; Is there any way to test any/all available ports of a HP48GX Ramcard as blocks of RAM, similar to conventional RAM testing, that is, write/read each HW location in the RAM block?
Tomcee
Re: Testing an HP 48GX RAM Card - Question - Raymond Del Tondo - 02-24-2006 Hi, this may also be a RTFM;-)
The HP-48 has some self-test capabilities,
Of course you could write a small ML program
To enter the memory test, just press and hold the ON key,
Now press the up-arrow key, and the main memory will be checked,
To revert to normal operation, just press and hold ON, HTH
Raymond
Re: Testing an HP 48GX RAM Card - Question - tomcee - 02-24-2006 Thanks for the reply. What I am referring to is not exactly what is built into the machine or in the manual; what I have in mind is something like specifying a particular address or range of addresses: {13:00000 13:0ffff 5A} Where the (proposed) utility would write/read a specific bit pattern (eg: 5A)to that range of adresses (eg: port 13, addresses 00000 to 0fff) and verify. I do understand that each port does not have exactly 128 available. BTW, what are the unavailable locations used for?
Thanks again, Re: Testing an HP 48GX RAM Card - Question - James M. Prange (Michigan) - 02-24-2006 Does the card has any brand name or other markings on it? I
As Raymond wrote, first set the switch to the r/w position. I
32kB and 128kB cards can be used in either slot 1 or slot 2 of
Regards, Edited: 25 Feb 2006, 5:36 p.m.
Re: Testing an HP 48GX RAM Card - Question - James M. Prange (Michigan) - 02-24-2006 Quote:
PVARS shows all of my cards as having 131072 bytes per (empty)
That said, anything other than a library is stored in a port as a
For example, a real number stored as a global variable named 'A'
Regards, Re: Testing an HP 48GX RAM Card - Question - jbssm - 02-25-2006 It worked.
Thank you very much Raymond !
|