Skip to main content
Skip table of contents

struct.ANALOG_WELDING_ADJUST_SETTING

This structure contains information for adjusting analog welding settings.

  • The _bRealTime member variable indicates whether real-time adjustment is enabled. 0 means preset mode, 1 means real-time adjustment mode.

  • The _bResetFlag member variable indicates the reset flag. 0 means to keep the current value, 1 means to reset to the set value.

  • The _fTargetVol member variable sets the target voltage.

  • The _fFeedingVel member variable sets the feeding speed.

  • The _fTargetVel member variable sets the target speed.

  • The _fOffsetY and _fOffsetZ member variables set the weave Y offset and weave Z offset, respectively.

  • The _fWidthRate member variable sets the weave width ratio.

BYTE#

Member Variable

Data Type

Value

Description

0

_bRealTime

unsigned char

0 or 1

Real-time adjustment status (0: Preset, 1: Real-time)

1

_bResetFlag

unsigned char

0 or 1

Reset flag (0: Keep current value, 1: Reset to set value)

2

_fTargetVol

float

Target voltage (V)

6

_fFeedingVel

float

Feeding speed

10

_fTargetVel

float

Target speed (mm/sec)

14

_fOffsetY

float

Weave Y offset

18

_fOffsetZ

float

Weave Z offset

22

_fWidthRate

float

Weave width ratio

JavaScript errors detected

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

If this problem persists, please contact our support.