LOG A GNNN04.TXT
General Purpose gINT v. 6 and later Log Reports:
US A size paper (letter)
Predominately geotechnical data presentation
No well
No graph
No legend
English (Imperial) units input, English (Imperial) or Metric units output
Portrait Orientation
*************************************************
REVISION HISTORY
================
18 Dec 2005:
1. Converted to version 7 format.
2. Made use of column entities.
3. Took advantage of new features that are available since the
initial upload.
*************************************************
31 December 2002:
Changed to new naming convention LOG A GNNN04, Formerly LAGNNN04.
*************************************************
20 March 2002:
Converted to version 5 format and made modifications to take advantage of new capabilities introduced since the previous release. Note that all field names that previously had underscores as word separators now are spaces.
*************************************************
03 April 2001:
1. Encapsulated the log vertical scales factor and increments into User System Data items (see LOG A GNNN04_Scales_... below).
2. Changed the ..._Factor expressions to be more efficient. For example, LOG A GNNN04_Ft_M_Factor was:
<<Let(Factor M = 0.3048)>>_
<<Let(Factor E = 3.28084)>>_
<<User System Data.LOG A GNNN04_Units_Factor>>
and is now:
<<Let(Factor E to M = 0.3048)>>_
<<User System Data.LOG A GNNN04_Units_Factor>>
That is, only the English (Imperial) to Metric factor needs to be supplied. LOG A GNNN04_Units_Factor was thereby changed from:
<<IIf(<<User System Data.LOG A GNNN04_Units_In_NE_Out>>,_
<<IIf(<<User System Data.LOG A GNNN04_Units_Output>> = "M",_
<<Get(Factor M)>>,_
<<Get(Factor E)>>)>>_
)>>,_
1_
)>>
to:
<<IIf(<<User System Data.LOG A GNNN04_Units_In_NE_Out>>,_
<<IIf(<<User System Data.LOG A GNNN04_Units_Output>> = "M",_
<<Get(Factor E to M)>>,_
<<Calc(1 / <<Get(Factor E to M)>>)>>_
)>>,_
1_
)>>
13 March 2001:
1. Converted report and database structure to incorporate some of the numerous enhancements to the program since the initial release.
2. Changed from English (Imperial) output only to the choice of English or Metric output.
3. Added place for company logo and information in the header.
*************************************************
31 December 1997:
Initial Upload
*************************************************
INCLUDED FILES:
LOG A GNNN04.GLB
gINT library file containing:
Logs : LOG A GNNN04
Lookup Lists : LOG A GNNN04 UNITS
User System Data : LOG A GNNN04 Density Factor
LOG A GNNN04 Density Format
LOG A GNNN04 Density Label
LOG A GNNN04 Depth and Elev
LOG A GNNN04 Ft M Factor
LOG A GNNN04 Ft M Format
LOG A GNNN04 Ft M Label
LOG A GNNN04 In Mm Factor
LOG A GNNN04 In Mm Format
LOG A GNNN04 In Mm Label
LOG A GNNN04 Psf kPa Factor
LOG A GNNN04 Psf kPa Format
LOG A GNNN04 Psf kPa Label
LOG A GNNN04 Sample Data Depth
LOG A GNNN04 Scales Factor
LOG A GNNN04 Scales Inc Major
LOG A GNNN04 Scales Inc Minor
LOG A GNNN04 Units Factor
LOG A GNNN04 Units Input
LOG A GNNN04 Units In NE Out
LOG A GNNN04 Units Output
LOG A GNNN04.GDT
gINT project data template. You will clone this file to create new project files.
LOG A GNNN04.GPJ
gINT project file containing one borehole of example data. You can use this file to clarify any input procedure questions by looking at the way the data was entered in the Input application. You can also output this data using the report template to see what the final output looks like.
*************************************************
INSTALLATION PROCEDURE:
1. Copy LOG A GNNN04.GDT to your gINT data template directory (usually C:\PROGRAM FILES\GINT\DATATMPL).
2. Copy LOG A GNNN04.GPJ to your gINT projects directory (usually C:\PROGRAM FILES\GINT\PROJECTS).
3. Merge LOG A GNNN04.GLB:
a) Run gINT.
b) Move to the Utilities application group and then to the Lib Merge/Copy application.
c) Mark "Merge From".
d) Specify the source library file as LOG A GNNN04.GLB. Remember to specify the path or use the launch button (...) to select the file with a file dialog.
e) Check the selection and query options to best meet your needs. If you wish to merge all of the above, mark Select All and Never Query.
f) Move all of the tables from the Available Source Table column to the Tables to Merge/Copy column by clicking the >> button.
g) Click the Execute button.
*************************************************
SPECIAL NOTES:
1. You need to remove the "Logo" text at the upper left and then put your company logo in its place (Draw:Discrete Graphics or Draw:Bitmap Symbol).
2. The company information at the upper left is taken from the Help:Company Information dialog.
*************************************************