1
Support Questions / Re: Timer trigger by PLC tag?
« on: April 30, 2025, 07:23:35 AM »
Update:
Works good using DataSubscriber!
Works good using DataSubscriber!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
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