0% found this document useful (0 votes)
7 views

CP1E_taModbus [Compatibility Mode]

The document outlines the use of Modbus-RTU to communicate with a Motor Driver, aiming to reduce PLC I/O usage while enhancing functionality. It highlights the challenge of needing to simultaneously write commands and read outputs from the Motor Driver. Potential solutions include utilizing the built-in RS232C for Modbus-RTU or employing two Modbus Masters for separate read and write operations.

Uploaded by

SLAMET PAMBUDI
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

CP1E_taModbus [Compatibility Mode]

The document outlines the use of Modbus-RTU to communicate with a Motor Driver, aiming to reduce PLC I/O usage while enhancing functionality. It highlights the challenge of needing to simultaneously write commands and read outputs from the Motor Driver. Potential solutions include utilizing the built-in RS232C for Modbus-RTU or employing two Modbus Masters for separate read and write operations.

Uploaded by

SLAMET PAMBUDI
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Sample PLC Signals directed to/from Motor Driver:

CP1E-N60DT-D
OUTPUT: Input:
1) Forward 1) Moving
2) Reverse 2) Limit+
3) Start 3) Limit-
4) Homing 4) Home
5) Jog+ 5) Motor Ready
6) Jog-

ARD-KD
RDA-
RDB+

Objective:
Use Modbus-RTU to send command Inputs to Motor Driver and monitor
Outputs from Motor Driver. The idea is similar using PLC I/O’s.

Purpose:
Lessen PLC I/O’s and use Modbus-RTU instead. Also for additional functions.

Problem:
1) Need to command (write) and monitor (read) the Motor Driver at the
SAME TIME. So far, I can either WRITE or READ but I need to do both simultaneously.
CP1E-N60DT-D

ARD-KD
RDA-
RDB+

Possibilities?
1) Use Built-in RS232C for Modbus-RTU? (can’t find manuals for this)
2) 2 Modbus Masters; Built-in port and Option port (CP1W-CIF11).
a) Built-in port for READ
b) Option port for WRITE

You might also like