User manual

Table Of Contents
PTQ-LNG Quantum / Unity Platform Reference
Landis & Gyr Telegyr Interface Module
Page 92 of 103 ProSoft Technology, Inc.
May 29, 2007
SHR: Short Response flag is set if the message does not contain any data
blocks.
RTU Address: The RTU address specifies the receiving RTU for the message.
There is one byte for the RTU address allowing the master station to address
255 distinctive RTU's. An address of 0 is used for a broadcast message.
8.6.2 Master Data Block
7 6 5 4 3 2 1 0
L FUNCTION CODE
0 LENGTH
DATA FIELD
A master originated message can contain only one data block. The data block
consists of four fields:
L: The Last Block Mark is always set to one in master originated messages.
Function Code: The function code is a 7 bit field that defines the function to be
performed by the RTU.
Length: The Length is a 7 bit field specifying the number of bytes in the Data
Field. If it is 0, then the Data Block does not contain a Data Field.
Data Field: The Data Field contain Function Code specific operational
information (that is, point numbers, parameters, etc.)
8.6.3 Master CRC
The CRC code included in the message is the standard CRC16 based on the
polynomial. For a correctly received message the remainder will be zero after
passing the entire message, including the CRC word, through the CRC
computation. The bits of each message byte are passed through the CRC
computation in the same order that they are transmitted, least significant bit first.