Author Topic: compact logix AOI. how to address?  (Read 860 times)

georgegraz

  • Newbie
  • *
  • Posts: 29
    • View Profile
compact logix AOI. how to address?
« on: June 15, 2018, 03:28:45 PM »
I know to use program: when necessary. But what about when its inside an AOI? Using Ethernet and it is built in to the processor.
Thanks
George

dmroeder

  • Global Moderator
  • Full Member
  • *****
  • Posts: 208
    • View Profile
Re: compact logix AOI. how to address?
« Reply #1 on: June 15, 2018, 04:12:32 PM »
Let's say you have an AOI named "Widget_Object".  You have an instance of Widget_Object, it's called "Large_Widget"  Inside your AOI, you have a tag of TIMER data type, called "ThingDelay".  You want to read the preset:

You'd read: Large_Widget.ThingDelay.PRE

georgegraz

  • Newbie
  • *
  • Posts: 29
    • View Profile
Re: compact logix AOI. how to address?
« Reply #2 on: June 15, 2018, 07:28:03 PM »
Thanks.
George