0% found this document useful (0 votes)
43 views8 pages

170NOC77101 CIP Modbus Object READ Example

This document provides instructions for using explicit messaging via CIP Modbus object read to query data from one PLC (192.168.1.12) using another PLC (192.168.1.11). It describes the hardware configuration, Unity program used, control and status variables, data to be read in the PLC, and receiving the response in the EIP_DataBuf array starting at index 5.

Uploaded by

Bo Cu Bin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views8 pages

170NOC77101 CIP Modbus Object READ Example

This document provides instructions for using explicit messaging via CIP Modbus object read to query data from one PLC (192.168.1.12) using another PLC (192.168.1.11). It describes the hardware configuration, Unity program used, control and status variables, data to be read in the PLC, and receiving the response in the EIP_DataBuf array starting at index 5.

Uploaded by

Bo Cu Bin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

CIP Modbus Object Read

Example

Quantum 140NOC77101 using


Explicit Messaging via MBP_MSTR

Dec 15, 2012


Version 1.0
PLC Hardware Configuration
NOC77101 (192.168.1.11) to query NOC77101 (192.168.1.12) with Explicit
Messaging CIP Modbus Object READ.
The USB connection is for Unity to PLC communications.

Schneider Electric Connectivity Solutions Level 3 Product Support 2


Unity Program
Note to add the Pin negation on the AND_BOOL IN1 input.

Schneider Electric Connectivity Solutions Level 3 Product Support 3


EIP_ControlBuf
CIP Request

EIP_ControlBuf(1) and EIP_ControlBuf(8) are Read Only and written


by the PLC.
EIP_ControlBuf(8), Length of Received Response, will toggle
between 0 and E (hex) when it is operational.

Schneider Electric Connectivity Solutions Level 3 Product Support 4


EIP_DataBuf
CIP Request

Schneider Electric Connectivity Solutions Level 3 Product Support 5


Control and Status Variables
Set Enable to a value of 1 to start the messaging.
In a successful implementation, EMActive, EMStart, and EMSuccess will flash between 0 and 1.

Schneider Electric Connectivity Solutions Level 3 Product Support 6


Data in PLC to be Read
This data can be changed manually in the PLC to observe the data changing in the response.

Schneider Electric Connectivity Solutions Level 3 Product Support 7


EIP_DataBuf
CIP Response
The message response is located in the EIP_DataBuf array beginning at EIP_DataBuf(5) as indicated in the area
highlighted in red.
The area highlighted in blue in the EIP_DataBuf array contains part of the query message previously entered.

Schneider Electric Connectivity Solutions Level 3 Product Support 8

You might also like