Author Topic: Unable to read AB ControlLogix program tag in 397e (working in 397d)  (Read 1508 times)

jsorah

  • Newbie
  • *
  • Posts: 10
    • View Profile
The tag I am trying to read is as follows (using the Read function on the ControlLogix driver class):

Program:MainProgram.AnalogInSlot3.Ch0InputError

Exception received in 397e


MfgControl.AdvancedHMI.Drivers.Common.PLCDriverException: Read Failed. Invalid Tag Address.,  Status Code=4
   at AdvancedHMIDrivers.EthernetIPforCLXCom.Read(String startAddress, Int32 numberOfElements) in \AdvancedHMIDrivers\AllenBradley\EthernetIPforCLXCom.vb:line 388


I did a wireshark trace and notice that the CIP packets sent with this tag show malformed in the Info column and the tag sent to the PLC itself is different from 397d.

Reading this tag works with the 397d code and the CIP packets do not show up as malformed.


Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5270
    • View Profile
    • AdvancedHMI

jsorah

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Unable to read AB ControlLogix program tag in 397e (working in 397d)
« Reply #2 on: January 29, 2015, 09:28:10 AM »
Thanks for the quick response.  I'll continue to follow up with the issue in that thread.