FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / Get_Loading_Point Method


In This Topic
    Get_Loading_Point Method
    In This Topic
    Get_Loading_Point is a Function that that is used to to get the Loading Point of the USB Device.
    Syntax
    'Declaration
     
    
    Public Function Get_Loading_Point( _
       ByVal DeviceHandle As IntPtr, _
       ByVal Point As Integer, _
       Optional ByVal ChannelNumber As Byte, _
       Optional ByVal TypeOfCalibration As Integer _
    ) As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim DeviceHandle As IntPtr
    Dim Point As Integer
    Dim ChannelNumber As Byte
    Dim TypeOfCalibration As Integer
    Dim value As String
     
    value = instance.Get_Loading_Point(DeviceHandle, Point, ChannelNumber, TypeOfCalibration)

    Parameters

    DeviceHandle
    Point
    ChannelNumber
    TypeOfCalibration

    Return Value

    If successful:

    Return Value = -16777216 to +16777215

    Return Value = ""; There is no value at that Loading Point

    If Unsuccessful, the Return Value will be:

    Return Value = "Negative Overflow";

    Return Value = "Positive Overflow";

    Return Value = "Error"; An Error occured when attempting to Get_Loading_Point

    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also