The Commreq Command Block - GE RX3i User Manual

Pacsystems
Hide thumbs Also See for RX3i:
Table of Contents

Advertisement

Chapter 9. Modbus/TCP Client
FT Output: The FT output is set if the PLC CPU (rather than the Ethernet interface) detects that the COMMREQ
fails. In this case, the other status indicators are not updated for this COMMREQ.

The COMMREQ Command Block

When the COMMREQ function is initiated, the Command Block is sent from the PLC CPU to the Ethernet
interface. The Command Block contains the details of a command to be performed by the Interface.
The address in CPU memory of the Command Block is specified by the IN input of the COMMREQ Function
Block. This address can be any valid address within a word-oriented area of memory. The Command Block is
usually set up using either the BLOCK MOVE or the DATA INIT COMM programming instruction. The Command
Block has the following structure:
Word 1
Data Block Length (words)
Word 2
WAIT/NOWAIT Flag
Word 3
CRS Word Memory Type
Word 4
CRS Word Address Offset
Word 5
Reserved
Word 6
Reserved
Words 7 and up
Data Block (Channel Command Details)
When entering information for the Command Block, refer to these definitions:
(Word 1) Data Block Length: This is the length in words of the Data Block portion of the Command Block. The
Data Block portion starts at Word 7 of the Command Block. The length is measured from the beginning of the
Data Block at Word 7, not from the beginning of the Command Block. The correct value for each command,
and the associated length of each command, is specified in the next section.
(Word 2) WAIT/NOWAIT Flag: This flag must be set to zero for TCP/IP Ethernet Communications.
COMMREQ Status Word: The Ethernet interface updates the CRS word to show success or failure of the
command. Command words 3 and 4 specify the PLC memory location of the CRSW word.
(Word 3) COMMREQ Status Word Memory Type: This word specifies the memory type for the CRS word. The
memory types are listed in the table below:
Value
Type
(Decimal)
%R
8
%AI
10
%AQ
12
16
%I
70
18
%Q
72
20
%T
74
22
%M
76
56
%G
86
%W
196
(Word 4) COMMREQ Status Word Address Offset: This word contains the offset within the memory type
selected. The status word address offset is a zero-based number. For example, if you want %R1 as the
144
PACSystems* RX7i & RX3i TCP/IP Ethernet Communications User Manual
Value
Description
(Hex.)
08H
Register memory (word mode)
0AH
Analog input memory (word mode)
0CH
Analog output memory (word mode)
10H
Discrete input memory (byte mode)
46H
Discrete input memory (bit mode)
12H
Discrete output memory (byte mode)
48H
Discrete output memory (bit mode)
14H
Discrete temporary memory (byte mode)
4AH
Discrete temporary memory (bit mode)
16H
Discrete momentary internal memory (byte mode)
4CH
Discrete momentary internal memory (bit mode)
38H
Discrete global data table (byte mode)
56H
Discrete global data table (bit mode)
C4H
Word memory (word mode limited to %W1 - %W65536)
GFK-2224Q

Advertisement

Table of Contents
loading

This manual is also suitable for:

Rx7i

Table of Contents