Тёмный
No video :(

Modbus Communication with Schneider EM6436 Smart Meter using PC -Modbus RTU over TCP 

sarath tv
Подписаться 415
Просмотров 19 тыс.
50% 1

In this video you will see how to communicate with Schneider EM6436 Smart Meter using PC with Modbus RTU over TCP.
Disclaimer : This video is for those who have understanding of Modbus protocol.
Links::
Github Link github.com/sar...
Library : github.com/rip...
Modbus Specification : www.modbus.org...
Hardware Details
Schneider EM6436 Smart Meter
USR-TCP232-304 Serial rs485 to ethernet Converter : amzn.eu/d/32DoNog
Music by Bensound.com/royalty-free-music

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 52   
@rockysubu8384
@rockysubu8384 Год назад
thanks bro for info. better if you can reduce volume of background music
@sarathtv
@sarathtv Год назад
Thanks. i will take care of the background music moving forward. Sorry about that.Hope you were able to get the information you needed
@kumaravelsubramanian3327
@kumaravelsubramanian3327 Год назад
wonderful sir, excellent great job, i searching over internet for past 3 months, finally i got your video. thank you so much for posting this video sir...
@sarathtv
@sarathtv Год назад
Thanks for your feedback
@manusaini2192
@manusaini2192 4 месяца назад
Dear sir, I watched your videos. Your all videos are very worth informative . How can contact to you? Please reply. 🙏
@sarathtv
@sarathtv 4 месяца назад
You can mail me sarathtv2@gmail.com
@Light-cm5hc
@Light-cm5hc 17 дней назад
Can you give an example using modbus poll software insted of python ? becaue i have done the same exact configuratio but i am not able to get any data on Modbus poll
@makergaragediy
@makergaragediy 6 месяцев назад
How can I take data from two differents device? I have 2 smartmeters modbus rtu with different ID
@sarathtv
@sarathtv 6 месяцев назад
Hi You can create new client object with the ip of the second meter Then use that client object to read the registers
@makergaragediy
@makergaragediy 6 месяцев назад
But in your code you doesn't use the ID, could you make some video example or update the GitHub whit that? Thanks in advance
@sarathtv
@sarathtv 6 месяцев назад
@@makergaragediy create a new client object with the ip of the second meter
@makergaragediy
@makergaragediy 6 месяцев назад
@@sarathtv but i want to have all the meters in the same modbus rtu network and use only one modbus rtu to modbus tcp converter
@sarathtv
@sarathtv 6 месяцев назад
@@makergaragediy that is not possible with this converter
@user-us4sw7xh3g
@user-us4sw7xh3g 8 месяцев назад
Hi sir thanks for the video, I have 10 schneider analysers and I use gateway, how I can implement slave number into this code? Because I have 10 analysers in to one IP address.
@sarathtv
@sarathtv 8 месяцев назад
Can u share a block diagram so that I can understand this better Share it to sarathtv2@gmail.com
@ab565188
@ab565188 27 дней назад
Hello,using putty i can receive data from my sensor but it won't take commands.Im using a usr tcp232 serial to ethernet converter.If i use a moxa it works fine.any ideas?
@sarathtv
@sarathtv 23 дня назад
@@ab565188 are you receiving any error while transferring from putty ? One thing what you can try is capture the signals using a logic analyser and compare what’s the difference while transmitting via moxa and putty It might help you get better picture
@kavansketcher3214
@kavansketcher3214 Год назад
hello sir , i want to connect my secure elite 300 meter with esp8266 with using rs485 to ttl converter ,can you help me with the code to read the resister address i want to read
@sarathtv
@sarathtv Год назад
Hi I have another video where i am reading Smart meter data using esp8266 over modbus RS485 use this link ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-b4HFpmO1g4c.html
@kanarendran
@kanarendran Год назад
i have two queries 1. can you able to brief the A & B cable connection in energy meter.....2. How to assign the local port, remote port as well as Http port
@sarathtv
@sarathtv Год назад
Hi The A and B cable is the modbus D+ D- lines As for configuration of the ports you will need to access the control page.
@kanarendran
@kanarendran Год назад
@@sarathtv can i give any number for local port?
@sarathtv
@sarathtv Год назад
@@kanarendran the module comes with a default local port using that u can access the configuration page In that page u can modify the port number if u like
@vivekkumar-mw2rf
@vivekkumar-mw2rf Год назад
​@@sarathtvcan you explain how to set difficult id in rs485
@m.vchandrahas3917
@m.vchandrahas3917 Год назад
Hi sir, I have tried the same experiment with another selec meter and wave share rs485 to eth converter but after making a few changing to the import file lines I was able to rectify the error but still have an error saying failed to connect ModbusTcpClient Can you please help me out with it
@sarathtv
@sarathtv Год назад
What is the IP of the machine (laptop or pc) And the IP of the rs485 to ethernet converter? And are able to ping that IP
@ruchitsurati4181
@ruchitsurati4181 Год назад
I need a similar task done. can you help me with this? happy to engage professionally with you on this project.
@Ammy-bc6bh
@Ammy-bc6bh Год назад
Does it convert from MBUS TCP/IP to RTU also???
@sarathtv
@sarathtv Год назад
Hi, The smart meter in this demo supports only mod bus RTU The USR converts the TCP request to RTU and vice versa .
@k.dillibabu2365
@k.dillibabu2365 Год назад
This process its good sir. But multi meters work is possible?
@sarathtv
@sarathtv Год назад
Yes I had tried with reading 11 different meters connected in daisy chain
@alliswell2448
@alliswell2448 10 месяцев назад
Music? 😢
@sarathtv
@sarathtv 10 месяцев назад
Sorry for that Hope u get the information u looked for
@kumaravelsubramanian3327
@kumaravelsubramanian3327 Год назад
Dear Sir, 1) kindly share the same format sample code for schneider EM6400NG Smart Meter, i have tried so many ways still i got nothing, myself use the same pymdbus library and payload library but no response, (Error: Attribute has no registers). kindly help me sir
@sarathtv
@sarathtv Год назад
Hii You can share ur code at sarathtv2@gmail.com I can check and give u my feedback
@rajshrikale3328
@rajshrikale3328 Год назад
Hi Sir Thanks for this video I was looking everywhere on internet for same 🙂 while I am running program showing error please help me
@sarathtv
@sarathtv Год назад
Could you tell me what's the error you are getting
@rajshrikale3328
@rajshrikale3328 Год назад
Module not found error no module named pymodbus. Client. Sync
@rajshrikale3328
@rajshrikale3328 Год назад
Can you please share your contact number I am trying to do this but as a beginner need your support
@sarathtv
@sarathtv Год назад
@@rajshrikale3328 can you show the output of pip list To make sure you have installed pymodbus library
@sarathtv
@sarathtv Год назад
@@rajshrikale3328 you can contact via mail. sarathtv2@gmail.com
@kumaravelsubramanian3327
@kumaravelsubramanian3327 Год назад
Dear sir, i too have the same error.. No module named 'pymodbus.client.sync'
@sarathtv
@sarathtv Год назад
Can you try these First check pip list from command prompt Make sure pymodbus is listed The enter into python interpretter from cmd and try to import pymodbus
@kumaravelsubramanian3327
@kumaravelsubramanian3327 Год назад
@@sarathtv sir i just remove (.sync)...the remaining code works for me...thank you so much for your wonderful explanation
@sarathtv
@sarathtv Год назад
Thanks for your feedback 😊
@andersonrivas9545
@andersonrivas9545 26 дней назад
I get a communication problem timeout error
@sarathtv
@sarathtv 23 дня назад
@@andersonrivas9545 mostly it would be due to improper connection
@SureshKhake
@SureshKhake 4 месяца назад
Back round music very badly disturbed me
@sarathtv
@sarathtv 4 месяца назад
Hope u got the required information from the video If not feel free to contact me for any clarification
Далее
Read data from energy meters by using ModScan32
19:59
How To Start An ISP (like it's 1993)
16:54
Просмотров 186 тыс.
Home assistant with RS485 Modbus RTU wired network
16:18
EM6436H Meter Communication with TM200 PLC
11:46
Просмотров 13 тыс.
OSI and TCP IP Models - Best Explanation
19:20
Просмотров 408 тыс.
Understanding Modbus Serial and TCP IP
12:07
Просмотров 132 тыс.