41CL — PowerCL_Ext PWRX XQ1/XQ2 key assignments
|
02-16-2020, 07:14 AM
(This post was last modified: 02-16-2020 07:18 AM by Ángel Martin.)
Post: #2
|
|||
|
|||
RE: 41CL — PowerCL_Ext PWRX XQ1/XQ2 key assignments
(02-15-2020 01:54 PM)cdmackay Wrote: In the manual (4.W.13.5) for Ángel Martin's excellent PowerCL Extreme module, it suggests that the sub-function launchers XQ1 & XQ2 are assigned to the PGRM & ALPHA keys respectively (when within the main CL launcher). Thanks for the bug report - you're correct, pressing ALPHA after sCL should call XEQ2. I have corrected this and the new ROM is available - see attached. W.r.t. the differences between them, your impression is right - very darn similar but they're both needed, let me clarify. When you call a sub-function they both access it using the name you type in, regardless of which one of the banks it's located on. Thus they're interchangeable when you either call the function in manual operation or enter it as a program line. However, the lines entered in a program automatically select either one of them, depending on said bank. Therefore if you typed XQ$1 "CLEM" (or XQ$2 "CLEM" ) it registers the lines { XQ$1 , 5 } but typing XQ$1 "ST-YK" ( or XQ$2 "ST-YK" ) registers the lines { XQ$2, 5 }. Both sub-functions have the index#5, each on its own table. In summary, both launchers need to exist for this purpose, but you don't have to worry about which table to use when typing a sub-function name, as either one will work. - ok, there's a small difference in how long it takes to find the sub-function, since the search is sequential and it starts at the table you direct by using XQ$1 or XQ$2 - but that's not essential... Hope this clarifies. "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_Ext PWRX XQ1/XQ2 key assignments - cdmackay - 02-15-2020, 01:54 PM
RE: 41CL — PowerCL_Ext PWRX XQ1/XQ2 key assignments - Ángel Martin - 02-16-2020 07:14 AM
RE: 41CL — PowerCL_Ext PWRX XQ1/XQ2 key assignments - rprosperi - 02-16-2020, 01:59 PM
RE: 41CL — PowerCL_Ext PWRX XQ1/XQ2 key assignments - cdmackay - 02-16-2020, 04:44 PM
RE: 41CL — PowerCL_Ext PWRX XQ1/XQ2 key assignments - cdmackay - 03-27-2021, 01:24 AM
RE: 41CL — PowerCL_Ext PWRX XQ1/XQ2 key assignments - Ángel Martin - 03-29-2021, 07:04 AM
RE: 41CL — PowerCL_Ext PWRX XQ1/XQ2 key assignments - cdmackay - 03-29-2021, 02:45 PM
RE: 41CL — PowerCL_Ext PWRX XQ1/XQ2 key assignments - cdmackay - 03-29-2021, 05:19 PM
|
User(s) browsing this thread: 1 Guest(s)