Hi Archie,
I tried adding a Datasubscriber as mentioned by still it says "PLC Tag invalid". Please see below the code i used for data subscriber.
CODE:
Private Sub DataSubscriber1_DataChanged(sender As Object, e As Drivers.Common.PlcComEventArgs) Handles DataSubscriber_AGV_Ptr_3_Pass.DataReturned
Dim Value As String = EthernetIPforCLXCom1.Read("PLC_Force_GO[" & e.Values(0) & "]")
BasicLabel39.Text = Value
End Sub
End Class