struct.DIGITAL_FORCE_WRITE_DATA
This structure contains data for forcibly outputting digital welding signals.
The
_bForceWritemember variable indicates whether forced output is enabled. 0 means disabled, and 1 means enabled.The
_iForceDatamember variable represents the data value to be forcibly output.The
_iTargetOutputmember variable specifies the target for the forced output. 1 to 4 represent digital outputs (DO), 5 to 6 represent analog outputs (AO), 7 represents a synergic signal, and 8 represents an error signal..
BYTE# | Member Variable | Data Type | Value | Description |
|---|---|---|---|---|
0 |
| unsigned char | 0 or 1 | Forced output status (0: Disabled, 1: Enabled) |
1 |
| unsigned char | 0 or 1 | Forced output data |
2 |
| unsigned char | 1 ~ 8 | Output target (1: DO1, 2: DO2, 3: DO3, 4: DO4, 5: AO1, 6: AO2, 7: Synergic signal, 8: Error signal) |