Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
If PE_101.Value = 1 Then
Timer_CntUp1.Text += 0.1
End If
End Sub
Is there any work around with this? I am trying to start a timer with the PLC tag triggers but it is not adding up. I tried using loop as well, but it didn't work also.