Skip to main content
Version: 8.1

Connections - Vision Clients

Vision Clients​

Much like the Designers page, the Vision Clients page shows information regarding currently opened Clients. The Clients are listed and show some basic information such as the address of the Client. From here, the Client session can be terminated by selecting the More button and hitting Terminate, or select the Details option to see more details about the Client session such as the number of Tags that the session is currently subscribed to, as well as a log of errors that may have happened with that Client.

Gateway Webpage - Vision Clients Section

Vision Clients Page​

The main Vision Clients page displays a list of all currently running Clients which show how many clients are open and what users are currently using them.

Client Stats and Details​

AttributeDescription
Active ClientsThe number of currently active Clients.
Requests/secThe number of requests per second coming from all Clients.
IdThe Client Id.
UserThe user logged in on the Client session.
ProjectThe name of the project open in the Client session.
UptimeThe total uptime of the Client session.
ActivityDenotes whether the Client session is currently connected and Active, or Dormant. A Dormant status means the Gateway hasn’t received any activity from the Vision Client, but the Client hasn’t been logged out yet. Dormant statuses can also be caused by a user opening multiple Clients without closing or logging out of previously opened ones.
Note: Dormant Clients should automatically clear after a period of time, but they can also be terminated manually or resolved by logging out of the Vision Client, either by the user or through a Client Event Timer script. You can utilize system.util.getInactivitySeconds() and system.security.logout() for the Client Event Timer script.
AddressThe IP Address and computer name where the Client is launched.
MemoryThe Client's current memory usage.
ActionsThe option to terminate the Client session, or see more details about the session.

Vision Clients Page

Client Session Details​

Clicking on the Details button for a Client session will take you to a page that displays more in depth information for that particular Client session. It also gives a logger at the bottom where errors coming from that particular Client can be seen.

Client Performances and Details​

AttributeDescription
MemoryThe Client's current memory use.
SubscriptionsThe number of Tags the Client is currently subscribed to.
UserThe user logged in on the Client session
ProjectThe name of the project open in the Client session.
AddressThe IP Address and computer name where the Client is launched.
UptimeThe total uptime of the Client session.
Last CommThe last time the Gateway communicated with the Client.
Client JVM VersionThe Java version that the Client is currently running on.

Client Session Details