Author Topic: ControlLogix String Write Bug  (Read 1974 times)

damon

  • Newbie
  • *
  • Posts: 8
    • View Profile
ControlLogix String Write Bug
« on: September 23, 2013, 03:07:03 PM »
If you execute "EthernetIPforCLXCom1.Write("String.Page[ x ].Button[y]", "BlahBlahBlah)" then

It basically uses the 2nd index as both the 1st and 2nd index..  So if x = 1 and y = 2, then instead of writing to address "String.Page[1].Button[2]" it writes to String.Page[2].Button[2]..

Hope this makes sense.

Thanks,Damon
« Last Edit: September 23, 2013, 03:25:44 PM by Archie »

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5272
    • View Profile
    • AdvancedHMI
Re: ControlLogix String Write Bug
« Reply #1 on: September 23, 2013, 07:59:21 PM »
This is a confirmed bug. Attached is a patch that will resolve the issue. Download and unzip the attached file, then replace the one found in AdvancedHMIDrivers\support directory

damon

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: ControlLogix String Write Bug
« Reply #2 on: September 24, 2013, 01:00:18 PM »
Tested and confirmed..  Incredible response for 'FREE'

Thanks