EAM in the Designer

Agent System Tags

System tags are created on the controller for each agent, allowing you to build EAM monitoring clients, set alarms on individual tags, and many other tag-related operations. To view EAM tags, launch a Designer on the controller Gateway. In the tag browser, navigate to System -> Gateway -> EAM -> Agents. A tag folder is created for each agent. As with other system tag values, all EAM system tag values are read-only.

images/download/attachments/6035540/EAM_in_Designer_-_Agent_Sys_Tags_1.png

Property Binding Functions

The EAM adds its own binding functions to the standard property binding functions, allowing you to quickly add agent information to a component such as a table. The following binding functions are available:

Agent Status: reports some basic information about each agent, such as platform version, connection status, and the last time a message was received from the agent.

Agent History: reports agent events from the the agent_events table in the controller’s configured database. Agent events include gateway task results, abnormal health statistics, and agent communication status events.

images/download/attachments/6035540/EAM_in_Designer_-_Prop_Bindings_EAM_Status_History_2.png

Scripting Functions

There are several scripting functions that are included in the system.eam package:

  • getGroups(): returns a String list of all agent groups configured in the controller

  • queryAgentHistory(): returns a Dataset of agent events from the controller's configured database

  • queryAgentStatus(): returns a Dataset with some basic information about each agent, such as platform version, connection status, and the last time a message was received from the agent

More details and examples can be found in the system.eam section of the Appendix.