Skip to main content
Skip table of contents

set_digital_welding_monitoring_mode

Functions

This function activate or deactivate the digital welding monitoring mode.

Arguments

Field Name

DataType

Default Value

Desciptions

bEnable

unsigned char

-

Monitoring Activation mode status (0 : deactivated, 1: activated)

Return

Value

Remarks

0

Error

1

Success

Example

CODE
// Monitoring Activation mode status
unsigned char bEnable = 1; // 1: activated, 0: deactivated

// set_digital_welding_monitoring_mode call
bool result = Drfl.set_digital_welding_monitoring_mode(bEnable);
JavaScript errors detected

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

If this problem persists, please contact our support.