Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

The Nexus RF extension can be used to collect data from a Nexus RF database periodically and to display it in the item tree. The data exchange is uni-directional, data is only read but never written to the database.

Installation

The Nexus RF extension is provided as an extension and is not included within the default setup.

In order to install the Nexus RF extension open the Core Studio and shutdown the Core Server. Then start the Extension Manager via the menu Extensions > Manager > Start Extension Manager ....

In the Extension Manager select "NexusRf" and click the Install button. After having installed the Nexus RF extension, close the Core studio and reopen it. Within the Core Studio you will find a new menu Nexus RF. It contains all the configuration needed for the extension.

Configuration

Within this configuration file the connections settings for the Nexus RF extension are configured.

File location

<WorkspaceDirectory>\ConfigFiles\xio.NexusRf.cfg


ParameterDescriptionScopeUnit

Default value

xio.NexusRf.DatabaseIpAddressHost name or IP address where the Nexus RF database is runningstringnonelocalhost
xio.NexusRf.DatabasePortCommunication port of the Nexus RF database. If not set, the default 3306 will be used1 – 65535none3306
xio.NexusRf.DatabaseNameThe Nexus RF database namestringnoneempty
xio.NexusRf.DatabaseUsernameUser name to connect to the Nexus RF databasestringnoneempty
xio.NexusRf.DatabasePasswordPassword to connect to the Nexus RF databasestringnoneempty

xio.NexusRf.DatabaseTimeout

Database connection and command timeout0 - 3600seconds

30

xio.NexusRf.PollingIntervalInterval for refreshing data from the Nexus RF database0 - 86400seconds60
  • No labels