Features
This disables the analog welding function.
Return
|
Value |
Description |
|---|---|
|
0 |
Success |
|
Negative Value |
Failure |
Exception
|
Exception |
Description |
|---|---|
|
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
Python
app_weld_enable_analog(ch_v_out=[1,1], spec_v_out=[0,0,300,10], ch_f_out =[2,1],
spec_f_out =[0,0,40,10], ch_v_in =[1,1], spec_v_in =[0,0,300,10], ch_c_in =[2,1],
spec_c_in=[0,0,40,10], ch_arc_on=1, ch_gas_on=2, ch_inching_fwd=3, ch_inching_bwd=4, ch_blow_out=5)
app_weld_disable_analog()