ProSoft Technology MVI56E-MNETC User Manual
Page 134

Guide to the MVI56E-MNETC User Manual
MVI56E-MNETC ♦ ControlLogix Platform
User Manual
Modbus TCP/IP Client Enhanced Communication Module
Page 134 of 183
ProSoft Technology, Inc.
February 3, 2013
Unformatted Pass-Through Block (9996)
When the unformatted pass-through mode (code 1) is selected, information is
passed from the module to the processor with a block identification code of 9996.
Word 2 of this block contains the length of the message, and the message starts
at word 3. Other controller tags are required to store the controlled values
contained in these messages.
Pass-Through Block 9996 from Module to Processor
Word Offset
Description
Length
0
0
1
1
9996
1
2
Number of bytes in Modbus msg
1
3
Reserved (always 0)
1
4 to 248
Modbus message received
245
249
9996
1
The ladder logic should copy and parse the received message and control the
processor as expected by the Client device. The processor responds to the pass-
through block with a write block.
Response Block 9996 from Processor to Module
Word Offset
Description
Length
0
9996
1
1 to 247
Spare
247
This informs the module that the command has been processed and can be
cleared from the pass-through queue.
Set Module IP Address Block (9990)
Block Request from Processor to Module
Word Offset
Description
Length
0
9990
1
1
First digit of dotted IP address
1
2
Second digit of dotted IP address
1
3
Third digit of dotted IP address
1
4
Last digit of dotted IP address
1
5 to 247
Reserved
243