CONFIG_DIGITAL_WELDING_INTERFACE_PROCESS2
This structure defines the secondary process status and monitoring mapping for digital welding interfaces. It focuses on real-time signal exchange between the welding robot and power source, tracking process flow, machine readiness, and current feedback.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
Mapping for Current Flow Detection |
||
15 |
|
Prcoess activation settings |
||
30 |
|
Digital feedback for main current settings |
||
45 |
|
Signal indicating machine ready state settings |
||
60 |
|
Communication readiness flag between robot and welder |
Total size: 75 bytes
Defined in: DRFS.h
typedef struct _CONFIG_DIGITAL_WELDING_INTERFACE_PROCESS2
{
/* Welding current flow detection */
CONFIG_DIGITAL_WELDING_IF_MAPPING_DATA _tCurrentFlow;
/* Process active status mapping */
CONFIG_DIGITAL_WELDING_IF_MAPPING_DATA _tProcessActive;
/* Main welding current feedback mapping */
CONFIG_DIGITAL_WELDING_IF_MAPPING_DATA _tMainCurrent;
/* Machine ready signal mapping */
CONFIG_DIGITAL_WELDING_IF_MAPPING_DATA _tMachineReady;
/* Communication readiness signal mapping */
CONFIG_DIGITAL_WELDING_IF_MAPPING_DATA _tCommReady;
} CONFIG_DIGITAL_WELDING_INTERFACE_PROCESS2, *LPCONFIG_DIGITAL_WELDING_INTERFACE_PROCESS2;
Note
This structure complements CONFIG_DIGITAL_WELDING_INTERFACE_PROCESS by providing extended process monitoring signals.
_tMachineReadyensures proper startup synchronization._tCommReadyconfirms communication between the welding controller and robot system.Commonly used in digital fieldbus-controlled welding machines (e.g., EtherCAT, ProfiNet).