ProSoft Technology MVI69E-MBTCP User Manual

Page 142

Advertising
background image

Reference

MVI69E-MBTCP ♦ CompactLogix Platform

User Manual

Modbus TCP/IP Enhanced Communication Module

Page 142 of 150

ProSoft Technology, Inc.

May 20, 2015

The ladder logic is responsible for parsing and copying the received message
and performing the proper control operation as expected by the client device.
The processor must then respond to the Pass-Through control block with an
output image write block with the following format. This informs the module that
the command has been processed and can be cleared from the Pass-Through
queue.

Block 9970: Response from Processor to Module

Offset

Description

0

Write Block ID 9970

1 to n

Spare (Length in words = n - 2)

7.4.18 Set Module Time Using Received Time Block (9972)

This block uses the time information of the processor to set the module time.

Block 9972: Request from Processor to Module

Offset

Description

0

Block ID 9972

1

Year (0-9999)

2

Month (1-12)

3

Day (1-31)

4

Hour (0-23)

5

Minutes (0-59)

6

Seconds (0-59)

7

Milliseconds (0-999)

8 to (n-1)

Spare

Where n = 60, 120, or 240 depending on the Block Transfer Size parameter.

Block 9972: Response from Module to Processor

Offset

Description

0

Block ID 9972

1

Write Block ID

2

Return code:
0=OK
-1=error

3-n

Spare

Advertising