Skip to main content
Skip table of contents

set_welding_cockpit_setting_time_setting

Functions

This function changes the time setting value of the welding cockpit. The time setting value must be entered in seconds.

Arguments

Field

DataType

Value

Remarks

time

int

-

Time Setting (sec)

Return

None

Example

CODE
// Set time(unit: s)
int time = 5; // 5s

// set_welding_cockpit_setting_time_setting call
Drfl.set_welding_cockpit_setting_time_setting(time);
JavaScript errors detected

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

If this problem persists, please contact our support.