Data Format Structure; Hlc2_Config5; 00000 To 99999); Hlc2_Numeric11(For Numerical Value Setting -999.999999 To +999.99999) - Panasonic HL-C2 Series User Manual

Ultra high-speed, high-accuracy laser displacement sensor
Hide thumbs Also See for HL-C2 Series:
Table of Contents

Advertisement

2-1-1 Data Format Structure

1)HLC2_CONFIG5(For code setting
typedef struct
{
BYTE

} HLC2_CONFIG5;

2)HLC2_NUMERIC11(For numerical value setting
)
+999.99999
typedef struct
{
BYTE
BYTE
BYTE
BYTE
} HLC2_NUMERIC11;
3)HLC2_NUMERIC12(For difference value setting
)
+9999.999999
Used for rapid loading of buffering data (RLB command).
typedef struct
{
BYTE
BYTE
BYTE
BYTE
} HLC2_NUMERIC12;
4)HLC2_NUMERIC10(For setting of 10-digit value
command format 3.)
typedef struct
{
BYTE
BYTE
} HLC2_NUMERIC10;
00000 to 99999
Num[5];
Sign;
// Sign ("±")
Integer[3];
// 3-digit integer (no zero suppression)
Period;
// Decimal point (".")
Decimal[6];
// 6-digit decimal number
Sign;
// Sign ("±")
Integer[4];
// 4-digit integer (no zero suppression)
Period;
// Decimal point (".")
Decimal[6];
// 6-digit decimal number
Sign;
// Sign ("±")
Integer[10];
// 10-digit integer (no zero suppression)
2-3
Chapter 2 API Function Specifications
)
-999.999999 to
-9999.999999 to
.Used for the
2

Advertisement

Table of Contents
loading

Table of Contents