xCore-SDK  0.4.1
xCore SDK C# API
rokae::clr::ArcWelding::ArcOffData结构体 参考

收弧参数 更多...

#include <arcwelding_cli.hpp>

静态 Public 成员函数

static ArcOffData CreateDefault ()
 ArcOffData默认值 更多...
 

Public 属性

String name
 文件号名 更多...
 
String annotation
 文件号注释 更多...
 
String mode
 焊机工作模式。平特性:"flat_characteristic",低飞溅:"low_spatter",脉冲: "pulse",双脉冲:"double_pulse",直流点焊:"dc_spot_welding",脉冲点焊:"pulsed_spot_welding",大熔深:"deep_penetration" 更多...
 
String current_mode
 电流模式。电流:"current",送丝速度:"wire_feed" 更多...
 
String voltage_mode
 电压模式。分别:"separate",一元化:"unified" 更多...
 
Double current
 起弧电流. 单位:电流下为 A,送丝速度下为 mm/s 更多...
 
Double voltage
 起弧电压。单位:分别下为 V,一元化下为 V 或者 % 更多...
 
Int32 hold_time
 收弧保持时间。单位:ms,范围:[0 - 10000] ms 更多...
 
Int32 delay_gasoff_time
 滞后关气时间。单位:ms,范围:[0 - 10000] ms 更多...
 
Int32 detect_time
 收弧检测时间。单位:ms,范围:[0 - 10000] ms 更多...
 
Int32 retract_time
 收弧退丝时间。单位:ms,范围:[0 - 10000] ms 更多...
 
Int32 wire_stick_detection_time
 粘丝检测时间。单位:ms 更多...
 
AntiWireStickParam anti_wire_stick_param
 防粘丝参数 更多...
 

详细描述

收弧参数

在文件 arcwelding_cli.hpp263 行定义.

成员函数说明

◆ CreateDefault()

static ArcOffData rokae::clr::ArcWelding::ArcOffData::CreateDefault ( )
inlinestatic

ArcOffData默认值

在文件 arcwelding_cli.hpp293 行定义.

类成员变量说明

◆ annotation

String rokae::clr::ArcWelding::ArcOffData::annotation

文件号注释

在文件 arcwelding_cli.hpp268 行定义.

◆ anti_wire_stick_param

AntiWireStickParam rokae::clr::ArcWelding::ArcOffData::anti_wire_stick_param

防粘丝参数

在文件 arcwelding_cli.hpp290 行定义.

◆ current

Double rokae::clr::ArcWelding::ArcOffData::current

起弧电流. 单位:电流下为 A,送丝速度下为 mm/s

在文件 arcwelding_cli.hpp276 行定义.

◆ current_mode

String rokae::clr::ArcWelding::ArcOffData::current_mode

电流模式。电流:"current",送丝速度:"wire_feed"

在文件 arcwelding_cli.hpp272 行定义.

◆ delay_gasoff_time

Int32 rokae::clr::ArcWelding::ArcOffData::delay_gasoff_time

滞后关气时间。单位:ms,范围:[0 - 10000] ms

在文件 arcwelding_cli.hpp282 行定义.

◆ detect_time

Int32 rokae::clr::ArcWelding::ArcOffData::detect_time

收弧检测时间。单位:ms,范围:[0 - 10000] ms

在文件 arcwelding_cli.hpp284 行定义.

◆ hold_time

Int32 rokae::clr::ArcWelding::ArcOffData::hold_time

收弧保持时间。单位:ms,范围:[0 - 10000] ms

在文件 arcwelding_cli.hpp280 行定义.

◆ mode

String rokae::clr::ArcWelding::ArcOffData::mode

焊机工作模式。平特性:"flat_characteristic",低飞溅:"low_spatter",脉冲: "pulse",双脉冲:"double_pulse",直流点焊:"dc_spot_welding",脉冲点焊:"pulsed_spot_welding",大熔深:"deep_penetration"

在文件 arcwelding_cli.hpp270 行定义.

◆ name

String rokae::clr::ArcWelding::ArcOffData::name

文件号名

在文件 arcwelding_cli.hpp266 行定义.

◆ retract_time

Int32 rokae::clr::ArcWelding::ArcOffData::retract_time

收弧退丝时间。单位:ms,范围:[0 - 10000] ms

在文件 arcwelding_cli.hpp286 行定义.

◆ voltage

Double rokae::clr::ArcWelding::ArcOffData::voltage

起弧电压。单位:分别下为 V,一元化下为 V 或者 %

在文件 arcwelding_cli.hpp278 行定义.

◆ voltage_mode

String rokae::clr::ArcWelding::ArcOffData::voltage_mode

电压模式。分别:"separate",一元化:"unified"

在文件 arcwelding_cli.hpp274 行定义.

◆ wire_stick_detection_time

Int32 rokae::clr::ArcWelding::ArcOffData::wire_stick_detection_time

粘丝检测时间。单位:ms

在文件 arcwelding_cli.hpp288 行定义.


该结构体的文档由以下文件生成: