There are two ways to update the status of Mercury points in the NiagaraAX station:
The controller polls each discovered point regularly. Polling frequency defaults to once per second. Although it can be changed, more frequent polling is recommended to keep statuses current in real time. This type of update uses the HTTPS connection and port 443. This connection is also used for device ping (configured on the MercuryNetwork property sheet).
The JACE “listens” on a separate connection for asynchronous event notification. When an event occurs in a Mercury panel input, output or portal, a notification is sent to the JACE asynchronously. This notification updates the corresponding point status in the points folder. This type of update uses a TCP socket connection and port 4001.
Copyright © 2000-2014 Tridium Inc. All rights reserved.