Skip to main content
Skip table of contents

app_weld_signal_contact_status(ch_arc=[0,1], ch_gas=[0,1], ch_wire=[0,1], ch_mcn=[0,1], timeout=0.1)

Features

It monitors the arc, gas, and wire signals during welding and raises an error handling popup if there is an abnormality.

Parameter

Parameter NameData TypeDefault ValueDescription
ch_arclist(int[2])[0,1]

[0] Arc Status Digital Input Channel (1-16), (default: 0)

[1] Contact status (A contact:1, B contact: 2), (default : 1)

ch_gaslist(int[2])[0,1]

[0] Gas status Digital input channel (1-16), (default: 0)

[1] Contact status (A contact: 1, B contact: 2), (default : 1)

ch_wirelist(int[2])[0,1]

[0] Wire Status Digital Input Channel (1~16), (default: 0)

[1] Contact status (A contact: 1, B contact: 2), (default : 1)

ch_mcnlist(int[2])[0,1]

[0] Machine Status's Digital Input Channel (1~16), (default: 0)

[1] Contact status (A contact: 1, B contact: 2), (default: 1)

timeoutfloat1.0The maximum waiting time about Arc-Wait (default: 1.0 sec)

Return

ValueDescription

0

success

negative value

fail

Exception

ExceptionDescription

DR_Error (DR_ERROR_TYPE)

Parameter data error

DR_Error (DR_ERROR_VALUE)

Invalid parameter value

DR_Error (DR_ERROR_RUNTIME)

C Extension module error

DR_Error (DR_ERROR_STOP)

Program terminated forcibly

Example

PY
app_weld_signal_contact_status(ch_arc=[0,1], ch_gas=[0,1], ch_wire=[0,1], ch_mcn=[0,1], timeout=1.0) 
JavaScript errors detected

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

If this problem persists, please contact our support.