41CL - PowerCL Extreme - Problems (probably operator related)
|
12-17-2017, 07:44 AM
(This post was last modified: 12-17-2017 07:52 AM by Ángel Martin.)
Post: #2
|
|||
|
|||
RE: 41CL - PowerCL Extreme - Problems (probably operator related)
Hi Peter, - it's all working correctly; let's see these one at a time:-
(12-17-2017 06:14 AM)PeterP Wrote: Indeed that looks alright, everything as expected. (12-17-2017 06:14 AM)PeterP Wrote: Now, when I try to an XEQ "PGCAT" I get the message NONEXISTENT! Yes it is, PGCAT is a sub-function in one of the two auxiliary FATs that are in this module, and therefore needs to be accessed using any of the several sub-function launchers. If you want to do it by spelling their names, there are two of these launchers in the PWRX module, named "XQ$1" and "XQ$2". Their index refer to the corresponding sub-FAT they start the search with, but either one will eventually search on both (and even on all main FATs if the name isn't found in the sub-FATs...) This is the "manual" approach, in which you spell the sub-function name at the launcher prompt. This is identical to the "HEPAXA" function in the HEPAX module, which you'd call to then spell "BCAT" at its prompt - i.e. the original "Block Catalog" - that I renamed as PGCAT in the PWRXT. Do you see the equivalence now? (12-17-2017 06:14 AM)PeterP Wrote: The functions that I really care about are for banks, namely BANKED and BANKS?. Again, I can't launch those functions directly via XEQ. But I can get to them via the launchers: XEQ "XCAT" [SHIFT] "B" executes the function BANKED. Now here is the next surprise: The display shows as answer 5! Only 5! Not quite. First off, here too you're dealing with sub-functions (BANKED, BANKS?, BFREE, BUSED...) and as such you need to use a sun-function launcher to access them by their names. This you're doing well: XCAT, SHIFT invokes IOBUS, and then "B" triggers the sub-function BANKED. But definitely BANKED should report the PowerCLExtreme itself in the list of results, that's an anomaly. Try BUSED, does that show the page used by the PWRXT ? This could be a version mismatch, try XEQ "XQ$2" "REV" ; which string does it return? (12-17-2017 06:14 AM)PeterP Wrote: The underlying task I am trying to accomplish is to copy bank-switched physical modules to the PC for further analysis. For that, I have to find out which modules are actually bank-switched and with how many banks. The AMC_OS/X is not really needed if all you want to use from the CL_XPMem module is the CPYBNK function. (although I'd always recommend you have it plugged in... it tucks away in page#6 and thus doesn't use any of the upper pages so they'll all fit). (12-17-2017 06:14 AM)PeterP Wrote: It would be really helpful if I could assign the functions BANKED and "BANKS? to a key, but when I try this, I get the NONEXISTENT message again. No, it's not possible to assign sub-functions to a key because they are not in the main FAT and thus the OS knows nothing about them. By the same token they cannot be accessed by the standard XEQ anyway. That's why the main "sCL" (s: sigma) and the other "launchers" (like IOBUS) facilitate things immensely, as the sub-functions are pre-assigned to hot keys. There are several of these launchers that group many sub-functions by categories. All of them launchers can be triggered from the main launcher sCL, so it's pretty much an alternate keyboard at your fingerprints... Really sCL is your best friend and probably will cover all your needs - you should assign it to the Sigma+ key and experiment with it a bit, it opens the door to all the many different layers within the module. (12-17-2017 06:14 AM)PeterP Wrote: Anyways, it would be great to hear from the experts on what I am doing wrong and how to fix it. Hope these pointers help you get the gist of things, it's really simpler than it seems once you grasp the difference between normal functions in the main FAT and sub-functions in the sub-FATs... Cheers, ÁM "To live or die by your own sword one must first learn to wield it aptly." |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
41CL - PowerCL Extreme - Problems (probably operator related) - PeterP - 12-17-2017, 06:14 AM
RE: 41CL - PowerCL Extreme - Problems (probably operator related) - Ángel Martin - 12-17-2017 07:44 AM
RE: 41CL - PowerCL Extreme - Problems (probably operator related) - PeterP - 12-18-2017, 01:44 AM
RE: 41CL - PowerCL Extreme - Problems (probably operator related) - rprosperi - 12-18-2017, 03:00 AM
RE: 41CL - PowerCL Extreme - Problems (probably operator related) - Monte Dalrymple - 12-18-2017, 05:45 AM
RE: 41CL - PowerCL Extreme - Problems (probably operator related) - PeterP - 12-18-2017, 05:11 AM
RE: 41CL - PowerCL Extreme - Problems (probably operator related) - Ángel Martin - 12-18-2017, 05:53 AM
|
User(s) browsing this thread: 3 Guest(s)