Property Window

<< Click to Display Table of Contents >>

 

Property Window

The configuration parameters for device connection are available at the Driver Property Window.

 

image0001

 

PropERTY

descriPTION

Server Address

Informs the Schneider Server IP Address or URL. Ex: 10.196.5.4

API Client Key

API Key, shall be defined at the Schneider DataLogger 4G Server Website, through the tab "API Clients - Generate API Key"

API Secret

Secret associated with the API Client Key

New Site/Device Scan (s)

Time interval used to update the driver Sites/Devices internal database, allowing new tags to be added during runtime. Let it 0 to disable.

Max Delay for Bad Quality (s)

Maximum Delay in seconds for a measure reading to be reported with Bad Quality.

Site GPS Scan (s)

In case of usage of special GPS latitude and longitude tags of a site, this field informs the update interval of this information.

Use Secure Connection (HTTPS)

If Schneider Server is on cloud, enable this option to use HTTPS protocol, instead of HTTP, which is used locally.

Read Streams by Site - Scan (ms):

Each device may contain a set of streams, which are the variables historical series. Streams can be read grouped by site or individually. Check this option to read the streams by site, and define an interval in ms for it. In this case, the first read operation after driver startup will request the current day values, and then new data will be requested starting from the newest timestamp received from the previous reading.

 

Let this option unchecked to read the streams individually, requesting in this case just the last (current) value on each tag scan. The reading interval in this case, will follow the scan time defined on each tag.

Apply Local Time Zone for Timestamps

Data received from Schneider Server are at UTC timezone. Check this option to convert to local timezone.

Alternatively to the Property Window, these configurations can also be done in runtime from E3 or Elipse Power applications. For this, start the driver in Offline mode, i.e., execute the application with the option Start driver OFFLINE enabled, configurable through the Setup tab of the Property Window. The configuration options are described below.

Schneider Electric DataLogger4G Driver Configuration Options

ParAMETER

Offline PROPERTY STRING

DATA TYPE

Server Address

DataLogger4G.ServerAddress

String

API Client Key

DataLogger4G.APIClientKey

String

API Secret

DataLogger4G.APISecret

String

New Site/Device Scan (s)

DataLogger4G.NewSiteScanS

Number

Use Secure Connection

DataLogger4G.UseHTTPS

Number (0 or 1)

Read Streams by Site

DataLogger4G.ScanbySite

Number (0 or 1)

Site Scan (ms)

DataLogger4G.SiteScanMS

Number

Apply Local Time Zone

DataLogger4G.ApplyLocalTZ

Number (0 or 1)

 

All offline properties must be configured via PLC Tags in String format, by using parameters N1 equal to -1 (minus one), N2 equal to 0 (zero), N3 equal to 0 (zero), and N4 equal to 3 (three). For more details and examples, please check topic Documentation of I/O Interfaces.

Was this page useful?