6/29/2013 9:09 PM | |
Joined: 9/27/2006 Last visit: 3/18/2025 Posts: 12344 Rating:
|
Hello N.V. Bala; Before you start developing your own Memobus protocol driver for the S7-1200 PLCs, including CRC calculations, you might be interested in these links: From http://www.control.com/thread/1026153964 In its simplest form Memobus is Modbus and you can access much of the data that is in a Yaskawa controller using normal Modbus commands from just about any Modbus driver. Modbus vs Memobus.pdf - Yaskawa These extracts should be of interest: · Bits (1 bit), Words (16 bits), and Long Words (32 bits), and Floating Point words (32 bits) take up the SAME address space (unlike straight Modbus). Example: 0XXXX coils, 1XXXX input relays, and 3XXXX input registers do not exist. · Register numbers are to be mapped directly (no offset). Example: Memobus Modbus MW00000 = 40001 MW00040 = 40041 I recommend you study the documents above along with the Modbus functions for the S7-1200 CPUs, and see if you can use these to communicate with the Yaskawa drives. Youc should also read the following thread from the forum, member prmius1points toa description of the Modbus commands for the S7-1200 PLC and a Step 7 v. 11 sample program he used to control a Yaskawa drive: |
Last edited by: dchartier at: 6/30/2013 3:59 AMLast edited by: dchartier at: 6/30/2013 3:58 AM |
|
Follow us on