Skip to main content
Skip table of contents

app_weld_enable_digital

기능

통신 인터페이스 방식 용접기능을 활성화합니다. EtherNet/IP 인터페이스만 지원합니다.

인수

인수명

자료형

기본값

설명

bMode

unsigned char

없음

디지털 용접 모드 설정 (0: 비활성화)

리턴

설명

0

오류

1

성공

예제

CODE
// 디지털 용접 모드 설정
unsigned char bMode = 0; // 0: 디지털 용접 모드 비활성화

// app_weld_disable_digital 함수 호출
bool result = Drfl.app_weld_disable_digital(bMode);
JavaScript errors detected

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

If this problem persists, please contact our support.