Can an HMI access the control logix plc tag's Description

tonydmm2

Member
Join Date
Jul 2016
Location
So Cal
Posts
4
Can an HMI access the control logix plc tag's Description? It's relatively new that the PLC stores the PLC tags descriptors in it's own plc memory, so that when you do an upload it brings the tags descriptors with with. It would be good timesaver if the HMI could read/write these descriptors!!!
 
You didn't specify which HMI. In FactoryTalk you can read the description and display it with a String Display object. Of course, the controller must be firmware v21 or newer. FactoryTalk View must be version 6.2 or newer but I'm not positive on that.

Use the format TagName.@ExtendedProperty where TagName is the controller tag and ExtendedProperty is the extended tag property, for example, [Shortcut]SodaCIPTanks.Water.Value.@Description.

Tag Description uses .@Description

This is a read-only connection. You cannot use the HMI to modify the description in the PLC.

OG
 

Similar Topics

Can anyone share the hardware/software in integrating Radio-frequency identification (RFID) security on a plant floor's OEM machine HMI's? I...
Replies
3
Views
2,975
Hello, In my spare time (hahah) I am working on a project to control access to a bunch of Proface HMI's. To meet some of our quality standards we...
Replies
1
Views
3,563
Hi all, What is everybody using for getting access to remote machines PLC/HMI local network for snagging and debugging from their desk ? We...
Replies
21
Views
9,863
Hi All, We are looking at installing remote access for a client so that we can log-in remotely and troubleshoot the PLC but also so that the...
Replies
7
Views
2,616
Hey guys, I am currently trying to set up a CR3000 to be viewed from from any where in the world. I am able to view the HMI locally (across my...
Replies
3
Views
2,158
Back
Top Bottom