Question:
How can I remove all alarms from the E3Alarm when the driver loses communication with the field device?
Solution:
One way to do so is to execute E3Alarm‘s Deactivate() command when communication displays any errors. When it is restored, the alarms are displayed again when executing the Activate() method.