Access Nested AOIs in ControlLogix PLC with Wonderware

abishur

Member
Join Date
May 2012
Location
Texas
Posts
47
Using Archestra 2014 I'm trying to access an tag in a ControlLogix L75 with firmware 21.xx

I can access all the data in the top level of the Add-on instruction, but all my alarms are handled as a second Add-on instruction. So in the end the tag in the plc is

Tagname.Alarm[0].Status

Does anyone know how to access the data in the nested AOI?
 
Is 'tagname' local to the AOI (which I doubt) or is its scope higher, possibly on the controller level?

The processing may be in the AOI but the tag is probably external to it.

It wouldn't make sense to have an internal tag if the status of the alarm has to be used external to the AOI.

Or is 'tagname' the name of the higher level AOI? If so what is the scope of the 'Alarm' array?
 
Last edited:
Yes Tagname is an Add-on Instruction datatype at the controller level and has read/write access.

Alarm[0] is an array of Alarm Add-on Instructions and is a member of the Tagname Add-on instruction. It also has read/write access

Status is a boolean tag member of the Alarm Add-on Instruction datatype. It had read only access.

I've used this setup at several other sites using FactoryTalk view Studio SE, but now I'm starting a project using Wonderware as the top end and can't seem to get it going.
 
It's probably a WW issue, v21 changes how information is accessed from the PLC so drivers have to get re-written. I know this because it's the same story with Ignition. Their v21 driver seems have it all worked out now, but the first releases of the driver had similar difficulties with accessing tags in AOIs/UDTs.

I would contact WW to see what the latest DA Server they recommend, and if they have released any patches to their drivers to improve it.
 

Similar Topics

Hi Siemens guys! I am experiencing SF fault on our S7-300 (6ES7 315-2AH14-0AB0) CPU from time to time. I've checked the diagnostic buffer and...
Replies
13
Views
213
Can we use a Simotion D455 ethernet port x127 as a gate, to access S7-1500 plc Tia Portal program ? In the Simatic manager, we used Netpro to do...
Replies
2
Views
104
I have to provide remote access and control to a touch screen. I was thinking about using Weintek and the Weincloud. Does anyone know if this is...
Replies
11
Views
630
Greetings, I am working on a project and I would like to scale %AI to -10.0 to 10.0 VDC. The module Input data is stored as a 16 bit Integer and...
Replies
4
Views
83
Hi all Trying to remotely connect to a TIA Portal PLC. I can ping it without a problem but can't get my software to connect. I've opened port...
Replies
8
Views
361
Back
Top Bottom