Skip to main content
Skip table of contents

struct.CONFIG_WELDING_DETAIL_INFO

This structure is used to set the details of a welding channel.

  • _iChannel member variable specifies the channel number to be set. A value of 0 means the channel is unspecified.

  • _iChannelType member variable specifies the type of the channel. A value of 0 means a current channel, and a value of 1 means a voltage channel.

  • _iRealMinOut member variable represents the actual minimum output value.

  • _iMinOut member variable represents the minimum output value.

  • _iRealMaxOut member variable represents the actual maximum output value.

  • _iMaxOut member variable represents the maximum output value.

BYTE#

Member Variable

DataType

Value

Descriptions

0

_iChannel

unsigned char

0, 1 or 2

Channel Number (0: unspecified, 1~2: channel)

1

_iChannelType

unsigned char

0 or 1

Channel Type (0: Current, 1: Voltage)

2

_iRealMinOut

float

Real Minimum Output

6

_iMinOut

float

Minminum Output

10

_iRealMaxOut

float

Real Maximum Output

14

_iMaxOut

float

Maximum Output

JavaScript errors detected

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

If this problem persists, please contact our support.