Thursday, May 20, 2021

gINT Rules Code to Calculate SPT N value

 Download one of the sample gint project file and library from here and copy paste this code at the end. I used the "Gr023" as my base. Modify the table names highlighted below to match your project. Add the SPTN funtion in the gINT rules Save section of the SAMPLE table properties.




Public Sub SPTN

'*****************************************************

'Description:  Calculates SPT N

'*****************************************************


  Const s_Field_BLOWS_1ST_6IN As String = "BLOWS_1ST_6IN"

  Const s_Field_BLOWS_2ND_6IN As String = "BLOWS_2ND_6IN"

  Const s_Field_BLOWS_3RD_6IN As String = "BLOWS_3RD_6IN"

  Const s_Field_SPTN As String = "SPTN"


  Dim iPsBLOWS_1ST_6IN As Integer      'Pointer to BLOWS_1ST_6IN

  Dim iPsBLOWS_2ND_6IN As Integer      'Pointer to BLOWS_2ND_6IN

  Dim iPsBLOWS_3RD_6IN As Integer    'Pointer to BLOWS_3RD_6IN

  Dim iPsSPTN As Integer    'Pointer to SPTN

  Dim lRow As Long


  Dim StrSPTN As String


  Dim iBLOWS_1ST_6IN As Integer

  Dim iBLOWS_2ND_6IN As Integer

  Dim iBLOWS_3RD_6IN As Integer

  Dim iSPTN As Integer


  'Obtain pointers to the field data within the data array.

  If InitFieldsFnB(s_Field_BLOWS_1ST_6IN, iPsBLOWS_1ST_6IN, _

                   s_Field_BLOWS_2ND_6IN, iPsBLOWS_2ND_6IN, _

                   s_Field_BLOWS_3RD_6IN, iPsBLOWS_3RD_6IN, _

                   s_Field_SPTN, iPsSPTN) _

  Then

    MsgBox ("One or more of the required fields missing from the table.", vbOkOnly + vbExclamation, "Error - SPT N Calc")

    Exit Sub

  End If


  With gINTRules.GridData


    'Spin through the rows on the table and perform the calc

    For lRow = 1 To glNumRows


      If CStr(gsDataA(iPsBLOWS_1ST_6IN, lRow)) Like "*/*" Then

        iBLOWS_1ST_6IN = 100

      Else

        iBLOWS_1ST_6IN = 0

      End If


      If IsNumeric(gsDataA(iPsBLOWS_2ND_6IN, lRow)) Then     'Get BLOWS_2ND_6IN

        iBLOWS_2ND_6IN = CInt(gsDataA(iPsBLOWS_2ND_6IN, lRow))

      ElseIf CStr(gsDataA(iPsBLOWS_2ND_6IN, lRow)) Like "*/*" Then

        iBLOWS_2ND_6IN = 100

      Else

        iBLOWS_2ND_6IN = 0

      End If


      If IsNumeric(gsDataA(iPsBLOWS_3RD_6IN, lRow)) Then     'Get BLOWS_3RD_6IN

        iBLOWS_3RD_6IN = CInt(gsDataA(iPsBLOWS_3RD_6IN, lRow))

      ElseIf CStr(gsDataA(iPsBLOWS_3RD_6IN, lRow)) Like "*/*" Then

        iBLOWS_3RD_6IN = 100

      Else

        iBLOWS_3RD_6IN = 0

      End If


      iSPTN = iBLOWS_1ST_6IN + iBLOWS_2ND_6IN + iBLOWS_3RD_6IN

      If iSPTN > 100 Then

        iSPTN = 100

      End If


      If Len(gsDataA(iPsBLOWS_1ST_6IN, lRow)) > 0 Then

      gsDataA(iPsSPTN, lRow) = CStr(iSPTN)

      End If

    Next lRow

  End With

End Sub




Tuesday, June 9, 2020

Civiltech - SHORING SUITE v8.17c (2017) Full Download

                        

  


SHORING Suite is a software package that contains 4 Modules: Shoring, EarthPres, Surcharge, and Heave. These modules are sophisticated design and analysis tools developed by experienced engineers and professors. The program has been widely used by engineers, contractors, universities, and government agencies nationwide and overseas. The program is flexible, powerful, and has high performance qualities.

Well Referenced: The calculation is based on Federal Highway Administration (FHWA) methods, US Navy DM-7 (NAVFAC) manual, the Steel Sheet Design manual (USS), and TRENCHING AND SHORING MANUAL of, California Department of Transportation. It can be used for complex ground conditions, surcharge loads, and many types of shoring walls including: braced cuts, cantilever walls, bulkhead walls, sheet pile walls, soldier piles & lagging systems, tangent pile walls, slurry walls, and any flexible walls. The program can link to EarthPres and Surcharge modules so that the data from these two programs can be directly imported into Shoring.

Great Tools: The program shows diagrams of pressures, shear, moment, and deflection. It calculates the moment of the piles and selects the five most suitable piles for you. The program not only presents the major properties of these piles but also calculates the top deflection of each pile. For braced systems, the program supports calculation for wale and strut. For tieback systems, the program can determine the free length, bound length, and non-load zone of tieback anchors. places soil properties at your fingertips. It is great tool for shoring design engineers.

Installation Guide:
    1. Install the software.
    2. Copy and replace shoringsuite.exe from the Patch folder to C:\Shoring8\
    3. Open the Software.
    4. Just click "OK" when it prompts as shown below (you have to do this step each time you open the software);
    5. You're all set. Enjoy!!

Password: www.nsaneforums.com
Download: 
        Website: https://mir.cr
        Link: /files/VGCYQARR

Disclaimer: 
yesu13.blogspot.com is not responsible for the files or links posted in this blog as it does not own the files linked herein. Please let us know if this material is copyright or violate your rights.