Copyright 2005 by gINT Software. All rights reserved worldwide.
GR012.TXT
gINT Rules Code Samples - 012
Requires gINT version 6 or later.
NOTE: Code samples are provided free of charge and as-is. gINT Software makes no claim or warranty as to the accuracy of the samples. It is the responsibility of the user to ensure that the code performs as it should. Comments, suggestions, and error reports are appreciated.
Description
===========
If only two liquid limit tests were run in the gINT Atterberg tab under the Lab Testing group, this procedure checks to make sure that the two interpreted liquid limits are within 1% of each other. If not, a warning is issued, but the save is allowed to continue.
To see this work, open the sample project and change the 1st Number of Blows from 21 to 22 and save. A warning will be given. Change it back to 21 and no warning is given.
Revision History
================
08 Dec 2005:
Initial upload
*************************************************
INCLUDED FILES:
GR012.GLB:
gINT Rules code modules:
GR012 Main
AtterbergCheck
GR012 COMMON PROCEDURES InitFieldsFnB
GR012.GPJ:
Sample project that makes use of the code modules.
*************************************************
INSTALLATION PROCEDURE:
Copy the files wherever you prefer. To see the gINT Rules code modules you must either merge the GLB into your library (Utilities:Lib Merge/Copy) or change to the included library (File:Change Library).
*************************************************
SPECIAL NOTES:
None
*************************************************