Skip to main content
Skip table of contents

struct.WELDING_CHANNEL

This structure contains the configuration information for a welding channel.

  • _bTargetChspecifies the channel number to be used for welding. A value of 0 means the channel is not used.

  • _bTargetATspecifies the type of the channel. A value of 0 means a current channel, and a value of 1 means a voltage channel.

  • _ConstValueis an array that stores the constant values to be applied to the welding channel.

  • _fMinValue and _fMaxValue specify the minimum and maximum values of the welding channel.

BYTE#

Member Variables

Data Type

Value

Descriptions

0

_bTargetCh

unsigned char

0, 1 or 2

Target Channel Number (0: Not used, 1: Channel 1, 2: Channel 2)

1

_bTargetAT

unsigned char

0 or 1

Channel Type (0: Current, 1: Voltage)

2

_ConstValue

float[2]

Const value at array (A, B)

10

_fMinValue

float

Minimum Value

14

_fMaxValue

float

Maximum Value

JavaScript errors detected

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

If this problem persists, please contact our support.