Private Sub EthernetIPforCLXCom1_ComError(sender As Object, e As Drivers.Common.PlcComEventArgs) Handles EthernetIPforCLXCom1.ComError
If e.ErrorId = 4 Then
Me.Text = "Invalid or Missing Tag Error : " & e.ErrorMessage & "," & e.PlcAddress
Timer1.Stop()
Timer1.Start()
End If
End Sub
Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
Me.Text = "No Error"
Timer1.Stop()
End Sub
So what software are you comparing this to that can report missing tags then clear the error when they are put back?