Adapter Controller Parameters

The Adapter Controller port listens for commands. The controller.xml file is located in %ESP_HOME%/adapters/framework/config directory. This file is shared among all the adapter within the %ESP_HOME%/adapters/framework/instances directory.

Parameter Description
ControlPort

(Required) Section containing the MinPort and MaxPort parameters.

MinPort

Type: int

(Required) The minimum port number that can act as a control port number. The adapter framework allocates this number automatically. A recommended value is 19082.

MaxPort

Type: int

(Optional) The maximum port number that can act as a control port number. The adapter framework allocates this number automatically. The default value is 65535.

Statistics_Update_Interval

Type: int

(Required) The interval, in milliseconds, that the adapter framework publishes statistics data to the ESP project to which the adapter is connected.

A recommended value is 5000.

MonitorInterval

Type: int

(Required) The interval, in milliseconds, that the adapter framework checks the status of internal resource allocation. The framework logs a message in the log file if a resource is about to be exhausted.

A recommended value is 3000.