I have a safety controller using a digital output (C1p33) to power a Danfoss Series 7 analog valve that will stop working and requires power cycle to reset.
Looking at the output pin in service tool, DigOut variable shows true but the DigFeedBack shows false and Status shows Bit8 as true.
After a few cycles of the digital output turning off and on, this error will pop up.
To fix the error I found a topic on this form
https://www.plus1forum.danfoss.com/index.php?topic=1115.msg3539#msg3539
In the topic Tor shows that momentarily disabling the safety monitor for the pin can fix the issue by setting C1p33 "DisableOutputSafetyMonitoring" variable to true. Their method shows setting the DigOut transition to false to trigger a delayed off, turning on the variable for a few seconds.
My testing found that this reduces the chance of the error but does not fix the issue. For production I set "DisableOutputSafetyMonitoring" variable to true permanently and this prevented the error from stopping the pin function. I did this for all of the digital outs on the safety controller because I notices that some pins were more sensitive than others to the error.
I had seen this somewhere else and though I would start a new thread highlighting what worked for me.