MetercatLite User Guide
MetercatLite User Guide
User manual
TM42-3055B
CONTENTS
Introduction............................................................................................................................................... 1
General procedure.................................................................................................................................... 3
Parameters ............................................................................................................................................... 5
MetercatLite switches...................................................................................................................5
/? .................................................................................................................................... 5
/ver................................................................................................................................. 5
/loc ................................................................................................................................. 5
/pwd or /pwdh ............................................................................................................... 5
/ovr................................................................................................................................. 6
Global section ...............................................................................................................................6
AUTOID_STRATEGY .........................................................................................................6
REPORT_FILENAME ........................................................................................................6
SHOW_PROGRESS..........................................................................................................7
Communication section ................................................................................................................7
CHANNEL_TYPE ..............................................................................................................8
PROTOCOL_TYPE ............................................................................................................8
PEER_ADDRESS..............................................................................................................8
PEER_PORT .....................................................................................................................9
CALLED_AP_TITLE ...........................................................................................................9
RAS_DIAL_NAME ............................................................................................................9
PORT_NAME ....................................................................................................................9
BAUD ...............................................................................................................................9
USER_ID ....................................................................................................................... 10
PASSWORD .................................................................................................................. 10
Program section ......................................................................................................................... 10
PROGRAM_FILENAME ................................................................................................. 13
METER_ID_1_MODE .................................................................................................... 14
METER_ID_1 ................................................................................................................ 14
METER_ID_2_MODE .................................................................................................... 14
METER_ID_2 ................................................................................................................ 14
LINE_FREQUENCY ........................................................................................................ 14
USE_SYSTEM_TIME_ZONE .......................................................................................... 15
TIME_ZONE_NAME ...................................................................................................... 15
C1222_IP_ADDRESS ................................................................................................... 15
C1222_SUBNET_MASK............................................................................................... 15
Contents ii
C1222_DEFAULT_GATEWAY ....................................................................................... 15
DNP_SOURCE_ADDR ................................................................................................... 15
DNP_DESTINATION_ADDR .......................................................................................... 15
METERING_APP ........................................................................................................... 16
CT and VT ..................................................................................................................... 16
DEMAND_OVERLOAD .................................................................................................. 17
USE_ADJUSTED_KH..................................................................................................... 17
ADJUSTED_KH ............................................................................................................. 17
REGISTER_MULTIPLIER ............................................................................................... 17
KYZ_VALUE and KYZ_DIVISOR .................................................................................... 18
SERVICE_TEST_COMP_MODE..................................................................................... 18
SERVICE_TEST_COMP_FILENAME .............................................................................. 18
PQM_COMP_MODE ..................................................................................................... 19
PQM_COMP_FILENAME............................................................................................... 19
INSTRUM_PROFILE_COMP_MODE ............................................................................. 19
INSTRUM_PROFILE_COMP_FILENAME ...................................................................... 19
REMOTE_COMP_MODE ............................................................................................... 20
REMOTE_COMP_FILENAME ........................................................................................ 20
PORT_x_DEVICE_ID ..................................................................................................... 20
Call origination parameters for ports 1 and 2 ........................................................... 20
ACB board (WIC-Wireless) GPRS APN Passwords ...................................................... 21
ACB_PRIMARY_GPRS_PASSWORD ............................................................................ 21
ACB_ALTERNATE_GPRS_PASSWORD_1 .................................................................... 21
ACB_ALTERNATE_GPRS_PASSWORD_2 .................................................................... 21
ACB_ALTERNATE_GPRS_PASSWORD_3 .................................................................... 22
ACB C12.22 protocol ................................................................................................... 22
ACB_C1222_IP_ADDRESS .......................................................................................... 22
ACB_C1222_SUBNET_MASK ..................................................................................... 22
ACB_C1222_DEFAULT_GATEWAY .............................................................................. 22
ACB_C1222_PORT_NUMBER ..................................................................................... 22
ACB C12.21 protocol ................................................................................................... 22
ACB_C1221_IP_ADDRESS .......................................................................................... 23
ACB_C1221_SUBNET_MASK ..................................................................................... 23
ACB_C1221_DEFAULT_GATEWAY .............................................................................. 23
ACB_C1221_PORT_NUMBER ..................................................................................... 23
ACB Modbus protocol .................................................................................................. 23
ACB_MODBUS_ADDRESS ........................................................................................... 23
ACB DNP protocol ........................................................................................................ 23
ACB_DNP_SOURCE_ADDR .......................................................................................... 24
ACB_DNP_DESTINATION_ADDR ................................................................................. 24
ACB DL/T protocol ....................................................................................................... 24
ACB_DLT_ADDRESS .................................................................................................... 24
Contents iii
DST_SWITCH_TIME.HOUR ........................................................................................... 37
DST_SWITCH_TIME.MINUTE ....................................................................................... 37
Appendix ................................................................................................................................................. 39
Time zones ................................................................................................................................. 39
Legal notices ........................................................................................................................................... 43
Trademarks ................................................................................................................................ 43
Copyright ..................................................................................................................................... 43
Generated................................................................................................................................... 43
Introduction
MetercatLite also supports the use of the Read tasks (diagnostic and
billing) for the following device families:
A3 ALPHA and A1800 ALPHA meters
REX/REX2 meters
REXUniversal meters
IP AxisLink devices
1
Introduction
Notes:
2
General procedure
3
General procedure
Notes:
4
Parameters
MetercatLite switches
/?
Example: MetercatLite /?
Displays the command line help information for the MetercatLite
executable.
/VER
Example: MetercatLite /ver
Displays the MetercatLite version information.
/LOC
Example: MetercatLite /loc pt_BR
While MetercatLite is distributed in US English, you can create
translation files for export text generated by MetercatLite. For more
information, see the Metercat internationalization manual (TM42-
3052).
Languages included in flies Code
US English (ANSI terminology) en_US
Portuguese (Brazil) pt_BR
Russian ru_RU
Romanian ro_RO
Spanish (Spain) es_ES
Chinese (Simplified) zh_CN
French (France) fr_FR
/PWD OR /PWDH
Example: MetercatLite /pwd 00000000000000000000 command.txt
defaults.txt
5
Parameters
/OVR
Example: MetercatLite /ovr "section-name|parameter-
name|value"
This switch overrides a parameter in the command file. Use the
boolean values 0 and 1 for the values TRUE and FALSE, respectively.
Global section
Sample
//****************************************************************************
//****** GLOBAL parameters ***************************************************
//****************************************************************************
[GLOBAL]
REPORT_FILENAME= "Reports\McatLiteReportProgram.html"
SHOW_PROGRESS = TRUE
AUTOID_STRATEGY = {"A3_A1800"} // "REX" option for REX meter identification
The global section of the defaults file and the command file contain
the values for the system parameters.
To embed special characters in a string-type parameter, you must
prefix the string with C and use the backslash \ before the special
character.
Example: METER_ID_1 = C"1234\'567\'890"
The example results in 1234'567'890 being programmed in the meter
for METER_ID_1.
AUTOID_STRATEGY
The AUTOID_STRATEGY parameter specifies the meter family for which
the device identification will be attempted using the optical probe.
It is recommended to leave the option as A3_A1800. The REX option is
for future extension and should not be used.
REPORT_FILENAME
The REPORT_FILENAME parameter allows you to specify the path and
file name for the MetercatLite Completion Report.
6
MetercatLite user guide
SHOW_PROGRESS
The SHOW_PROGRESS parameter allows you specify whether to display
the percent progress of the command execution in the Command
Prompt window. Valid values are:
FALSE - the percentage completion of task progress will not be
displayed in the Command Prompt window
TRUE - (default) the percentage completion will be displayed in
the Command Prompt window
Communication section
Sample
//****************************************************************************
//****** COMMUNICATION parameters ********************************************
//****************************************************************************
[COMMUNICATION]
// ---------------------------------------------------------------------------
// Uncomment the parameters for the desired Protocol/Channel combination
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
// ---- Optical Probe channel; ANSI C12.18 protocol (A3/A1800) ---------------
// ---------------------------------------------------------------------------
CHANNEL_TYPE = CHANNEL_OPTICAL_PROBE
PROTOCOL_TYPE = PROTOCOL_ANSI_C12_18
PORT_NAME = "COM1"// "COMx"
// ---------------------------------------------------------------------------
// ---- Optical Probe channel; ANSI C12.21 protocol (REXU) -------------------
// ---------------------------------------------------------------------------
//CHANNEL_TYPE = CHANNEL_OPTICAL_PROBE // Default CHANNEL_TYPE value
//PROTOCOL_TYPE = PROTOCOL_REX_C12_21
//PORT_NAME = "COM1" // "COMx"
// ---------------------------------------------------------------------------
// ---- TCP/IP channel; ANSI C12.22 protocol (IPAL= IPAxisLink) --------------
// ---------------------------------------------------------------------------
//CHANNEL_TYPE = CHANNEL_SOCKET
//PROTOCOL_TYPE = PROTOCOL_ANSI_C12_22
// To connect to the IP AxisLink router using the USB port on the device,
// a PPP connection must be created in Windows > Network Connections.
// Set RAS_DIAL_NAME to the exact name of the PPP connection to allow
7
Parameters
// ---------------------------------------------------------------------------
// ---- Common communication parameters --------------------------------------
// ---------------------------------------------------------------------------
USER_ID = 2 // 2 to 9999
CHANNEL_TYPE
The CHANNEL_TYPE parameter specifies the connection type
depending on the device:
for A3/A1800 and REXUniversal use CHANNEL_OPTICAL_PROBE
for IPAxisLink (IPAL) use TCP/IP - CHANNEL_SOCKET
Example: CHANNEL_TYPE = CHANNEL_OPTICAL_PROBE
PROTOCOL_TYPE
The PROTOCOL_TYPE parameter specifies the ANSI protocol used for
communicating with the device:
for A3/A1800 ALPHA use PROTOCOL_ANSI_C12_18
for IP AxisLink (IPAL) use PROTOCOL_ANSI_C12_22
Example: PROTOCOL_TYPE = PROTOCOL_ANSI_C12_18
PEER_ADDRESS
If using TCP/IP C12.22 communication, the PEER_ADDRESS parameter
specifies the IP Address of the device.
Example: PEER_ADDRESS = "192.168.0.7"
8
MetercatLite user guide
PEER_PORT
If using TCP/IP C12.22 communication, the PEER_PORT parameter
specifies the port number used for connecting with the device.
Example: PEER_PORT = 1153
CALLED_AP_TITLE
If using TCP/IP C12.22 communication, the CALLED_AP_TITLE
parameter specifies the AP Title of the device.
Example: CALLED_AP_TITLE = "1.3.6.1.4.1.33507.100.273"
RAS_DIAL_NAME
For connecting with the IP AxisLink router, the RAS_DIAL_NAME
parameter specifies the PPP connection name that was created in
Windows > Network Connections.
See TM42-4002 IP AxisLink Router Installation and Administration
Guide for details.
Example: RAS_DIAL_NAME = "IPAL 79584"
PORT_NAME
The PORT_NAME parameter specifies the COM port number used by
the optical probe.
Example: PORT_NAME = "COM2"
BAUD
The BAUD parameter specified the baud rate used by the optical
probe. Valid values are as follows:
300
600
1200
2400
4800
9600 (default)
14400
19200
28800
38400
57600
115200
Example: BAUD = 14400
9
Parameters
USER_ID
The USER_ID parameter specifies the identification number of the
user executing the command file. This number will be programmed
into the meter as the Programmer Number on the meter’s Status >
Identification viewset. Valid values are in the range of 2 to 9999.
Example: USER_ID=2
PASSWORD
The PASSWORD parameter specifies the unrestricted access password
that MetercatLite uses to authenticate against the connected meter.
For A3/A1800 ALPHA meters and IP AxisLink devices the password is
a sequence of 20 ASCII characters
Example: PASSWORD = "00000000000000000000"
For REXUniversal meters the password parameter is a sequence of
16 binary bytes, specified in hexadecimal notation
Example: PASSWORD = H"30303030303030303030303030303030"
Program section
Sample
//****************************************************************************
//**** TASK parameters *******************************************************
//**** Uncomment one of: "Program", "IPALProgram", "REXUProgram" tasks *******
//****************************************************************************
//****************************************************************************
//************ A3/A1800 Program Task *****************************************
//****************************************************************************
//[TASK="Program"]
//PROGRAM_FILENAME = "C:\Program Files\Elster\Metercat\Programs\A3R LP program.ped"
// ID1 (Account ID) programming mode: VALUE | FACTORY_SERIAL_NUMBER | UTILITY_SERIAL_NUMBER
METER_ID_1_MODE = VALUE
// Applied only if METER_ID_1_MODE = VALUE; max length = 20 char
METER_ID_1 = ""
// ID2 (Meter ID) programming mode: FACTORY_SERIAL_NUMBER | VALUE | UTILITY_SERIAL_NUMBER
METER_ID_2_MODE = FACTORY_SERIAL_NUMBER
// Applied only if METER_ID_2_MODE = VALUE; max length = 20 char
METER_ID_2 = ""
// Meter Clock Source: Internal Oscillator used if LINE_FREQUENCY=FALSE
LINE_FREQUENCY = TRUE
// Use System Time Zone: TRUE | FALSE
USE_SYSTEM_TIME_ZONE = TRUE
// Meter is programmed according to TIME_ZONE_NAME if USE_SYSTEM_TIME_ZONE = FALSE
// See possible values of TIME_ZONE_NAME in the MetercatLite User Guide
TIME_ZONE_NAME = ""
// Metering Application: PROGRAM_VALUE | PRIMARY | SECONDARY
METERING_APP = PROGRAM_VALUE
// CT and VT ratios: These are 'pair' parameters, both of them are overridden or neither are.
// If both parameters are not specified then Program Values are used.
// If one of these parameters is missing but the other is specified then the task assumes
// that the missing parameter has a value of 1.0 and CT × VT overrides the Program value.
//CT = 1.0 // 1.00 to 9999.99
//VT = 1.0 // 1.00 to 9999.99
// Demand Overload: program value is used when the parameter is commented
10
MetercatLite user guide
USE_ADJUSTED_KH = FALSE
// Adjusted_Kh is used only if USE_ADJUSTED_KH = TRUE
// If USE_ADJUSTED_KH=TRUE and ADJUSTED_KH parameter is commented then minimum value (0.001)
is assumed
//ADJUSTED_KH = 1.0 // 0.001 to 999.999
// Register_Multiplier is used only if USE_ADJUSTED_KH=FALSE
// Register_Multiplier: program value is used when the parameter is commented
//REGISTER_MULTIPLIER = 1.0 // 0.1 to 1000000
// KYZ_value and KYZ_divisor:
// 1) if both parameters are defined then KYZ_value
// is used if the meter supports it, otherwise KYZ_divisor is used
// 2) If only one parameter is defined (the other is
// commented) then the program task will use exactly that parameter
// (if it is not supported the task will fail)
// 3) If both parameters are commented then the program value of either KYZ_value
// or KYZ_divisor is used, depending on what the meter supports
//
//KYZ_VALUE = 1 // 0.000001 to 100.000000
//KYZ_DIVISOR = 1 // 1 to 999
// ---------------------------------------------------------------------------
// ---- Components Options ---------------------------------------------------
// ---------------------------------------------------------------------------
// Service Test Component = DO_NOT_CHANGE | PROGRAM_VALUE | OVERRIDE
SERVICE_TEST_COMP_MODE = PROGRAM_VALUE
SERVICE_TEST_COMP_FILENAME = “”
// PQM component = DO_NOT_CHANGE | PROGRAM_VALUE | OVERRIDE
PQM_COMP_MODE = PROGRAM_VALUE
PQM_COMP_FILENAME = “”
// Instrumentation Profiling Config Component = DISABLE | PROGRAM_VALUE | OVERRIDE
INSTRUM_PROFILE_COMP_MODE = PROGRAM_VALUE
INSTRUM_PROFILE_COMP_FILENAME = “”
// Remote component = DO_NOT_CHANGE | DISABLE | PROGRAM_VALUE | OVERRIDE
REMOTE_COMP_MODE = PROGRAM_VALUE
REMOTE_COMP_FILENAME = “”
// ---------------------------------------------------------------------------
// ---- Remote Component override parameters ---------------------------------
// ---------------------------------------------------------------------------
// Values specified in the PORT_x_DEVICE_ID parameters are programmed only
// if all the following conditions are met:
// a) the program contains a Remote component
// b) PORT_x is set to ‘Direct Connect’ or ‘Internal Modem’ or ‘External Modem’
PORT_1_DEVICE_ID = 1//1-254; 1= Always Master
PORT_2_DEVICE_ID = 1//1-254; 1= Always Master
// Values specified in the PORT_x call origination parameters are programmed only
// if all the following conditions are met:
// a) the program contains a Remote component
// b) PORT_x is set to "Internal Modem" or "External Modem'
// c) The remote component has both options 'Enable Billing Calling' and
// 'Specify a Single Date and Time at Program Time' set for PORT_x
PORT_1_CALL_ORIG_DATE_TIME.YEAR = 90 // YY
PORT_1_CALL_ORIG_DATE_TIME.MONTH = 1
PORT_1_CALL_ORIG_DATE_TIME.DAY = 1
PORT_1_CALL_ORIG_DATE_TIME.HOUR = 0 // 0-23
PORT_1_CALL_ORIG_DATE_TIME.MINUTE = 0
PORT_2_CALL_ORIG_DATE_TIME.YEAR = 90// YY
PORT_2_CALL_ORIG_DATE_TIME.MONTH = 1
PORT_2_CALL_ORIG_DATE_TIME.DAY = 1
PORT_2_CALL_ORIG_DATE_TIME.HOUR = 0 // 0-23
PORT_2_CALL_ORIG_DATE_TIME.MINUTE = 0
11
Parameters
// ---------------------------------------------------------------------------
// ---- SpOB Component override parameters -----------------------------------
// ---------------------------------------------------------------------------
// Program value is used when a parameter is commented
// ACB board (WIC-Wireless) GPRS APN Passwords
//ACB_PRIMARY_GPRS_PASSWORD = ""; // string up to 64 characters, only required if its a GPRS
module
//ACB_ALTERNATE_GPRS_PASSWORD_1 = ""; // string up to 64 characters, corresponds to alternate
APN username 1
//ACB_ALTERNATE_GPRS_PASSWORD_2 = ""; // string up to 64 characters, corresponds to alternate
APN username 2
//ACB_ALTERNATE_GPRS_PASSWORD_3 = ""; // string up to 64 characters, corresponds to alternate
APN username 3
// ACB board C12.22 protocol parameters
//ACB_C1222_IP_ADDRESS = "192.168.0.2"
//ACB_C1222_SUBNET_MASK = "255.255.255.0"
//ACB_C1222_DEFAULT_GATEWAY = "192.168.0.1"
//ACB_C1222_PORT_NUMBER = "1153"
// ACB board C12.21 protocol parameters
//ACB_C1221_IP_ADDRESS = "192.168.0.2"
//ACB_C1221_SUBNET_MASK = "255.255.255.0"
//ACB_C1221_DEFAULT_GATEWAY = "192.168.0.1"
//ACB_C1221_PORT_NUMBER = "1000"
// ACB board MODBUS protocol parameter
//ACB_MODBUS_ADDRESS = 1 // 0 to 255
// ACB board DNP protocol parameters
//ACB_DNP_SOURCE_ADDR = 1 // 0 to 65519
//ACB_DNP_DESTINATION_ADDR = 2 // 0 to 65519
// ACB board DLT protocol parameter
//ACB_DLT_ADDRESS = "123456789012" // string of 12 decimal numbers (each must be 0 to 9)
// ---------------------------------------------------------------------------
// ---- DLMS protocol parameters (only A1800)---------------------------------
// ---------------------------------------------------------------------------
// The following parameters are applied only if programmed Remote Component has
// "DLMS and ANSI" Protocol Type option
//DLMS_PHYSICAL_ADDRESS = 16 // 16 to 16382
// When DLMS_PASSWORD parameter is commented then DLMS password is not programmed in the meter
// i.e. DLMS password in the meter is left unchanged
// DLMS password is up to 20 binary bytes, where each character must be entered
// in a hex notation, one byte as 2 hex characters.
// If entered password has less characters than max allowed, then it is padded
// with ANSI space characters (0x20 or "20" hex)
//DLMS_PASSWORD = ""// string up to 40 characters 0-9/A-F;
//****************************************************************************
//************ IP AxisLink Program Task **************************************
//****************************************************************************
//[TASK="IPALProgram"]
//PROGRAM_FILENAME = ""
// ID1 (Account ID) programming mode: VALUE | FACTORY_SERIAL_NUMBER | UTILITY_SERIAL_NUMBER
METER_ID_1_MODE = VALUE
// Applied only if METER_ID_1_MODE = VALUE; max length = 20 char
METER_ID_1 = ""
// ID2 (Meter ID) programming mode: FACTORY_SERIAL_NUMBER | VALUE | UTILITY_SERIAL_NUMBER
METER_ID_2_MODE = FACTORY_SERIAL_NUMBER
// Applied only if METER_ID_2_MODE = VALUE; max length = 20 char
METER_ID_2 = ""
// Use System Time Zone: TRUE | FALSE
USE_SYSTEM_TIME_ZONE = TRUE
// Meter is programmed according to TIME_ZONE_NAME if USE_SYSTEM_TIME_ZONE = FALSE
// See possible values of TIME_ZONE_NAME in the MetercatLite User Guide
TIME_ZONE_NAME = ""
12
MetercatLite user guide
// ---------------------------------------------------------------------------
// ---- Network Component override parameters --------------------------------
// ---------------------------------------------------------------------------
//C1222_IP_ADDRESS = "192.168.0.7"
//C1222_SUBNET_MASK = "255.255.255.0"
//C1222_DEFAULT_GATEWAY = "192.168.0.1"
// ---------------------------------------------------------------------------
// ---- DNP Component override parameters ------------------------------------
// ---------------------------------------------------------------------------
//DNP_SOURCE_ADDR = 4 // 0 to 65535
//DNP_DESTINATION_ADDR = 3 // 0 to 65535
//****************************************************************************
//************ REXU Program Task *****************************************
//****************************************************************************
//[TASK="REXUProgram"]
//PROGRAM_FILENAME = ""
// ID1 (Account ID) programming mode: VALUE | FACTORY_SERIAL_NUMBER | UTILITY_SERIAL_NUMBER
//METER_ID_1_MODE = VALUE
// Applied only if METER_ID_1_MODE = VALUE; max length = 20 char
//METER_ID_1 = ""
// ID2 (Meter ID) programming mode: FACTORY_SERIAL_NUMBER | VALUE | UTILITY_SERIAL_NUMBER
//METER_ID_2_MODE = FACTORY_SERIAL_NUMBER
// Applied only if METER_ID_2_MODE = VALUE; max length = 20 char
//METER_ID_2 = ""
// Use System Time Zone: TRUE | FALSE
//USE_SYSTEM_TIME_ZONE = TRUE
// Meter is programmed according to TIME_ZONE_NAME if USE_SYSTEM_TIME_ZONE = FALSE
// See possible values of TIME_ZONE_NAME in the MetercatLite User Guide
//TIME_ZONE_NAME = ""
//****************************************************************************
// **** Alternative Time setting parameters **********************************
// **** Applicable to "Program", "IPALProgram" and "REXUProgram tasks ********
//****************************************************************************
// The following parameters can be used alternatively to USE_SYSTEM_TIME_ZONE
// and TIME_ZONE_NAME parameters.
// TZ Offset in minutes; Default value = 0 (GMT)
//TIME_ZONE_OFFSET = 0 // -780 to 780 minutes (-13 to 13 hours) must be divisable by 5 minutes
// Daylight Saving time offset in minutes; Default value = 60 minutes
//DST_OFFSET = 60 // 0 to 180 minutes (0 to 3 hours) must be divisable by 5 minutes
// Daylight Saving time switch time; Default value is 2:00.
//DST_SWITCH_TIME.HOUR = 2 // 0 to 23
//DST_SWITCH_TIME.MINUTE = 0 // 0 to 59
//****************************************************************************
PROGRAM_FILENAME
The PROGRAM_FILENAME parameter specified the path and file name
for the Metercat PED file to be used in programming the connected
meter.
To use a PED file specified in the command file you must specify the
path and file name:
Example: PROGRAM_FILENAME = “C:\path\filename.PED”
If only the file name is specified, MetercatLite will look for the file in
the MetercatLite installation folder.
Example: PROGRAM_FILENAME = “filename.PED”
13
Parameters
METER_ID_1_MODE
The METER_ID_1_MODE (Account ID) parameter specifies the source of
the value to be programmed as the ID1. Valid values are:
VALUE - (default) uses the value specified by METER_ID_1 in the
command file
FACTORY_SERIAL_NUMBER - uses the meter’s factory serial number
METER_ID_1
If the METER_ID_1_MODE is VALUE, the value entered for METER_ID_1
will be programmed as ID1 in the connected meter. A valid value is a
maximum of 20 characters in length.
Example: METER_ID_1 = “ABCDEFGHIJKLMNOPQRST”
METER_ID_2_MODE
The METER_ID_2_MODE (Meter ID) parameter specified the source of
the value to be programmed as the ID2. Valid values are:
VALUE - uses the value specified by METER_ID_2 in the
command file
FACTORY_SERIAL_NUMBER - (default) uses the meter’s factory
serial number
UTILITY_SERIAL_NUMBER - uses the utility’s serial number stored
in the meter
Example: METER_ID_2_MODE = VALUE
METER_ID_2
If the METER_ID_2_MODE is VALUE, the value entered for METER_ID will
be programmed as ID2 in the connected meter. A valid value is a
maximum of 20 characters in length.
Example: METER_ID_2 = “ABCDEFGHIJKLMNOPQRST”
LINE_FREQUENCY
The LINE_FREQUENCY parameter specifies the meter’s clock source.
Valid values are:
TRUE - (default) the clock source is from the line frequency
14
MetercatLite user guide
USE_SYSTEM_TIME_ZONE
See TIME_ZONE_OFFSET, DST_OFFSET, DST_SWITCH_TIME.HOUR, and
DST_SWITCH_TIME.MINUTE for an alternative use for time zone.
TIME_ZONE_NAME
See TIME_ZONE_OFFSET, DST_OFFSET, DST_SWITCH_TIME.HOUR, and
DST_SWITCH_TIME.MINUTE for an alternative use for time zone.
C1222_IP_ADDRESS
The C1222_IP_ADDRESS parameter specifies the IP address assigned
to the device using ANSI C12.22 protocol.
Example: C1222_IP_ADDRESS = "192.168.0.7"
C1222_SUBNET_MASK
The C1222_SUBNET_MASK parameter specifies the subnet mask used
with the IP address for the connection using ANSI C12.22 protocol.
Example: C1222_SUBNET_MASK = "255.255.255.0"
C1222_DEFAULT_GATEWAY
The C1222_DEFAULT_GATEWAY parameter specifies the default
gateway IP address to which the WIC directs its outbound
communications.
Example: C1222_DEFAULT_GATEWAY = "192.168.0.1"
DNP_SOURCE_ADDR
The DNP_SOURCE_ADDR parameter specifies the DNP source address
for the device.
Example: DNP_SOURCE_ADDR = 4
DNP_DESTINATION_ADDR
The DNP_DESTINATION_ADDR parameter specifies the DNP destination
address for the device.
Example: DNP_DESTINATION_ADDR = 3
15
Parameters
METERING_APP
The METERING_APP parameter specifies the meter’s position relative
to a transformer. Valid values are:
PROGRAM_VALUE - default
PRIMARY
SECONDARY
If PROGRAM_VALUE is specified, the setting specified in the PED file will
be programmed into the meter.
If PRIMARY is specified, transformer ratios will be used to calculate
the measured energy and demand quantities.
If SECONDARY is specified, transformer ratios will not be used to
calculate adjusted Ke and the energy and demand quantities will not
be adjusted.
Example: METERING_APP = SECONDARY
CT AND VT
The CT parameter and VT parameter specify the transformer ratios
used in the meter. Valid values are in the range of 1.00 to 9999.99.
If both parameters are not specified then values set in the PED file
are used.
Example:
//CT = 1.0
//VT = 1.0
These are paired parameters: either both are overridden or neither of
them is. If one of these parameters is missing but the other is
specified then the task assumes the missing parameter has a value
of 1.0 and CT × VT overrides the PED program value.
Example:
//CT = 1.0
VT = 1.0
or
CT = 1.0
//VT = 1.0
16
MetercatLite user guide
DEMAND_OVERLOAD
The DEMAND_OVERLOAD parameter specifies the demand overload
value to be programmed into the meter. Valid values are 0.0000 to
999999.9999.
Example: DEMAND_OVERLOAD=10.0000
To use the value specified in the PED file, comment the parameter
using two slashes (//):
Example: //DEMAND_OVERLOAD=0
USE_ADJUSTED_KH
The USE_ADJUSTED_KH parameter indicates whether the value
specified in the ADJUSTED_KH parameter will be programmed in the
meter. Valid values are:
TRUE - the ADJUSTED_KH value will be programmed into the meter
ADJUSTED_KH
If USE_ADJUSTED_KH is TRUE, the ADJUSTED_KH value will be
programmed in the meter. The value of REGISTER_MULTIPLIER (if any)
is ignored. Valid value is in the range of 0.001 to 999.999.
Example: ADJUSTED_KH = 10.000
If USE_ADJUSTED_KH is TRUE and ADJUSTED_KH is commented using
two slashes (//), MetercatLite programs ADJUSTED_KH = 0.001.
Example: //ADJUSTED_KH = 1.0
REGISTER_MULTIPLIER
If USE_ADJUSTED_KH = FALSE, the REGISTER_MULTIPLIER parameter
value will be programmed in the meter. The value of ADJUSTED_KH (if
any) is ignored. Valid values are in the range of 0.1 to 1000000.
Example: REGISTER_MULTIPLIER = 1.0
To use the value specified in the PED file, comment the
REGISTER_MULTIPLIER parameter using two slashes (//):
17
Parameters
KYZ_DIVISOR = 1 to 999
//KYZ_DIVISOR = 1
To use the value specified in the PED file, comment both parameters
using two slashes (//). Then the program value of either KYZ_VALUE
or KYZ_DIVISOR is used, depending on what the meter supports.
Example:
//KYZ_VALUE = 1
//KYZ_DIVISOR = 1
SERVICE_TEST_COMP_MODE
The SERVICE_TEST_COMP_MODE parameter specifies the source for the
Service Test component to be programmed into the connected
meter. Valid values are:
DO_NOT_CHANGE - keep the existing Service Test component that
is programmed in the meter
PROGRAM_VALUE - (default) use the value specified in the PED file
OVERRIDE - overrides the value specified in the PED file using the
component specified by SERVICE_TEST_COMP_FILENAME
Example: SERVICE_TEST_COMP_MODE = PROGRAM_VALUE
SERVICE_TEST_COMP_FILENAME
The SERVICE_TEST_COMP_FILENAME parameter specifies the PCD
filename of the Service Test Component to be programmed in the
meter. This parameter is ignored unless the OVERRIDE option is
selected for SERVICE_TEST_COMP_MODE.
Example: SERVICE_TEST_COMP_FILENAME =
“service_test_comp.pcd”
18
MetercatLite user guide
PQM_COMP_MODE
The PQM_COMP_MODE parameter specifies the source for the PQM
component to be programmed into the connected meter. Valid
values are:
DO_NOT_CHANGE - keep the existing PQM component that is
programmed in the meter
PROGRAM_VALUE - (default) use the value specified in the PED file
OVERRIDE - overrides the value specified in the PED file using the
component specified by PQM_COMP_FILENAME
Example: PQM_COMP_MODE = PROGRAM_VALUE
PQM_COMP_FILENAME
The PQM_COMP_FILENAME parameter specifies the PCD filename of the
PQM Component to be programmed in the meter. This parameter is
ignored unless the OVERRIDE option is selected for PQM_COMP_MODE.
Example: PQM_COMP_FILENAME = “PQM_comp.pcd”
INSTRUM_PROFILE_COMP_MODE
The INSTRUM_PROFILE_COMP_MODE parameter specifies the source for
the Instrumentation Profiling Config component to be programmed
into the connected meter. Valid values are:
DISABLE - disables the Instrumentation Profiling Config
component
PROGRAM_VALUE - (default) use the value specified in the PED file
OVERRIDE - overrides the value specified in the PED file using the
component specified by INSTRUM_PROFILE_COMP_FILENAME
Example: INSTRUM_PROFILE_COMP_MODE = PROGRAM_VALUE
INSTRUM_PROFILE_COMP_FILENAME
The INSTRUM_PROFILE_COMP_FILENAME parameter specifies the PCD
filename of the Instrumentation Profile Component to be
programmed in the meter. This parameter is ignored unless the
OVERRIDE option is selected for INSTRUM_PROFILE_COMP_MODE.
Example: INSTRUM_PROFILE_COMP_FILENAME =
“instr_profile_comp.pcd”
19
Parameters
REMOTE_COMP_MODE
The REMOTE_COMP_MODE parameter specifies the source for the
Remote component to be programmed into the connected meter.
Valid values are:
DO_NOT_CHANGE - keep the existing Instrumentation Profiling
Config component that is programmed in the meter
DISABLE - disables the Remote component
OVERRIDE - overrides the value specified in the PED file using the
component specified by REMOTE_COMP_FILENAME
Example: REMOTE_COMP_MODE = PROGRAM_VALUE
REMOTE_COMP_FILENAME
The REMOTE_COMP_FILENAME parameter specifies the PCD filename of
the Remote Component to be programmed in the meter. This
parameter is ignored unless the OVERRIDE option is selected for
REMOTE_COMP_MODE.
PORT_X_DEVICE_ID
Values specified in the PORT_x_DEVICE_ID parameters are
programmed only if all the following conditions are met:
the program contains a Remote component
the Remote component Port 1 or Port 2 in the PED file is set to
one of the following:
o Direct Connect
o Internal Modem
o External Modem
Valid values are 1-254 (where 1= Always Master).
Examples:
PORT_1_DEVICE_ID = 1
PORT_2_DEVICE_ID = 1
20
MetercatLite user guide
the Remote component Port 1 or Port 2 in the PED file has the
following options enabled:
o Enable Billing Calling
o Specify a Single Date and Time at Program Time
Example:
PORT_1_CALL_ORIG_DATE_TIME.YEAR = 90 // YY
PORT_1_CALL_ORIG_DATE_TIME.MONTH = 1
PORT_1_CALL_ORIG_DATE_TIME.DAY = 1
PORT_1_CALL_ORIG_DATE_TIME.HOUR = 0 // 0-23
PORT_1_CALL_ORIG_DATE_TIME.MINUTE = 0
PORT_2_CALL_ORIG_DATE_TIME.YEAR = 90// YY
PORT_2_CALL_ORIG_DATE_TIME.MONTH = 1
PORT_2_CALL_ORIG_DATE_TIME.DAY = 1
PORT_2_CALL_ORIG_DATE_TIME.HOUR = 0 // 0-23
PORT_2_CALL_ORIG_DATE_TIME.MINUTE = 0
ACB_PRIMARY_GPRS_PASSWORD
A string up to 64 characters, only required if its a GPRS module
Example: ACB_PRIMARY_GPRS_PASSWORD = "";
ACB_ALTERNATE_GPRS_PASSWORD_1
A string up to 64 characters, corresponds to alternate APN username
1
Example: ACB_ALTERNATE_GPRS_PASSWORD_1 = "";
ACB_ALTERNATE_GPRS_PASSWORD_2
A string up to 64 characters, corresponds to alternate APN username
2
Example: ACB_ALTERNATE_GPRS_PASSWORD_2 = "";
21
Parameters
ACB_ALTERNATE_GPRS_PASSWORD_3
A string up to 64 characters, corresponds to alternate APN username
3
Example: ACB_ALTERNATE_GPRS_PASSWORD_3 = "";
ACB_C1222_IP_ADDRESS
The ACB_C1222_IP_ADDRESS parameter specifies the IP address for
the C12.22 advanced communications board.
Example: ACB_C1222_IP_ADDRESS = "192.168.0.2"
ACB_C1222_SUBNET_MASK
The ACB_C1222_SUBNET_MASK parameter specifies the subnet mask
for the C12.22 advanced communications board.
Example: ACB_C1222_SUBNET_MASK = "255.255.255.0"
ACB_C1222_DEFAULT_GATEWAY
The ACB_C1222_DEFAULT_GATEWAY parameter specifies the gateway
for the C12.22 advanced communications board.
Example: ACB_C1222_DEFAULT_GATEWAY = "192.168.0.1"
ACB_C1222_PORT_NUMBER
The ACB_C1222_PORT_NUMBER parameter specifies the port number
for the C12.22 advanced communications board.
Example: ACB_C1222_PORT_NUMBER = "1153"
22
MetercatLite user guide
ACB_C1221_IP_ADDRESS
The ACB_C1221_IP_ADDRESS parameter specifies the IP address for
the C12.21 advanced communications board.
Example: ACB_C1221_IP_ADDRESS = "192.168.0.2"
ACB_C1221_SUBNET_MASK
The ACB_C1221_SUBNET_MASK parameter specifies the subnet mask
for the C12.21 advanced communications board.
Example: ACB_C1221_SUBNET_MASK = "255.255.255.0"
ACB_C1221_DEFAULT_GATEWAY
The ACB_C1221_DEFAULT_GATEWAY parameter specifies the gateway
for the C12.21 advanced communications board.
Example: ACB_C1221_DEFAULT_GATEWAY = "192.168.0.1"
ACB_C1221_PORT_NUMBER
The ACB_C1221_PORT_NUMBER parameter specifies the gateway for the
C12.21 advanced communications board.
Example: ACB_C1221_PORT_NUMBER = "1000"
ACB_MODBUS_ADDRESS
The ACB_MODBUS_ADDRESS parameter specifies the address for the
ModBus advanced communications board.
Example: ACB_MODBUS_ADDRESS = 1 // 0 to 255
23
Parameters
ACB_DNP_SOURCE_ADDR
The ACB_DNP_SOURCE_ADDR parameter specifies the source address
for the DNP advanced communications board.
Example: ACB_DNP_SOURCE_ADDR = 1 // 0 to 65519
ACB_DNP_DESTINATION_ADDR
The ACB_DNP_DESTINATION_ADDR parameter specifies the destination
address for the DNP advanced communications board.
Example: ACB_DNP_DESTINATION_ADDR = 2 // 0 to 65519
ACB_DLT_ADDRESS
The ACB_DLT_ADDRESS parameter specifies the destination address
for the DL/T advanced communications board.
Example: ACB_DLT_ADDRESS = "123456789012" // string of 12
decimal numbers (each must be 0 to 9)
24
MetercatLite user guide
25
Parameters
TASK
The TASK parameter specifies the kind of reading to perform.
BillingRead - Obtains information from the requested A3
ALPHA/A1800 ALPHA meter. Basic data-altering activity is
allowed relating to billing data is allowed.
DiagnosticRead - Obtains information from the requested A3
ALPHA/A1800 ALPHA meter without the possibility of altering the
data within the meter, performing a demand reset, or updating
any of the log/data set unread markers. A diagnostic read will
not clear statuses or change the time.
Example: TASK = "BillingRead"
STORAGE_MODE
The STORAGE_MODE parameter specifies how the generated reading
file (.msr) can be stored on the PC.
NONE - No stored reading file is created.
26
MetercatLite user guide
READING_STORAGE_FOLDER
Using the READING_STORAGE_FOLDER parameter, you can specify the
folder that the billing readings and diagnostic readings will be stored
in. You can select the same folder that the MetercatLite.exe file is
located in; or, you may specify any valid, existing, and accessible
path (that is, you must have sufficient privileges in the existing folder
to save the .msr file).
Example 1: To select the same folder that MetercatLite.exe is
located in: READING_STORAGE_FOLDER = "./"
Example 2: To specify any folder using its complete path:
READING_STORAGE_FOLDER = "c:/path/folder"
READING_FILENAME_ID
The READING_FILENAME_ID parameter determines how the stored
reading gets its name. Metercat (and MetercatLite) supports two ID
parameters used in reports and by the PC for identifying the meter.
By default, the values are used as follows:
METER_ID_1 is used to identify the account number
LOAD_PROFILE_MODE parameters:
NONE - does not read or store load profiling data
27
Parameters
LOAD_PROFILE_DAYS parameters:
You may specify the number of days from 1 to 999.
Example: LOAD_PROFILE_DAYS = 30
INSTRUMENTATION_PROFILE_MODE parameters:
NONE - Does not read or store instrumentation profiling data
INSTRUMENTATION_PROFILE_DAYS parameters:
You may specify the number of days from 1 to 999.
Example: INSTRUMENTATION_PROFILE_DAYS = 30
EVENT_LOG
PQM_SAG_LOGS
SELF_READ_DATA
HARMONIC_DATA
You can specify one of the following values for each of the logs and
data sets:
28
MetercatLite user guide
LAN_BOARD_DATA
If the meter is installed with a gatekeeper module or an EA_NIC
option board, you can control how the board's data is handled using
LAN_BOARD_DATA.
READER_NOTES
The READER_NOTES parameter allows you to store a multi-line note in
the reading. To embed special characters in a string-type parameter,
you must prefix the string with C and use the backslash \ before the
special character.
Example: C"12345 \x0A 67890"
The example results in the following being stored in the reading as a
multi-line note:
12345
67890
TIME_DIFF_LIMIT
You can control whether a warning is generated if the meter's time is
off by the specified value. You must specify the
TIME_DIFF_LIMIT.HOUR (from 0 to 23) and the
TIME_DIFF_LIMIT.MINUTE (0 to 59).
If these parameters are not set, the reading does not check the
meter's time.
If these parameters are both set to 0, the reading will generate a
warning if the meter's time is off by any value.
Example:
TIME_DIFF_LIMIT.HOUR = 1
TIME_DIFF_LIMIT.MINUTE = 15
In the example, a warning is reported if the meter's time differs for
more than 75 minutes.
PERFORM_DEMAND_RESET
If you are performing a billing read, PERFORM_DEMAND_RESET specifies
whether the reading will also initiate a demand reset.
29
Parameters
IN_RANGE - A billing read will only adjust the meter time if the
error is within a specified range. If the meter time error is outside
the range, the billing read will contain a warning; however, the
time is not adjusted.
Example: TIME_SYNCH_MODE = IN_RANGE
If you are specifying a range, you must specify the low end of the
range (in hours and minutes) and the high end of the range (in hours
and minutes). Meter time is synchronized with the PC time if the time
difference is in the range TIME_SYNCH_LOW_BOUND <= Meter PC time
difference <= TIME_SYNCH_HIGH_BOUND.
TIME_SYNCH_LOW_BOUND.HOUR - Must be a value between 0 and
23
TIME_SYNCH_LOW_BOUND.MINUTE - Must be a value between 0 and
59
TIME_SYNCH_HIGH_BOUND.HOUR - Must be a value between 0 and
23
TIME_SYNCH_HIGH_BOUND.MINUTE - Must be a value between 0
and 59
TASK
The TASK parameter specifies the kind of reading to perform.
REXUBillingRead- Obtains information from the requested
REXUniversal meter. Basic data-altering activity is allowed
relating to billing data is allowed.
REXUDiagRead - Obtains information from the requested
REXUniversal meter without the possibility of altering the data
within the meter, performing a demand reset, or updating any of
the log/data set unread markers. A diagnostic read will not clear
statuses or change the time.
Example: TASK = "REXUBillingRead"
30
MetercatLite user guide
STORAGE_MODE
The STORAGE_MODE parameter specifies how the generated reading
file (.msr) can be stored on the PC.
APPEND - A new stored reading file is created with each read. No
data is overwritten. This is the default storage mode for a billing
read task.
REPLACE - A new stored reading file overwrites the most recent
stored reading file for the same meter. This is the default storage
mode for a diagnostic read task.
Example: STORAGE_MODE = REPLACE
READING_STORAGE_FOLDER
Using the READING_STORAGE_FOLDER parameter, you can specify the
folder that the billing readings and diagnostic readings will be stored
in. You can select the same folder that the MetercatLite.exe file is
located in; or, you may specify any valid, existing, and accessible
path (that is, you must have sufficient privileges in the existing folder
to save the .msr file).
Example 1: To select the same folder that MetercatLite.exe is
located in: READING_STORAGE_FOLDER = "./"
Example 2: To specify any folder using its complete path:
READING_STORAGE_FOLDER = "c:/path/folder"
READING_FILENAME_ID
The READING_FILENAME_ID parameter determines how the stored
reading gets its name. Metercat (and MetercatLite) supports two ID
parameters used in reports and by the PC for identifying the meter.
By default, the values are used as follows:
METER_ID_1 is used to identify the account number
31
Parameters
LOAD_PROFILE_MODE
INSTRUMENTATION_PROFILE_MODE
EVENT_LOG
SELF_READ_DATA
You can specify one of the following values for each of the logs and
data sets:
ALL - All of the log's or data set's data is read
READER_NOTES
The READER_NOTES parameter allows you to store a multi-line note in
the reading. To embed special characters in a string-type parameter,
you must prefix the string with C and use the backslash \ before the
special character.
Example: C"12345 \x0A 67890"
The example results in the following being stored in the reading as a
multi-line note:
12345
67890
PERFORM_DEMAND_RESET
If you are performing a billing read, PERFORM_DEMAND_RESET specifies
whether the reading will also initiate a demand reset.
TRUE - The billing read will perform a demand reset.
TASK
For the REX2 meter, the TASK can only be a diagnostic read. Billing
reads are not supported.
REXDiagRead - Obtains information from the requested REX2
meter without the possibility of altering the data within the
meter, performing a demand reset, or updating any of the
log/data set unread markers. A diagnostic read will not clear
statuses or change the time.
Example: TASK = "REXDiagRead"
STORAGE_MODE
The STORAGE_MODE parameter specifies how the generated reading
file (.msr) can be stored on the PC.
32
MetercatLite user guide
READING_STORAGE_FOLDER
Using the READING_STORAGE_FOLDER parameter, you can specify the
folder that the billing readings and diagnostic readings will be stored
in. You can select the same folder that the MetercatLite.exe file is
located in; or, you may specify any valid, existing, and accessible
path (that is, you must have sufficient privileges in the existing folder
to save the .msr file).
Example 1: To select the same folder that MetercatLite.exe is
located in: READING_STORAGE_FOLDER = "./"
Example 2: To specify any folder using its complete path:
READING_STORAGE_FOLDER = "c:/path/folder"
READING_FILENAME_ID
The READING_FILENAME_ID parameter determines how the stored
reading gets its name. Metercat (and MetercatLite) supports two ID
parameters used in reports and by the PC for identifying the meter.
By default, the values are used as follows:
METER_ID_1 is used to identify the account number
LOAD_PROFILE_MODE
The LOAD_PROFILE_MODE parameter controls how the data from
interval data.
ALL - All of the interval data is read
33
Parameters
READER_NOTES
The READER_NOTES parameter allows you to store a multi-line note in
the reading. To embed special characters in a string-type parameter,
you must prefix the string with C and use the backslash \ before the
special character.
Example: C"12345 \x0A 67890"
The example results in the following being stored in the reading as a
multi-line note:
12345
67890
TASK
For the IP AxisLink router, the TASK can only be a diagnostic read.
Billing reads are not supported.
IPALDiagRead - Obtains information from the requested IP
AxisLink router without the possibility of altering the data within
the meter. A diagnostic read will not clear statuses or change the
time.
Example: TASK = "IPALDiagRead"
STORAGE_MODE
The STORAGE_MODE parameter specifies how the generated reading
file (.msr) can be stored on the PC.
NONE - No stored reading file is created.
READING_STORAGE_FOLDER
Using the READING_STORAGE_FOLDER parameter, you can specify the
folder that the billing readings and diagnostic readings will be stored
in. You can select the same folder that the MetercatLite.exe file is
located in; or, you may specify any valid, existing, and accessible
path (that is, you must have sufficient privileges in the existing folder
to save the .msr file).
Example 1: To select the same folder that MetercatLite.exe is
located in: READING_STORAGE_FOLDER = "./"
Example 2: To specify any folder using its complete path:
READING_STORAGE_FOLDER = "c:/path/folder"
34
MetercatLite user guide
READING_FILENAME_ID
The READING_FILENAME_ID parameter determines how the stored
reading gets its name. Metercat (and MetercatLite) supports two ID
parameters used in reports and by the PC for identifying the meter.
By default, the values are used as follows:
METER_ID_1 is used to identify the account number
LAN_BOARD_DATA
If the IP AxisLink router is installed with a gatekeeper module, you
can control how the board's data is handled using LAN_BOARD_DATA.
STATUS_ONLY - only the status information is returned with the
reading.
ALL - all of the board's data is read and returned with the
reading.
Example: LAN_BOARD_DATA = STATUS_ONLY
READER_NOTES
The READER_NOTES parameter allows you to store a multi-line note in
the reading. To embed special characters in a string-type parameter,
you must prefix the string with C and use the backslash \ before the
special character.
Example: C"12345 \x0A 67890"
The example results in the following being stored in the reading as a
multi-line note:
12345
67890
35
Parameters
DLMS_PHYSICAL_ADDRESS
A number in range of 16 to 16382
Example: DLMS_PHYSICAL_ADDRESS = 16
DLMS_PASSWORD
When DLMS_PASSWORD parameter is commented out, then DLMS
password is not programmed in the meter i.e. DLMS password in the
meter is left unchanged.
DLMS password is up to 20 binary bytes, where each character must
be entered in a hex notation, one byte as 2 hex characters.
If entered password has fewer characters than max allowed, then it
is padded with ANSI space characters (0x20 or "20" hex) string up to
40 characters (0-9/A-F).
Example: DLMS_PASSWORD = ""
36
MetercatLite user guide
DST_OFFSET
DST_SWITCH_TIME.HOUR
DST_SWITCH_TIME.MINUTE
Example: TIME_ZONE_OFFSET = 0 // -780 to 780 minutes (-13 to
13 hours) must be divisible by 5 minutes
DST_OFFSET
Daylight Saving Time (DST) offset used by the area.
Example: DST_OFFSET = 60 // 0 to 180 minutes (0 to 3 hours)
must be divisible by 5 minutes
DST_SWITCH_TIME.HOUR
Hour at which DST goes into effect.
Example: DST_SWITCH_TIME.HOUR = 2 // 0 to 23
DST_SWITCH_TIME.MINUTE
Minute at which DST goes into effect.
Example: DST_SWITCH_TIME.MINUTE = 0 // 0 to 59
37
Appendix
Time zones
When specifying the time zone for use in MetercatLite, the following
list specifies the valid values that can be used:
Afghanistan Standard Time
Alaskan Standard Time
Arab Standard Time
Arabian Standard Time
Arabic Standard Time
Armenian Standard Time
Atlantic Standard Time
AUS Central Standard Time
AUS Eastern Standard Time
Azerbaijan Standard Time
Azores Standard Time
Canada Central Standard Time
Cape Verde Standard Time
Caucasus Standard Time
Cen. Australia Standard Time
Central America Standard Time
Central Asia Standard Time
Central Brazilian Standard Time
Central Europe Standard Time
Central European Standard Time
Central Pacific Standard Time
Central Standard Time
Central Standard Time (Mexico)
China Standard Time
Dateline Standard Time
E. Africa Standard Time
39
Appendix
40
MetercatLite user guide
41
Legal notices
Trademarks
Metercat, AlphaPlus, ALPHA, ALPHA Plus, REX, REX2, REXUniversal,
IP AxisLink, EnergyAxis are trademarks and/or registered trademarks
of Elster.
All other product names may be trademarks and/or registered
trademarks of their respective owners.
Copyright
No part of this software or documentation may be reproduced,
transmitted, processed, or recorded by any means or form, electronic
mechanical, photographic, translated to another language, or be
released to any third party without the express written consent of
Elster.
© 2015 by Elster. All rights reserved.
Generated
Last generated & updated: 04 June 2015 at 16:23
43
Elster Solutions © 2015 by Elster. All rights reserved.
208 S Rogers Lane Information herein is subject to change without notice.
Raleigh, NC 27610-2144 Product specifications cited may change. Contact your
Elster representative for the most current product
information.