Creating Tags in FactoryTalk ME directly from a PLC

SiriusMark

Member
Join Date
Mar 2014
Location
Colorado
Posts
80
I'm working on creating an application for an HMI. Mostly, I'm trying to learn the process, it is doubtful that this app will ever go into full scale use. I'm trying to create a page on my HMI that basically shows all the permissives and what state they are in. However, when I try to tie the indicator I've created to the specific point in the PLC, I run into a problem. The PLC is a micrologic 1500 and I'm using RSLogix 500 to interface with it.

My permissives are coming into the PLC as I/O points, specifically in the I1 bin file. Through the ladder logic they are getting dumped into a binary file that the PLC program uses for access. However, from FactoryTalk I can't seem to access individual bits in the I1 bin OR the B3 bin. I have no problem pulling a tag from individual integer bits, but when I try to connect to the binaries or the Inputs, all I can see are complete words.

So for instance, I want to show the voltage monitor bit. It is B3:0/12 in the PLC. When I use FT's tag browser to browse the PLC and find the tage, all I can access is B3:0, the entire word.

Is this normal? And if so, would I have to somehow "copy" the Input or Binary bins I need into unused integer bins in order to make this work?
 
It's frustrating but normal.

The FTView tag browser does not have a "bit picker" and can only browse down to the word level.

The customary method is to select the word level address then manually type a ".xx" bit number at the end.
 

Similar Topics

Hello I was needing to create an alias tag (DINT) in the Controller tags folder for some I|O tags that’s located in the Program tags folder. The...
Replies
2
Views
1,467
HEY GUYS so i just built my 3rd plc trainer compactlogix 5069-L3069ER. It was brand new out of the box set up i have my ip address set up i...
Replies
17
Views
6,064
I have been trying to create tags using FTVP version 7. I want to create tags that contain data from database ie. MSSQL. I am able to create the...
Replies
0
Views
1,110
I have two L30 CompactLogix running on version 30 Studio 5000. They are both currently online and in production so they cannot be brought offline...
Replies
45
Views
24,329
Hello friends! I am new here! First question is: I am trying to make a display to control an agitator using a Pflex 525 and I do not see a...
Replies
4
Views
2,250
Back
Top Bottom