Post Reply 
[go67/97 for Android] Creating .pck files in a text editor?
08-12-2015, 12:49 AM (This post was last modified: 08-12-2015 01:06 PM by Bill (Smithville NJ).)
Post: #23
RE: [go67/97 for Android] Creating .pck files in a text editor?
Got most of the Header Card figured out.

Code:
Header Card Format
Example:  3000422
3        1=Side 1 Data
         2=Side 2 Data
         3=Side 1 Program
         4=Side 2 Program

0        1=One Side
         0=Two Side

0        Flags Set/Clear
         0 = All Flags Clear
         1 = Flag 3 Set
         2 = Flag 2 Set
         4 = Flag 1 Set
         8 = Flag 0 Set
         For combinations of Flags set, add them up
         Example:  All Flags set = 1+2+4+8=15 or F

0        Trig Mode:
         0 = DEG
         1 = RAD
         2 = GRAD

4        Display Format:  DSP 0..9

22      SCI, FIX or ENG
          00  SCI
          22  FIX
          40  ENG


EDIT: I have updated the last two digits to indicate SCI/FIX/ENG notation. But it looks a little odd, like some addition info is also being stored with it.


Now to find some time to work on the second utility to create a PCK file.

Bill
Smithville, NJ
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [go67/97 for Android] Creating .pck files in a text editor? - Bill (Smithville NJ) - 08-12-2015 12:49 AM



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