|
<< Click to Display Table of Contents >>
Configuring Properties |
The DLMS tab of this Driver's properties window contains all options that can be configured by users.
In addition to this properties window, these settings can also be defined at run time in Elipse E3, Elipse Power, or Elipse Water applications. To do so, initialize this Driver in Offline mode, that is, execute an application with the Start driver OFFLINE option enabled, which is configured on the Setup tab of the properties window.
The configuration options of this Driver are described on the next table.
DLMS Driver Configuration Options
Option |
Description |
Offline String |
Format |
|---|---|---|---|
Meter Model |
Configures the model of a meter |
DLMS.MeterModel |
Number. Possible values are 0: Itron SL7000, 1: Itron ACE6000, 2: Landis&Gyr E550, 3: Landis&Gyr E650, 4: CEWE Prometer 100, 5: Secure Apex 100 or 6: AEC ADDAD |
Name Referencing |
Configures the type of address supported by a meter |
DLMS.NameReferencing |
Number. Possible values are 0: Automatic, 1: Logical Name Referencing, or 2: Short Name Referencing |
Configures the Logical Device Address of a meter |
DLMS.DefaultSlaveLogicalAddress |
Number. Possible values are in the range from 0 (zero) to 16383 |
|
Configures the Physical Device Address of a meter |
DLMS.DefaultSlavePhysicalAddress |
Number. Possible values are in the range from 0 (zero) to 16383 |
|
Configures a user's access profile for reading data |
DLMS.HDLCClientAddress |
Number. Possible values are in the range from 0 (zero) to 127 |
|
Security Mechanism (read profile) |
Configures a user's access security level for reading data |
DLMS.SecurityMechanism |
Number. Possible values are 0: Lowest (no authentication), 1: LLS (password authentication), or 2: HLS (encrypted password authentication, specific to each manufacturer) |
HDLC Client Address (write profile) |
Configures a user's access profile for writing data |
DLMS.HDLCClientAddressWrite |
Number. Possible values are in the range from 0 (zero) to 127 |
Security Mechanism (write profile) |
Configures a user's access security level for writing data |
DLMS.SecurityMechanismWrite |
Number. Possible values are 0: Lowest (no authentication), 1: LLS (password authentication), or 2: HLS (encrypted password authentication, specific to each manufacturer) |
Enables or disables this Driver's internal function for retries after a lack of response from a meter after its time-out expires |
DLMS.UseRetryFailedResponses |
Number. Possible values are 0: Disabled or 1: Enabled |
|
Configures how many internal retries this Driver performs, only if the Retry failed responses option is enabled |
DLMS.NumberOfRetries |
Number. Possible values are in the range from 0 (zero) to 100 |
|
Enables or disables resending a request between each Driver's internal retry, only if the Retry failed responses option is enabled |
DLMS.UseResendRequestCommand |
Number. Possible values are 0: Disabled or 1: Enabled |
|
Enables or disables non-standard MAE data handling |
DLMS.DisableMAEExtensions |
Number. Possible values are 0: Disabled or 1: Enabled |
|
Configures a minimum value allowed to synchronize with a meter's clock |
DLMS.TimeSync.MinAdjustSec |
Number. Possible values are in the range from 0 (zero) to 3600 |
|
Configures a maximum value allowed to synchronize with a meter's clock |
DLMS.TimeSync.MaxAdjustSec |
Number. Possible values are in the range from 0 (zero) to 86400 |
|
Configures a protected value within the integration period to synchronize with a meter's clock |
DLMS.TimeSync.IntervalProtectSec |
Number. Possible values are in the range from 0 (zero) to 600 |
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.