User manual
Table Of Contents
- Start Here
- Configuring the Processor with Concept
- Configuring the Processor with ProWORX
- Configuring the Processor with UnityPro XL
- To build (compile) the project:
- To verify address and driver settings in UnityPro XL:
- Setting Up the ProTalk Module
- Configuring the Module
- Diagnostics and Troubleshooting
- Reading Status Data From the Module
- The Configuration/Debug Menu
- Required Hardware
- Required Software
- Using the Configuration/Debug Port
- Main Menu
- Opening the Data Analyzer Menu
- Viewing Block Transfer Statistics
- Viewing Module Configuration
- Opening the Database Menu
- Opening the Backplane Menu
- Transferring the Configuration File from PC to PTQ module
- Transferring the Configuration File from PTQ module to PC
- Viewing Version Information
- Warm Booting the Module
- Viewing Port Communication Status
- Viewing Port Configuration
- Exiting the Program
- Database View Menu
- Viewing Register Pages
- Displaying the Current Page of Registers Again
- Moving Back Through 5 Pages of Registers
- Viewing the Previous 100 Registers of Data
- Skipping 500 Registers of Data
- Viewing the Next 100 Registers of Data
- Viewing Data in Decimal Format
- Viewing Data in Hexadecimal Format
- Viewing Data in Floating Point Format
- Viewing Data in ASCII (Text) Format
- Returning to the Main Menu
- Backplane Menu
- Data Analyzer
- Data Analyzer Tips
- LED Status Indicators
- Reading Status Data From the Module
- Reference
- Index

Configuring the Module PTQ-LNG ♦ Quantum / Unity Platform
Landis & Gyr Telegyr Interface Module
ProSoft Technology, Inc. Page 49 of 103
May 29, 2007
5 When Notepad starts, open the File menu, and then choose Open. Navigate
to the folder where you copied the configuration file on your PC and select the
file. Click Open. The configuration file will open in Notepad, ready for editing.
Note: We do not recommend opening the configuration file in a word
processor such as Microsoft Word, because the file may be saved in a format
that cannot be read by the module.
6.3 Edit the Sample Configuration File Sections
Note: It is important that you plan your configuration before modifying the
configuration files. The remainder of this step provides the information to make
the appropriate modifications to the configuration files.
Important: This module supports a maximum configuration file size of 128
kilobytes (131072 bytes). If the configuration file is larger than this size, the
module will not accept the download. You can reduce the size of the
configuration file by opening the file in a text editor and removing comment
lines (lines preceded with the # character).
The LNG.CFG file has the following main sections:
[Module]
[Backplane Configuration]
[LNG Client 0]
[LNG Client 1]
[I/O Chassis]
Important notes to consider when editing the sample configuration file:
Comments within the file are preceded by the pound (#) sign. Any text on a
line that occurs after the # character will be ignored.
Do not use tabs or other non-printing characters instead of spaces to
separate parameters (spacebar).
Parameter names must begin in the first column of a line, and may not be
preceded with a space (spacebar) or other non-printing character.
6.3.1 [Module]
This section provides the module with a unique name, identifies the method of
failure for the communications for the module if the PLC is not in run, and
describes how to initialize the module upon startup.
The following example shows a sample [Module] section:
[Module]
Module Type : ProTalk-LNG
Module Name : Test Example of ProTalk-LNG Communication Module
Modify each of the parameters based on the needs of your application.