ABB · AC500
The PROFIsafe watchdog time parameter (F_WD_Time) in the safety PLC configuration is set to 0 milliseconds. A zero value is invalid and effectively disables the watchdog, which is critical for monitoring the timeliness of safety communication. Without a functioning watchdog, communication failures or system freezes might go undetected, posing a significant safety risk.
Click steps to track your progress.
Navigate to the PROFIsafe parameters of the safety PLC or associated safety I/O device in the PLC programming software.
Set the F_WD_Time parameter to a valid non-zero value (e.g., 50ms, 100ms, or as recommended by the device manufacturer).
Ensure the F_WD_Time is consistent between the safety PLC and all connected PROFIsafe devices.
Recompile the safety PLC project and download the updated configuration to the safety PLC.
Monitor the safety system for stable operation after implementing the change.