6/21/2014 1:25 AM | |
Joined: 9/27/2006 Last visit: 6/1/2023 Posts: 12030 Rating:
|
Hello Tushar; Marcjan is right,you will get much better help here if you demonstrate some work on your part. Start by understanding the functions for Modbus RTU required by the 1SI module from this manual: SIMATIC ET 200S Serial interface modules Next, study the following: Sample program ET200S 1SI MODBUS zXX21_11_1SI_MODBUS.zip for TIA Portal V 11.0 + SP 2 This will help you build one Modbus RTU exchange with one of your drives (of course you must stuy the Yaskawa manual to know what Modbus addresses you want to read and write to in this drive). I suggest you test this first data exchange with a test drive, until you validate the controls. This is the part where we can help you out best, replying to your spoecific questions. Then you need to call your Modbus functions with specific Send_DB for everyopne of your drives one by one. That's right, you will need 20 instances of your modbus master functions, with a different Send+DB containing a different slave address, one for each of your drioves, Hope this helps, Daniel Chartier |
This contribution was helpful to
1 thankful Users |
6/21/2014 8:23 AM | |
Posts: 4 Rating:
|
thank you so much for documents and sample program i will test 1 drive with this program and i will get back with this post with some positive reply |
6/21/2014 5:44 PM | |
Joined: 9/27/2006 Last visit: 6/1/2023 Posts: 12030 Rating:
|
Hello William; Your last post triggered a bit of doubt, so I searched the Yaskawa drives webpages for the J1000. Under the available options for this drive there are 2 communications boards, one for Modbus RTU RS-485, the SI-485/JCN5 module. See the following link: https://www.yaskawa.com/pycprd/products/industrial-ac-drives/microdrives/j1000-drive/tab1/link10 Information on Memobus/Modbus communications are available in the following documents: Technical Note: Modbus vs. Memobus Comparison Tech Manual, appendix C (notice all registers are shown with hexadecimal addressing, these will need to be converted to decimal values when you request them through a Siemens master). Hope this helps, Daniel Chartier |
This contribution was helpful to
1 thankful Users |
6/21/2014 6:22 PM | |
Posts: 5225 Rating:
|
Daniel, Thanks for catching me out on my errors. I have made a note of it in my previous post. Especially the link about the changes between the portocols are important. I did not realise the differences was as big. (Yes.. I did know it was Memobus.) If I were the owner of the thread.. I would say much thanks for this valued info. Greetings |
Follow us on