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 - Integram01

Pages: [1]
1
oops. Yes i did now. Looks like i am not getting any error but seems like i cannot communicate with the tag. When i press the button it does nothing on the PLC.

2
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

3
My PLC tag is PLC_Force_GO[AGV_Ptr] and i am using the same tag in the VB PLC address property.

4
Hello,
I am using Controllogix 5000 with AdvanceHMI and trying use indirect addressing from PLC. We have 105 similar robot which are indirectly used in PLC by a pointer. On Advance HMI when i am using the indirectly addressed tag it give me error "PLC Tag not valid". Would anyone be able to help me out if they have used indirect addressing in their project. Thanks.

5
Support Questions / Map indirect addressed tag in my VB Solution
« on: April 25, 2022, 07:50:14 AM »
Hi,
I am new to using Advanced HMi and recently i am playing around with it. I am trying to use tags that are addressed indirectly in my PLC, and when i am using the indirectly addressed tag in the tag connection it gives me runtime error "invalid tag name", is there a way to use indirectly addressed tags? please advise.

Pages: [1]