Skip to main content
Skip table of contents

set_welding_cockpit_setting

Functions

This function sets information such as tack welding mode, tack welding repetion count, tack welding time, and tack welding interval time.

Arguments

Field Name

Data Type

Default Value

Remarks

cDataType

unsigned char

-

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

fData

float

-

Output Data

Return

Value

Desription

0

Failure

1

Success

Example

CODE
// Data Type
unsigned char cDataType = 0; // 0: On/Off, 1: Value

// Set output data (The meaning varies depending on cDataType)
float fData = 1.0;

// set_digital_welding_signal_output Call
bool result = Drfl.set_digital_welding_signal_output(cDataType, fData);
JavaScript errors detected

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

If this problem persists, please contact our support.