Post Reply 
Flags used by HP-82182A Time Module
06-26-2017, 01:20 AM (This post was last modified: 06-26-2017 01:48 AM by Sylvain Cote.)
Post: #7
RE: Flags used by HP-82182A Time Module
(06-25-2017 06:21 PM)Joe Horn Wrote:  Flag 17 is labeled as "(CR) record incomplete" in Jeremy's QRG. I assume CR means Card Reader, but I am not sure what "record incomplete" means.

CR = Carriage Return
Code:
IL:OUTA -> CF 17 : append a CR+LF at the end of the alpha transmission
IL:OUTA -> SF 17 : alpha is transmitted as is

IL:INA  -> CF 17 : wait until 24 char is received or until a CR+LF is received
IL:INA  -> SF 17 : wait until 24 char is received

XF:GETREC/ARCLREC -> sets   F:17 when the end of record is not reached
XF:GETREC/ARCLREC -> clears F:17 when the end of record is reached
You must set the flag 17 when controlling cursor position and/or doing text replacement on a video interface.

(06-25-2017 06:21 PM)Joe Horn Wrote:  Flag 18 is labeled as "enable TINTR" in Jeremy's QRG. I have no idea what that means. Timer Interrupt maybe?

When the flag 18 is set and the HP-IL Dev. module is plugged, the module will wakeup the HP-41 from idle mode (if needed) then call the "INTR" FOCAL program each time the calculator receives one of the HP-IL: IFCR, SRQR, FRAV or FRNS message.
Code:
IFCR : Interface Clear Received
SRQR : Service Request Received
FRAV : Frame Available
FRNS : Frame Received Not as Sent

(06-25-2017 10:16 PM)rprosperi Wrote:  I'm not sure if anyone but you and I still have copies of Jeremy's guide! One of my fondest treasures from the Golden Days of old.

There is two version of his great QRG that I know of: v1:1982 & v2:1983
I had a great talk with Jeremy at last year HHC and he was kind enough to signed my 1982 copy that I always travel with. Smile

edit: add F:18 info
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Flags used by HP-82182A Time Module - Sylvain Cote - 06-26-2017 01:20 AM



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