FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / Set_Load_of_Loading_Point Method
Type: System.IntPtr
The handle associated with the USB device.
Type: System.Int32
The calibration loading point associated with the USB device.
The value must be between 0 and 19 (certain models may have fewer loading points).
Type: System.Int32
The physical load value associated with the USB device.
The value must be between 0 and 65,535.
Type: System.Byte
The channel number associated with the USB device.


In This Topic
    Set_Load_of_Loading_Point Method
    In This Topic
    Warning: The use of this function can affect the factory calibration of the USB device.
    Sets the load value related to the loading point stored in the EEPROM of the microcontroller.
    Syntax
    'Declaration
     
    
    Public Function Set_Load_of_Loading_Point( _
       ByVal DeviceHandle As IntPtr, _
       ByVal LoadingPoint As Integer, _
       ByVal LoadValue As Integer, _
       Optional ByVal ChannelNumber As Byte _
    ) As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim DeviceHandle As IntPtr
    Dim LoadingPoint As Integer
    Dim LoadValue As Integer
    Dim ChannelNumber As Byte
    Dim value As String
     
    value = instance.Set_Load_of_Loading_Point(DeviceHandle, LoadingPoint, LoadValue, ChannelNumber)
    public string Set_Load_of_Loading_Point( 
       IntPtr DeviceHandle,
       int LoadingPoint,
       int LoadValue,
       byte ChannelNumber
    )

    Parameters

    DeviceHandle
    Type: System.IntPtr
    The handle associated with the USB device.
    LoadingPoint
    Type: System.Int32
    The calibration loading point associated with the USB device.
    The value must be between 0 and 19 (certain models may have fewer loading points).
    LoadValue
    Type: System.Int32
    The physical load value associated with the USB device.
    The value must be between 0 and 65,535.
    ChannelNumber
    Type: System.Byte
    The channel number associated with the USB device.

    Return Value

    Type: System.String
    A value equal to 0; otherwise Error
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also

    Reference

    USB_DLL Class
    USB_DLL Members

    Related

    CalibrationOverview
    LoadingPointCodes
    Get_Load_of_Loading_Point Method