Skip to main content
Skip table of contents

struct.DIGITAL_FORCE_WRITE_DATA

This structure contains data for forcibly outputting digital welding signals.

  • The _bForceWrite member variable indicates whether forced output is enabled. 0 means disabled, and 1 means enabled.

  • The _iForceData member variable represents the data value to be forcibly output.

  • The _iTargetOutput member variable specifies the target for the forced output. 1 to 4 represent digital outputs (DO), 5 to 6 represent analog outputs (AO), 7 represents a synergic signal, and 8 represents an error signal..

BYTE#

Member Variable

Data Type

Value

Description

0

_bForceWrite

unsigned char

0 or 1

Forced output status (0: Disabled, 1: Enabled)

1

_iForceData

unsigned char

0 or 1

Forced output data

2

_iTargetOutput

unsigned char

1 ~ 8

Output target (1: DO1, 2: DO2, 3: DO3, 4: DO4, 5: AO1, 6: AO2, 7: Synergic signal, 8: Error signal)

JavaScript errors detected

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

If this problem persists, please contact our support.