![Digi-Pas DWL5000XY Скачать руководство пользователя страница 22](http://html.mh-extra.com/html/digi-pas/dwl5000xy/dwl5000xy_installation-and-operation-manuallines_2496732022.webp)
Digi-Pas
®
© 2018 Digipas Technologies Inc. All Rights Reserved.
www.digipas.com
Page 17
DWL-5x000XY DATA SHEET
5.2.8. DWL5000XYLibrary.SerialComm.Single_Alt_Zero_Value
Description:
This function reads the alternate zero (Single Axis) refer
-
ence value.
Prototype:
public static double Single_Alt_Zero_Value(int sensor_num
-
ber)
Arguments:
sensor_number The specific sensor module.
Return Value:
Alternate Zero (Single Axis) reference value.
Remarks:
DWL5000XYLibrary.SerialComm.Mode(0x07, 0, 0, 0, 0, 0) needs
to call first before using this function.
Code Example:
DWL5000XYLibrary.SerialComm.Single_Alt_Zero_Value(1);
5.2.9. DWL5000XYLibrary.SerialComm.Dual_X_Alt_Zero_Value
Description:
This function reads the alternate zero (Dual Axis) X refer
-
ence value.
Prototype:
public static double Dual_x_Alt_Zero_Value(int sensor_num
-
ber)
Arguments:
sensor_number The specific sensor module.
Return Value:
Alternate Zero (Dual Axis) X reference value.
Remarks:
DWL5000XYLibrary.SerialComm.Mode(0x0A, 0, 0, 0, 0, 0) needs
to call first before using this function.
Code Example:
DWL5000XYLibrary.SerialComm.Dual_x_Alt_Zero_Value(1);
5.2.10.
DWL5000XYLibrary.SerialComm.Dual_Y_Alt_Zero_Value
Description:
This function reads the alternate zero (Dual Axis) Y refer
-
ence value.
Prototype:
public static double Dual_y_Alt_Zero_Value(int sensor_num
-
ber)
Arguments:
sensor_number The specific sensor module.
Return Value:
Alternate Zero (Dual Axis) Y reference value.
Remarks:
DWL5000XYLibrary.SerialComm.Mode(0x0A, 0, 0, 0, 0, 0) needs
to call first before using this function.
Code Example:
DWL5000XYLibrary.SerialComm.Dual_y_Alt_Zero_Value(1);