Skip to main content
Skip table of contents

struct.CONFIG_DIGITAL_WELDING_IF_MAPPING_DATA

This structure is used to configure mapping data for the digital welding interface.

  • The _bEnable member variable indicates whether the mapping data is enabled. 0 means disabled, 1 means enabled.

  • The _nDataType member variable specifies the data type. 0 means On/Off signal, 1 means value.

  • The _nPositionalNumber member variable specifies the positional number of the data. 0 means 1, 1 means 0.1, 2 means 0.001.

  • The _fMinData and _fMaxData member variables represent the minimum and maximum data values, respectively.

  • The _nByteOffset and _nBitOffset member variables represent the byte offset and bit offset, respectively.

  • The _nComnDataType member variable specifies the communication data type.

  • The _nMaxDigitSize member variable represents the maximum digital value.

BYTE#

Member Variable

Data Type

Value

Description

0

_bEnable

unsigned char

0 or 1

Enabled status (0: Disabled, 1: Enabled)

1

_nDataType

unsigned char

0 or 1

Data type (0: On/Off, 1: Value)

2

_nPositionalNumber

unsigned char

0, 1, or 2

Positional number (0: 1, 1: 0.1, 2: 0.001)

3

_fMinData

float

Minimum data

7

_fMaxData

float

Maximum data

11

_nByteOffset

unsigned char

Byte offset

12

_nBitOffset

unsigned char

Bit offset

13

_nComnDataType

unsigned char

0 ~ 7

Communication data type (0: 1-bit (Disable Low), 1: 1-bit (Disable High), 2: 2-bit, 3: 4-bit, 4: 8-bit, 5: 15-bit, 6: 16-bit, 7: 32-bit)

14

_nMaxDigitSize

unsigned char

Maximum digital value

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.