FactoryTalk View - Accessing PLC I/O Directly

bise2016

Member
Join Date
Sep 2016
Location
US
Posts
1
I am trying to access the I/O of a AB CompactLogix PLC within FactoryTalk View using the format such as "Local:1:I.Data.0" instead of using an alias tag like "photoeye1." When using a MicroLogix, I can access the I/O bits directly similarly to "I:0.0/2" and the value works correctly in FTV. When I try to use the local tag from a CompactLogix; however, I get an error about the tag not being found.

I have setup the CompactLogix in the Communication Setup (shortcut name as "bench_plc") and am able to correctly get to the I/O with "{[bench_plc]PE_1}" but not when using "{[bench_plc]Local:1:I.Data.0}"

Is it possible to access I/O bits directly on a CompactLogix similarly to how it's done with a MicroLogix or am I required to use alias tags?
 
Try the syntax

{::[bench_plc]Local:1:I.Data.0}"

I recommend using alias or logic-assigned tags for all HMI functions, but you should be able to address local I/O directly by using the double-colon "escaping" syntax.
 

Similar Topics

Is there a way to access properties of vba-exposed objects on other screens? For example, if I click a button on screen "MAIN", does SE allow us...
Replies
2
Views
3,610
I have two identical machines running similar HMI projects, the only difference is one is done in FactoryTalk View Version 10 and the other is...
Replies
3
Views
112
Hello, I'm using FactoryTalk View ME V10. I created a valve as a global object with multiple parameters and when the object is being used at the...
Replies
2
Views
130
Hello all, I was modifying an HMI in factory talk and went to change a go to display button using the ... to select from a list as I had done...
Replies
4
Views
176
Hello, We recently upgraded our control server to a newer model. After the transition we are experiencing issues with our trend graphs to where...
Replies
2
Views
121
Back
Top Bottom