HP-41 EXT IL PLUS Module - 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: HP-41 EXT IL PLUS Module (/thread-143228.html) |
HP-41 EXT IL PLUS Module - Christoph Klug - 11-04-2008 HP-41 EXT IL PLUS Module = New plug in module for HP-41. Supports advanced mass storage and control features for HP-41 measurement- interface- and data logger applications with I/O-Board, IL2000 Interface System, HP3468 IL-Digitalvoltmeter. Simplify HP41 – PC transfer when using HP82164 IL-RS232 serial interface. Include automatic start feature from the Autostart- and Duplication Module.
Removed functions from EXT-IL:
CLRBUF instead of this use CLB New implemented “Plus” functions:
WRTD = write X-Memory data-file Short description of the new functions: WRTD and READD make possible the transfer of individual X-Memory data-files to a mass storage device. Those two commands are an extension of SAVEAS and GETAS for transferring ASCII-files and the EXT-IL functions WRTXM and READXM, which only allows the transfer of the complete X-Memory contents to a mass storage device. By using a software trick it would be also possible to transfer X-Memory matrix-files (CCD-Module) to a mass storage device with help of WRTD and READD. The new functions CODE and DCD (decode) are needed for advanced HP41 – PC transfer by using HP82164 RS232 serial interface. The two functions SAVEROM and GETROM are the minimal commands you need for operating a RAM-Box or MLDL unit with your HP41. Required is a RAM-module like HEPAX-RAM or NoVRAM. With SAVEROM and GETROM you transfer 4KByte ROM image files between external HP-IL mass storage drive and RAM-Box pages. With the four functions CRFLXM, EXXM, GTXM and LDXM you are able to store the complete contents of the X-Memory in a XM file inside a RAM-Box page. This function set is an extension of the W&W RAM-Box operating system – and it works only in combination with the W&W RAM-Box. For clearing Main Memory or X-Memory (independently from executing a Memory Lost)use the two commands CLMM and CLXM. Flag manipulation controlled by the flag number in the X-Register is possible with the three commands SFX (set flag), CFX (clear flag) and TOGF (toggle flag). The two commands FS?S and FC?S add more branching capabilities to your program. For loading the Alpha-Register nibble by nibble (=4 Bit = half Byte) from left side with the number in the X-Register use XTON. Transfer the leftmost nibble from Alpha to X-Register by executing NTOX. Helpful for interfacing and transfer of 4 Bit BCD numbers with HP82166 IL-Converter. Execute VA for viewing the Alpha-Register to HP-41 display – without program stop or printer output. Helpfully when using HP82166 IL-Converter with I/O-Board or IL2000 Interface System. With X>=Y? you get the missing compare function from HP-41 operation system. NSTO / NRCL stores non normalised numbers NNN´s to / from Main Memory using relative register address. Last not least the EXT-IL+ Module include the automatic start feature from the Autostart- and Duplication Module. Works with RECOVER routine in main memory or in RAM page, or with AUTOST on HP-IL mass storage device. Use this feature in combination with the external wake up circuit, described in I/O-Board manual, or for reactivating HP-41 automatically after Memory Lost event.
-EXT IL+ XROM 27,00
DIRLEFT XROM 27,01
WRTD XROM 27,19
CODE XROM 27,21
SAVEROM XROM 27,23
CRFLXM XROM 27,25
CLMM XROM 27,29
SFX XROM 27,31
XTON XROM 27,36
VA XROM 27,38
NSTO XROM 27,40 AUTOSTART no XROM number For more details about using the EXT-IL+ module please refer to HP-41 Input / Output Board & IL2000 Interface System new book edition 2008. I use the EXT-IL+ in combination with EXT-I/O and CCD-Module.
Connect HP-41 and HP-IL to future… Best Regards – Christoph Klug Edited: 4 Nov 2008, 8:48 a.m. after one or more responses were posted
Re: HP-41 EXT IL PLUS Module - Egan Ford - 11-04-2008 Nice! Is there a URL or download site for a .MOD image?
|