Post Reply 
LIB4 & AMC_OSX issue
03-27-2024, 03:45 PM
Post: #1
LIB4 & AMC_OSX issue
Hi,
i have installed on a NOV64d the LIB4 in page 1-4 and AMC_OSX in page 1-7. No other modules.
The libs are from the 2024 repository, i suppose the newest. Lib4 shows R6.06b

But i can't see the Bank2 functions like BFCAT PGCAT... and the Cat1 Extend Catalog.
The main functions and extend cats (0,7,8,9A...), XEQ, and ASN functions work as expected.
I have a HP41CX Halfnut from 1989, what is going wrong?

Ralf

/41/48/
Find all posts by this user
Quote this message in a reply
03-31-2024, 02:30 PM (This post was last modified: 03-31-2024 07:09 PM by Sylvain Cote.)
Post: #2
RE: LIB4 & AMC_OSX issue
(03-27-2024 03:45 PM)Hiwi Wrote:  i have installed on a NOV64d the LIB4 in page 1-4 and AMC_OSX in page 1-7. No other modules.
The libs are from the 2024 repository, i suppose the newest. Lib4 shows R6.06b

But i can't see the Bank2 functions like BFCAT PGCAT... and the Cat1 Extend Catalog.
The main functions and extend cats (0,7,8,9A...), XEQ, and ASN functions work as expected.
I have a HP41CX Halfnut from 1989, what is going wrong?

Ralf

Hello Ralf,

You probably used the old library 4 version of the AMC OSX module instead of the new 4 banks version.

Try this configuration:
  • page 4 bank 1 : LIBRARY4.ROM
  • page 7 bank 1 : OSXB1.ROM
  • page 7 bank 2 : OSXB2.ROM
  • page 7 bank 3 : OSXB3.ROM
  • page 7 bank 4 : OSXB4.ROM
Sylvain

Edit: I have successfully tried these configurations:

Using: ClonixConfig61.exe / PicKit2 / NoV-64d

Note: the NoV-64d is two modules in one, it can be:
- a NoV-64 module (Flash enabled & FRAM enabled) or
- a Clonix-D module (Flash enabled & FRAM disabled)

Configuration #1
  • Module type: Clonix-D
  • Programmer: PicKit2
  • Join Blocks: checked (enabled)
  • Flash ROM Block 0
    • 0.1 → page 4 bank 1 : LIBRARY4.ROM
    • 0.2 → page 7 bank 1 : OSXB1.ROM
    • 0.3 → page 7 bank 2 : OSXB2.ROM
    • 0.4 → page 7 bank 3 : OSXB3.ROM
    • 0.5 → page 7 bank 4 : OSXB4.ROM
    • 0.6 → empty
  • Flash ROM Block 1
    • 1.1 → empty
    • 1.2 → empty
    • 1.3 → empty
    • 1.4 → empty
    • 1.5 → empty
    • 1.6 → empty
Configuration #2
  • Module type: NoV-64(d)
  • Programmer: PicKit2
  • Join Blocks: checked (enabled)
  • Flash ROM Block 0
    • 0.1 → HEPAX-1D (managed by ClonixConfig)
    • 0.2 → HEPAX-1D (managed by ClonixConfig)
    • 0.3 → HEPAX-1D (managed by ClonixConfig)
    • 0.4 → HEPAX-1D (managed by ClonixConfig)
    • 0.5 → empty
    • 0.6 → empty
  • Flash ROM Block 1
    • 1.1 → empty
    • 1.2 → page 4 bank 1 : LIBRARY4.ROM
    • 1.3 → page 7 bank 1 : OSXB1.ROM
    • 1.4 → page 7 bank 2 : OSXB2.ROM
    • 1.5 → page 7 bank 3 : OSXB3.ROM
    • 1.6 → page 7 bank 4 : OSXB4.ROM
Configuration #3
  • Module type: NoV-64(d)
  • Programmer: PicKit2
  • Join Blocks: checked (enabled)
  • Flash ROM Block 0
    • 0.1 → HEPAX-4H (managed by ClonixConfig)
    • 0.2 → HEPAX-4H (managed by ClonixConfig)
    • 0.3 → HEPAX-4H (managed by ClonixConfig)
    • 0.4 → HEPAX-4H (managed by ClonixConfig)
    • 0.5 → empty
    • 0.6 → empty
  • Flash ROM Block 1
    • 1.1 → empty
    • 1.2 → page 4 bank 1 : LIBRARY4.ROM (managed by ClonixConfig)
    • 1.3 → page 7 bank 1 : OSXB1.ROM
    • 1.4 → page 7 bank 2 : OSXB2.ROM
    • 1.5 → page 7 bank 3 : OSXB3.ROM
    • 1.6 → page 7 bank 4 : OSXB4.ROM
Configuration #4
  • Module type: NoV-64(d)
  • Programmer: PicKit2
  • Join Blocks: checked (enabled)
  • Flash ROM Block 0
    • 0.1 → HEPAX-4H (managed by ClonixConfig)
    • 0.2 → HEPAX-4H (managed by ClonixConfig)
    • 0.3 → HEPAX-4H (managed by ClonixConfig)
    • 0.4 → HEPAX-4H (managed by ClonixConfig)
    • 0.5 → page D bank 1 : WARPB1.ROM
    • 0.6 → page D bank 2 : WARPB2.ROM
  • Flash ROM Block 1
    • 1.1 → page D bank 3 : WARPB3.ROM
    • 1.2 → page 4 bank 1 : LIBRARY4.ROM (managed by ClonixConfig)
    • 1.3 → page C bank 1 : OSXB1.ROM
    • 1.4 → page C bank 2 : OSXB2.ROM
    • 1.5 → page C bank 3 : OSXB3.ROM
    • 1.6 → page C bank 4 : OSXB4.ROM
The configuration #4 is working, even though Ángel says that it should not be done.
Quote:Note also that you should avoid plugging it together with another bank-switched module (with a 4k footprint) sharing the same logical external port .
The last configuration allow me to use HP-IL (page 6 & 7) when needed and has at least a free 4K space for the HEPAX ROM auto-relocalisation functionality to remap itself to page 14(E) or 15(F).

Sylvain Côté
Find all posts by this user
Quote this message in a reply
04-02-2024, 10:40 AM
Post: #3
RE: LIB4 & AMC_OSX issue
Thank you Sylvain,
you are right, I didn't use the correct version of the AMC_OSX module.
Now I tried config #3 and it works perfect.
Config #4 may be interesting too, in case i will use HPIL.

Ralf

/41/48/
Find all posts by this user
Quote this message in a reply
04-03-2024, 06:59 AM
Post: #4
RE: LIB4 & AMC_OSX issue
Hello Sylvain,
configuration #4 does not work on my CX.

I have Lib4 R60, I can see the Warp Module and the functions with CAT2, but when executing e.g. XEQ+, and trying using the autocomplete function, the CX powers down and WARP module is gone , i have an "DC2 BANK3 entry".

I made another config with the CCD Module CCDU/L B1/B2. This does not work when i try to use bankswitching. Are they not compatible?

Configuration #5
Module type: NoV-64(d)
Programmer: PicKit2
Join Blocks: checked (enabled)
Flash ROM Block 0
0.1 → HEPAX-4H (managed by ClonixConfig)
0.2 → HEPAX-4H (managed by ClonixConfig)
0.3 → HEPAX-4H (managed by ClonixConfig)
0.4 → HEPAX-4H (managed by ClonixConfig)
0.5 → page C bank 1 : CCDOSX.ROM
0.6 → empty
Flash ROM Block 1
1.1 → empty
1.2 → page 4 bank 1 : LIBRARY4.ROM (managed by ClonixConfig)
1.3 → page D bank 1 : CCDL1B.ROM
1.4 → page D bank 2 : CCDU2B.ROM
1.5 → empty

Ralf

/41/48/
Find all posts by this user
Quote this message in a reply
04-03-2024, 08:11 AM (This post was last modified: 04-03-2024 08:11 AM by Ángel Martin.)
Post: #5
RE: LIB4 & AMC_OSX issue
Just stumbled into this thread so haven't had a chance to delve into the details but... a good troubleshooting tactic is to mimic the configuration on V41 to discard hardware issues. If it works as expected on V41 then the software is *usually* ok.

"To live or die by your own sword one must first learn to wield it aptly."
Find all posts by this user
Quote this message in a reply
04-05-2024, 01:36 PM
Post: #6
RE: LIB4 & AMC_OSX issue
Hi,
yes this is an option, but i like more the physical HP41.
I have it always in my pocket.

And i am using a datalogger in the field.

I have the V41 / ilper installed, but never digged into the configuration too much.
I don't know how to attach the bank switching modules. Standard modules is easy. Hepax, CCD and so on.

Has anyone a config file for a more sophisticated setup? (and i need to exctract the mod files from the romfiles )

How can i use a Nov64d Module?

Ralf

/41/48/
Find all posts by this user
Quote this message in a reply
Post Reply 




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