Skip to main content
Skip table of contents

set_digital_welding_monitoring_mode

기능

이 함수는 디지털 용접 모니터링 모드를 활성화 또는 비활성화합니다.

인수

인수명

자료형

기본값

설명

bEnable

unsigned char

없음

모니터링 모드 활성화 여부 (1: 활성화, 0: 비활성화)

리턴

설명

0

오류

1

성공

예제

CODE
// 디지털 용접 모니터링 모드 활성화 여부 설정
  unsigned char bEnable = 1; // 1: 활성화, 0: 비활성화

  // set_digital_welding_monitoring_mode 함수 호출
  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.