Show Posts

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.


Messages - cojuancarlos

Pages: [1]
1
Support Questions / Re: Timer trigger by PLC tag?
« on: April 30, 2025, 07:23:35 AM »
Update:

Works good using DataSubscriber!

2
Support Questions / Re: Timer trigger by PLC tag?
« on: April 20, 2025, 12:13:38 PM »
I have never tried that one. I will play with the DataSubscribers.

What are similar solutions?

3
Support Questions / Timer trigger by PLC tag?
« on: April 16, 2025, 05:27:54 PM »
Code: [Select]
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.

4
Support Questions / Re: EPPlus New Version License
« on: October 16, 2023, 10:18:30 AM »
I have this issue. What do you mean by took the Original DLL?

Pages: [1]