Client tags
Client tags are memory tags local to each
FactoryTalk View SE
client computer in a FactoryTalk network distributed or network station application. Unlike server-based HMI tags whose value is the same on all the client computers, client tag values are independent for each running client. Use client tags for functions that must be specific to each client computer.Additionally, on a single client computer, client tags are independent between sessions that are logged on with different user accounts. When accessing the same display client from different user sessions or thin clients, the client tag values are local per session or thin client.
TIP:
Because client tags are only available for client computers, do not use them for server-based functions, such as Derived Tags, Events, and Scripts.
Client tags are in the
@ClientTags
folder in the Tag Browser. Client tags' supported data types are Boolean, floating point, long integer, and string. Each type includes 10 tags by default.To customize the default client tags, use Tag Import and Export Wizard to export or import client tags.
Provide Feedback